Skip to content

Commit 8ea28e0

Browse files
authored
bump for 45.0.1 (#12922)
1 parent 6784097 commit 8ea28e0

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
Changelog
22
=========
33

4-
.. _v45-0-0:
4+
.. _v45-0-1:
55

6-
45.0.0 - 2025-05-17
6+
45.0.1 - 2025-05-17
77
~~~~~~~~~~~~~~~~~~~
88

9+
* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.5.0.
10+
11+
.. _v45-0-0:
12+
13+
45.0.0 - 2025-05-17 (YANKED)
14+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15+
916
* Support for Python 3.7 is deprecated and will be removed in the next
1017
``cryptography`` release.
1118
* Updated the minimum supported Rust version (MSRV) to 1.74.0, from 1.65.0.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ build-backend = "maturin"
1515

1616
[project]
1717
name = "cryptography"
18-
version = "45.0.0"
18+
version = "45.0.1"
1919
authors = [
2020
{ name = "The Python Cryptographic Authority and individual contributors", email = "[email protected]" },
2121
]
@@ -65,7 +65,7 @@ ssh = ["bcrypt >=3.1.5"]
6565
# All the following are used for our own testing.
6666
nox = ["nox >=2024.04.15", "nox[uv] >=2024.03.02; python_version >= '3.8'"]
6767
test = [
68-
"cryptography_vectors==45.0.0",
68+
"cryptography_vectors==45.0.1",
6969
"pytest >=7.4.0",
7070
"pytest-benchmark >=4.0",
7171
"pytest-cov >=2.10.1",

src/cryptography/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"__version__",
1111
]
1212

13-
__version__ = "45.0.0"
13+
__version__ = "45.0.1"
1414

1515

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

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__ = "45.0.0"
9+
__version__ = "45.0.1"

vectors/pyproject.toml

Lines changed: 1 addition & 1 deletion
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 = "45.0.0"
7+
version = "45.0.1"
88
authors = [
99
{name = "The Python Cryptographic Authority and individual contributors", email = "[email protected]"}
1010
]

0 commit comments

Comments
 (0)