Skip to content

Commit 337437d

Browse files
reaperhulkalex
andauthored
42.0.1 bump (#10252)
* 42.0.1 bump * Update CHANGELOG.rst Co-authored-by: Alex Gaynor <[email protected]> --------- Co-authored-by: Alex Gaynor <[email protected]>
1 parent 56255de commit 337437d

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

CHANGELOG.rst

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Changelog
22
=========
33

4+
.. _v42-0-1:
5+
6+
42.0.1 - 2024-01-24
7+
~~~~~~~~~~~~~~~~~~~
8+
9+
* Fixed an issue with incorrect keyword-argument naming with ``EllipticCurvePrivateKey``
10+
:meth:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKey.sign`.
11+
* Resolved compatibility issue with loading certain RSA public keys in
12+
:func:`~cryptography.hazmat.primitives.serialization.load_pem_public_key`.
13+
414
.. _v42-0-0:
515

616
42.0.0 - 2024-01-22

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"
15+
version = "42.0.1"
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"
13+
__version__ = "42.0.1"
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"
9+
__version__ = "42.0.1"

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"
7+
version = "42.0.1"
88
authors = [
99
{name = "The Python Cryptographic Authority and individual contributors", email = "[email protected]"}
1010
]

0 commit comments

Comments
 (0)