Skip to content

Commit

Permalink
Bump for 38.0.3 release (#7761)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Nov 1, 2022
1 parent 39f8011 commit 7d9c6c3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
@@ -1,11 +1,23 @@
Changelog
=========

.. _v38-0-3:

38.0.3 - 2022-11-01
~~~~~~~~~~~~~~~~~~~

* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.0.7,
which resolves *CVE-2022-3602* and *CVE-2022-3786*.

.. _v38-0-2:

38.0.2 - 2022-10-11
~~~~~~~~~~~~~~~~~~~

.. attention::

This release was subsequently yanked from PyPI due to a regression in OpenSSL.

* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.0.6.

.. _v38-0-1:
Expand Down
2 changes: 1 addition & 1 deletion src/cryptography/__about__.py
Expand Up @@ -9,7 +9,7 @@
"__copyright__",
]

__version__ = "38.0.2"
__version__ = "38.0.3"

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

__version__ = "38.0.2"
__version__ = "38.0.3"

0 comments on commit 7d9c6c3

Please sign in to comment.