8000 Bump for 38.0.3 release (#7761) · pyca/cryptography@7d9c6c3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7d9c6c3

Browse files
authored
Bump for 38.0.3 release (#7761)
1 parent 39f8011 commit 7d9c6c3

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.rst

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

4+
.. _v38-0-3:
5+
6+
38.0.3 - 2022-11-01
7+
~~~~~~~~~~~~~~~~~~~
8+
9+
* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.0.7,
10+
which resolves *CVE-2022-3602* and *CVE-2022-3786*.
11+
412
.. _v38-0-2:
513

614
38.0.2 - 2022-10-11
715
~~~~~~~~~~~~~~~~~~~
816

17+
.. attention::
18+
19+
This release was subsequently yanked from PyPI due to a regression in OpenSSL.
20+
921
* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.0.6.
1022

1123
.. _v38-0-1:

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__ = "38.0.2"
12+
__version__ = "38.0.3"
1313

1414
__author__ = "The Python Cryptographic Authority and individual contributors"
1515
__copyright__ = "Copyright 2013-2022 {}".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__ = "38.0.2"
9+
__version__ = "38.0.3"

0 commit comments

Comments
 (0)
0