Skip to content

Commit 3fd9d5a

Browse files
authored
Bump for 36.0.1 release (#6704)
1 parent 5d21990 commit 3fd9d5a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
.. _v36-0-1:
5+
6+
36.0.1 - 2021-12-14
7+
~~~~~~~~~~~~~~~~~~~
8+
9+
* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 1.1.1m.
10+
411
.. _v36-0-0:
512

613
36.0.0 - 2021-11-21

src/cryptography/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"__copyright__",
1010
]
1111

12-
__version__ = "36.0.0"
12+
__version__ = "36.0.1"
1313

1414
__author__ = "The Python Cryptographic Authority and individual contributors"
1515
__copyright__ = "Copyright 2013-2021 {}".format(__author__)

vectors/cryptography_vectors/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
"__version__",
77
]
88

9-
__version__ = "36.0.0"
9+
__version__ = "36.0.1"

0 commit comments

Comments
 (0)