Skip to content

Commit 99efe5a

Browse files
alexreaperhulk
andauthored
bump version for 46.0.2 (#13531)
* bump version for 46.0.2 * Update CHANGELOG.rst Co-authored-by: Paul Kehrer <[email protected]> --------- Co-authored-by: Paul Kehrer <[email protected]>
1 parent e735cfc commit 99efe5a

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
.. _v46-0-2:
5+
6+
46.0.2 - 2025-09-30
7+
~~~~~~~~~~~~~~~~~~~
8+
9+
* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.5.4.
10+
411
.. _v46-0-1:
512

613
46.0.1 - 2025-09-16

pyproject.toml

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

1717
[project]
1818
name = "cryptography"
19-
version = "46.0.1"
19+
version = "46.0.2"
2020
authors = [
2121
{ name = "The Python Cryptographic Authority and individual contributors", email = "[email protected]" },
2222
]
@@ -70,7 +70,7 @@ ssh = ["bcrypt >=3.1.5"]
7070
# All the following are used for our own testing.
7171
nox = ["nox[uv] >=2024.04.15"]
7272
test = [
73-
"cryptography_vectors==46.0.1",
73+
"cryptography_vectors==46.0.2",
7474
"pytest >=7.4.0",
7575
"pytest-benchmark >=4.0",
7676
"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__ = "46.0.1"
13+
__version__ = "46.0.2"
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__ = "46.0.1"
9+
__version__ = "46.0.2"

vectors/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "uv_build"
44

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

0 commit comments

Comments
 (0)