Skip to content

Commit

Permalink
version bump for 37 release
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk committed Apr 19, 2022
1 parent 9fd9e07 commit 97072c5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.rst
Expand Up @@ -3,11 +3,10 @@ Changelog

.. _v37-0-0:

37.0.0 - `main`_
~~~~~~~~~~~~~~~~

.. note:: This version is not yet released and is under active development.
37.0.0 - 2022-04-19
~~~~~~~~~~~~~~~~~~~

* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.0.2.
* **BACKWARDS INCOMPATIBLE:** Dropped support for LibreSSL 2.9.x and 3.0.x.
The new minimum LibreSSL version is 3.1+.
* **BACKWARDS INCOMPATIBLE:** Removed ``signer`` and ``verifier`` methods
Expand Down
2 changes: 1 addition & 1 deletion src/cryptography/__about__.py
Expand Up @@ -9,7 +9,7 @@
"__copyright__",
]

__version__ = "37.0.0.dev1"
__version__ = "37.0.0"

__author__ = "The Python Cryptographic Authority and individual contributors"
__copyright__ = "Copyright 2013-2021 {}".format(__author__)
2 changes: 1 addition & 1 deletion vectors/cryptography_vectors/__about__.py
Expand Up @@ -6,4 +6,4 @@
"__version__",
]

__version__ = "37.0.0.dev1"
__version__ = "37.0.0"

0 comments on commit 97072c5

Please sign in to comment.