Skip to content

Commit 338a65a

Browse files
authored
39.0.0 version bump (#7954)
1 parent 84a3cd7 commit 338a65a

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

Diff for: CHANGELOG.rst

+2-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ Changelog
33

44
.. _v39-0-0:
55

6-
39.0.0 - `main`_
7-
~~~~~~~~~~~~~~~~
8-
9-
.. note:: This version is not yet released and is under active development.
6+
39.0.0 - 2023-01-01
7+
~~~~~~~~~~~~~~~~~~~
108

119
* **BACKWARDS INCOMPATIBLE:** Support for OpenSSL 1.1.0 has been removed.
1210
Users on older version of OpenSSL will need to upgrade.

Diff for: src/cryptography/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"__copyright__",
1010
]
1111

12-
__version__ = "39.0.0.dev1"
12+
__version__ = "39.0.0"
1313

1414
__author__ = "The Python Cryptographic Authority and individual contributors"
1515
__copyright__ = "Copyright 2013-2022 {}".format(__author__)

Diff for: vectors/cryptography_vectors/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
"__version__",
77
]
88

9-
__version__ = "39.0.0.dev1"
9+
__version__ = "39.0.0"

0 commit comments

Comments
 (0)