diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2022-05-03 18:35:15 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-03 23:35:15 +0000 |
| commit | 5954a52f0900569a83138d71ec1c04971452ea5b (patch) | |
| tree | 1e39ccda557f5d84b14a06ad31e66de7ad4fa964 | |
| parent | 8b72741bd7ab7069c4df471b9fa55e6e9ec51147 (diff) | |
| download | cryptography-37.0.2.tar.gz | |
changelog and version bump for 37.0.2 (#7194)37.0.2
* changelog and version bump for 37.0.2
* Update CHANGELOG.rst
Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
| -rw-r--r-- | CHANGELOG.rst | 8 | ||||
| -rw-r--r-- | src/cryptography/__about__.py | 2 | ||||
| -rw-r--r-- | vectors/cryptography_vectors/__about__.py | 2 |
3 files changed, 10 insertions, 2 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f5e8413b9..7b66e4c4b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,14 @@ Changelog ========= +.. _v37-0-2: + +37.0.2 - 2022-05-03 +~~~~~~~~~~~~~~~~~~~ + +* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.0.3. +* Added a constant needed for an upcoming pyOpenSSL release. + .. _v37-0-1: 37.0.1 - 2022-04-27 diff --git a/src/cryptography/__about__.py b/src/cryptography/__about__.py index 13b6cc594..5bf8b6669 100644 --- a/src/cryptography/__about__.py +++ b/src/cryptography/__about__.py @@ -9,7 +9,7 @@ __all__ = [ "__copyright__", ] -__version__ = "37.0.1" +__version__ = "37.0.2" __author__ = "The Python Cryptographic Authority and individual contributors" __copyright__ = "Copyright 2013-2021 {}".format(__author__) diff --git a/vectors/cryptography_vectors/__about__.py b/vectors/cryptography_vectors/__about__.py index bd3d314b8..de175e38d 100644 --- a/vectors/cryptography_vectors/__about__.py +++ b/vectors/cryptography_vectors/__about__.py @@ -6,4 +6,4 @@ __all__ = [ "__version__", ] -__version__ = "37.0.1" +__version__ = "37.0.2" |
