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.. _v42-0-0 :
55
6- 42.0.0 - `main `_
7- ~~~~~~~~~~~~~~~~
8-
9- .. note :: This version is not yet released and is under active development.
6+ 42.0.0 - 2024-01-22
7+ ~~~~~~~~~~~~~~~~~~~
108
119* **BACKWARDS INCOMPATIBLE: ** Dropped support for LibreSSL < 3.7.
1210* **BACKWARDS INCOMPATIBLE: ** Loading a PKCS7 with no content field using
@@ -66,7 +64,7 @@ Changelog
6664 for :class: `~cryptography.x509.Certificate ` chains. These APIs should be
6765 considered unstable and not subject to our stability guarantees until
6866 documented as such in a future release.
69- * Added support for
67+ * Added support for
7068 :class: `~cryptography.hazmat.primitives.ciphers.algorithms.SM4 `
7169 :class: `~cryptography.hazmat.primitives.ciphers.modes.GCM `
7270 when using OpenSSL 3.0 or greater.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ build-backend = "setuptools.build_meta"
1212
1313[project ]
1414name = " cryptography"
15- version = " 42.0.0.dev1 "
15+ version = " 42.0.0"
1616authors = [
1717 {
name =
" The Python Cryptographic Authority and individual contributors" ,
email =
" [email protected] " }
1818]
Original file line number Diff line number Diff line change 1010 "__copyright__" ,
1111]
1212
13- __version__ = "42.0.0.dev1 "
13+ __version__ = "42.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__ = "42.0.0.dev1 "
9+ __version__ = "42.0.0"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44
55[project ]
66name = " cryptography_vectors"
7- version = " 42.0.0.dev1 "
7+ version = " 42.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