File tree 5 files changed +7
-9
lines changed
5 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,8 @@ Changelog
3
3
4
4
.. _v42-0-0 :
5
5
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
+ ~~~~~~~~~~~~~~~~~~~
10
8
11
9
* **BACKWARDS INCOMPATIBLE: ** Dropped support for LibreSSL < 3.7.
12
10
* **BACKWARDS INCOMPATIBLE: ** Loading a PKCS7 with no content field using
@@ -66,7 +64,7 @@ Changelog
66
64
for :class: `~cryptography.x509.Certificate ` chains. These APIs should be
67
65
considered unstable and not subject to our stability guarantees until
68
66
documented as such in a future release.
69
- * Added support for
67
+ * Added support for
70
68
:class: `~cryptography.hazmat.primitives.ciphers.algorithms.SM4 `
71
69
:class: `~cryptography.hazmat.primitives.ciphers.modes.GCM `
72
70
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"
12
12
13
13
[project ]
14
14
name = " cryptography"
15
- version = " 42.0.0.dev1 "
15
+ version = " 42.0.0"
16
16
authors = [
17
17
{
name =
" The Python Cryptographic Authority and individual contributors" ,
email =
" [email protected] " }
18
18
]
Original file line number Diff line number Diff line change 10
10
"__copyright__" ,
11
11
]
12
12
13
- __version__ = "42.0.0.dev1 "
13
+ __version__ = "42.0.0"
14
14
15
15
16
16
__author__ = "The Python Cryptographic Authority and individual contributors"
Original file line number Diff line number Diff line change 6
6
"__version__" ,
7
7
]
8
8
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"
4
4
5
5
[project ]
6
6
name = " cryptography_vectors"
7
- version = " 42.0.0.dev1 "
7
+ version = " 42.0.0"
8
8
authors = [
9
9
{
name =
" The Python Cryptographic Authority and individual contributors" ,
email =
" [email protected] " }
10
10
]
You can’t perform that action at this time.
0 commit comments