mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
version bump and changelog (#6964)
This commit is contained in:
parent
1a2e791baa
commit
df06889f34
3 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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__)
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@ __all__ = [
|
|||
"__version__",
|
||||
]
|
||||
|
||||
__version__ = "36.0.1"
|
||||
__version__ = "36.0.2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue