Skip to content

Commit 4e64baf

Browse files
authored
42.0.0 version bump (#10232)
1 parent 7cb13a3 commit 4e64baf

File tree

5 files changed

+7
-9
lines changed

5 files changed

+7
-9
lines changed

CHANGELOG.rst

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

44
.. _v42-0-0:
55

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

119
* **BACKWARDS INCOMPATIBLE:** Dropped support for LibreSSL < 3.7.
1210
* **BACKWARDS INCOMPATIBLE:** Loading a PKCS7 with no content field using
@@ -66,7 +64,7 @@ Changelog
6664
for :class:`~cryptography.x509.Certificate` chains. These APIs should be
6765
considered unstable and not subject to our stability guarantees until
6866
documented as such in a future release.
69-
* Added support for
67+
* Added support for
7068
:class:`~cryptography.hazmat.primitives.ciphers.algorithms.SM4`
7169
:class:`~cryptography.hazmat.primitives.ciphers.modes.GCM`
7270
when using OpenSSL 3.0 or greater.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build-backend = "setuptools.build_meta"
1212

1313
[project]
1414
name = "cryptography"
15-
version = "42.0.0.dev1"
15+
version = "42.0.0"
1616
authors = [
1717
{name = "The Python Cryptographic Authority and individual contributors", email = "[email protected]"}
1818
]

src/cryptography/__about__.py

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

13-
__version__ = "42.0.0.dev1"
13+
__version__ = "42.0.0"
1414

1515

1616
__author__ = "The Python Cryptographic Authority and individual contributors"

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__ = "42.0.0.dev1"
9+
__version__ = "42.0.0"

vectors/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "cryptography_vectors"
7-
version = "42.0.0.dev1"
7+
version = "42.0.0"
88
authors = [
99
{name = "The Python Cryptographic Authority and individual contributors", email = "[email protected]"}
1010
]

0 commit comments

Comments
 (0)