Skip to content

Commit d02de9f

Browse files
authored
changelog and version bump (#9008)
1 parent 53dc686 commit d02de9f

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

CHANGELOG.rst

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Changelog
88

99
* Temporarily allow invalid ECDSA signature algorithm parameters in X.509
1010
certificates, which are generated by older versions of Java.
11+
* Allow null bytes in pass phrases when serializing private keys.
1112

1213
.. _v41-0-0:
1314

pyproject.toml

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

1212
[project]
1313
name = "cryptography"
14-
version = "41.0.0"
14+
version = "41.0.1"
1515
authors = [
1616
{name = "The Python Cryptographic Authority and individual contributors", email = "cryptography-dev@python.org"}
1717
]

src/cryptography/__about__.py

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

13-
__version__ = "41.0.0"
13+
__version__ = "41.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__ = "41.0.0"
9+
__version__ = "41.0.1"

vectors/pyproject.toml

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

55
[project]
66
name = "cryptography_vectors"
7-
version = "41.0.0"
7+
version = "41.0.1"
88
authors = [
99
{name = "The Python Cryptographic Authority and individual contributors", email = "cryptography-dev@python.org"}
1010
]

0 commit comments

Comments
 (0)