Skip to content

Commit

Permalink
version bump and changelog for 40.0.0 (#8583)
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk committed Mar 24, 2023
1 parent c8328c0 commit 45e3771
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ Changelog

.. _v40-0-0:

40.0.0 - `main`_
~~~~~~~~~~~~~~~~
40.0.0 - 2023-03-24
~~~~~~~~~~~~~~~~~~~

.. note:: This version is not yet released and is under active development.

* **BACKWARDS INCOMPATIBLE:** As announced in the 39.0.0 changelog, the way
``cryptography`` links OpenSSL has changed. This only impacts users who
Expand All @@ -33,6 +32,7 @@ Changelog
and
:class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKey`.
* The minimum supported version of PyPy3 is now 7.3.10.
* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.1.0.
* Added support for parsing SSH certificates in addition to public keys with
:func:`~cryptography.hazmat.primitives.serialization.load_ssh_public_identity`.
:func:`~cryptography.hazmat.primitives.serialization.load_ssh_public_key`
Expand Down
2 changes: 1 addition & 1 deletion src/cryptography/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"__copyright__",
]

__version__ = "40.0.0.dev1"
__version__ = "40.0.0"

__author__ = "The Python Cryptographic Authority and individual contributors"
__copyright__ = f"Copyright 2013-2022 {__author__}"
2 changes: 1 addition & 1 deletion vectors/cryptography_vectors/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
"__version__",
]

__version__ = "40.0.0.dev1"
__version__ = "40.0.0"

0 comments on commit 45e3771

Please sign in to comment.