Skip to content

Commit e0f6f38

Browse files
authored
version bump for 37 release (#7085)
1 parent 1de0ea9 commit e0f6f38

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ Changelog
33

44
.. _v37-0-0:
55

6-
37.0.0 - `main`_
7-
~~~~~~~~~~~~~~~~
8-
9-
.. note:: This version is not yet released and is under active development.
6+
37.0.0 - 2022-04-26
7+
~~~~~~~~~~~~~~~~~~~
108

119
* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.0.2.
1210
* **BACKWARDS INCOMPATIBLE:** Dropped support for LibreSSL 2.9.x and 3.0.x.

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.0.dev1"
12+
__version__ = "37.0.0"
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.0.dev1"
9+
__version__ = "37.0.0"

0 commit comments

Comments
 (0)