Skip to content

Commit

Permalink
Bump for 36.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdotgov committed Dec 14, 2021
1 parent 5d21990 commit 65f4507
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,14 @@
Changelog
=========

.. _v36-0-1:

36.0.1 - 2021-12-14
~~~~~~~~~~~~~~~~~~~

* Updated Windows, macOS, and ``manylinux`` wheels to be compiled with
OpenSSL 1.1.1m.

.. _v36-0-0:

36.0.0 - 2021-11-21
Expand Down
2 changes: 1 addition & 1 deletion src/cryptography/__about__.py
Expand Up @@ -9,7 +9,7 @@
"__copyright__",
]

__version__ = "36.0.0"
__version__ = "36.0.1"

__author__ = "The Python Cryptographic Authority and individual contributors"
__copyright__ = "Copyright 2013-2021 {}".format(__author__)
2 changes: 1 addition & 1 deletion vectors/cryptography_vectors/__about__.py
Expand Up @@ -6,4 +6,4 @@
"__version__",
]

__version__ = "36.0.0"
__version__ = "36.0.1"

0 comments on commit 65f4507

Please sign in to comment.