Skip to content

Commit 5954a52

Browse files
reaperhulkalex
andauthored
changelog and version bump for 37.0.2 (pyca#7194)
* changelog and version bump for 37.0.2 * Update CHANGELOG.rst Co-authored-by: Alex Gaynor <[email protected]> Co-authored-by: Alex Gaynor <[email protected]>
1 parent 8b72741 commit 5954a52

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.rst

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

4+
.. _v37-0-2:
5+
6+
37.0.2 - 2022-05-03
7+
~~~~~~~~~~~~~~~~~~~
8+
9+
* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.0.3.
10+
* Added a constant needed for an upcoming pyOpenSSL release.
11+
412
.. _v37-0-1:
513

614
37.0.1 - 2022-04-27

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__ = "37.0.1"
12+
__version__ = "37.0.2"
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__ = "37.0.1"
9+
__version__ = "37.0.2"

0 commit comments

Comments
 (0)