Skip to content

Commit

Permalink
version bump and changelog (#6964)
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk committed Mar 15, 2022
1 parent 1a2e791 commit df06889
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.rst
Expand Up @@ -3,9 +3,11 @@ Changelog

.. _v36-0-2:

36.0.2 - Unreleased
36.0.2 - 2022-03-15
~~~~~~~~~~~~~~~~~~~

* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 1.1.1n.

.. _v36-0-1:

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

__version__ = "36.0.1"
__version__ = "36.0.2"

__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.1"
__version__ = "36.0.2"

0 comments on commit df06889

Please sign in to comment.