File tree Expand file tree Collapse file tree 5 files changed +7
-9
lines changed Expand file tree Collapse file tree 5 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,8 @@ Changelog
33
44.. _v46-0-0 :
55
6- 46.0.0 - `main `_
7- ~~~~~~~~~~~~~~~~
8-
9- .. note :: This version is not yet released and is under active development.
6+ 46.0.0 - 2025-09-16
7+ ~~~~~~~~~~~~~~~~~~~
108
119* **BACKWARDS INCOMPATIBLE: ** Support for Python 3.7 has been removed.
1210* Support for OpenSSL < 3.0 is deprecated and will be removed in the next
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ build-backend = "maturin"
1616
1717[project ]
1818name = " cryptography"
19- version = " 46.0.0.dev1 "
19+ version = " 46.0.0"
2020authors = [
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.
7171nox = [" nox[uv] >=2024.04.15" ]
7272test = [
73- " cryptography_vectors" ,
73+ " cryptography_vectors==46.0.0 " ,
7474 " pytest >=7.4.0" ,
7575 " pytest-benchmark >=4.0" ,
7676 " pytest-cov >=2.10.1" ,
Original file line number Diff line number Diff line change 1010 "__version__" ,
1111]
1212
13- __version__ = "46.0.0.dev1 "
13+ __version__ = "46.0.0"
1414
1515
1616__author__ = "The Python Cryptographic Authority and individual contributors"
Original file line number Diff line number Diff line change 66 "__version__" ,
77]
88
9- __version__ = "46.0.0.dev1 "
9+ __version__ = "46.0.0"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "uv_build"
44
55[project ]
66name = " cryptography_vectors"
7- version = " 46.0.0.dev1 "
7+ version = " 46.0.0"
88authors = [
99 {
name =
" The Python Cryptographic Authority and individual contributors" ,
email =
" [email protected] " }
1010]
You can’t perform that action at this time.
0 commit comments