version bump and changelog (#6964)

This commit is contained in:
Paul Kehrer 2022-03-16 05:36:12 +08:00 committed by GitHub
parent 1a2e791baa
commit df06889f34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

View file

@ -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

View file

@ -9,7 +9,7 @@ __all__ = [
"__copyright__",
]
__version__ = "36.0.1"
__version__ = "36.0.2"
__author__ = "The Python Cryptographic Authority and individual contributors"
__copyright__ = "Copyright 2013-2021 {}".format(__author__)

View file

@ -6,4 +6,4 @@ __all__ = [
"__version__",
]
__version__ = "36.0.1"
__version__ = "36.0.2"