File tree Expand file tree Collapse file tree 6 files changed +8
-9
lines changed Expand file tree Collapse file tree 6 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 4747 ~/.cargo/registry/cache/
4848 src/rust/target/
4949 ${{ inputs.additional-paths }}
50- key : cargo-pip-${{ runner.os }}-${{ runner.arch }}-${{ steps.normalized-key.outputs.key }}-5 -${{ hashFiles('**/Cargo.lock', '**/*.rs') }}-${{ steps.rust-version.version }}
50+ key : cargo-pip-${{ runner.os }}-${{ runner.arch }}-${{ steps.normalized-key.outputs.key }}-6 -${{ hashFiles('**/Cargo.lock', '**/*.rs') }}-${{ steps.rust-version.version }}
5151 - name : Size of cache items
5252 run : |
5353 du -sh ~/.cargo/registry/index/
Original file line number Diff line number Diff line change @@ -3,16 +3,15 @@ Changelog
33
44.. _v41-0-0 :
55
6- 41.0.0 - `main `_
7- ~~~~~~~~~~~~~~~~
8-
9- .. note :: This version is not yet released and is under active development.
6+ 41.0.0 - 2023-05-30
7+ ~~~~~~~~~~~~~~~~~~~
108
119* **BACKWARDS INCOMPATIBLE: ** Support for OpenSSL less than 1.1.1d has been
1210 removed. Users on older version of OpenSSL will need to upgrade.
1311* **BACKWARDS INCOMPATIBLE: ** Support for Python 3.6 has been removed.
1412* **BACKWARDS INCOMPATIBLE: ** Dropped support for LibreSSL < 3.6.
1513* Updated the minimum supported Rust version (MSRV) to 1.56.0, from 1.48.0.
14+ * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.1.1.
1615* Added support for the :class: `~cryptography.x509.OCSPAcceptableResponses `
1716 OCSP extension.
1817* Added support for the :class: `~cryptography.x509.MSCertificateTemplate `
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ build-backend = "setuptools.build_meta"
1111
1212[project ]
1313name = " cryptography"
14- version = " 41.0.0.dev1 "
14+ version = " 41.0.0"
1515authors = [
1616 {name = " The Python Cryptographic Authority and individual contributors" , email = " cryptography-dev@python.org" }
1717]
Original file line number Diff line number Diff line change 1010 "__copyright__" ,
1111]
1212
13- __version__ = "41.0.0.dev1 "
13+ __version__ = "41.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__ = "41.0.0.dev1 "
9+ __version__ = "41.0.0"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " cryptography_vectors"
7- version = " 41.0.0.dev1 "
7+ version = " 41.0.0"
88authors = [
99 {name = " The Python Cryptographic Authority and individual contributors" , email = " cryptography-dev@python.org" }
1010]
You can’t perform that action at this time.
0 commit comments