3.1 release (#5430)

This commit is contained in:
Paul Kehrer 2020-08-26 23:00:17 -05:00 committed by GitHub
parent c63106c46b
commit ba2c0e5e3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 6 deletions

View file

@ -3,10 +3,8 @@ Changelog
.. _v3-1:
3.1 - `master`_
~~~~~~~~~~~~~~~
.. note:: This version is not yet released and is under active development.
3.1 - 2020-08-26
~~~~~~~~~~~~~~~~
* **BACKWARDS INCOMPATIBLE:** Removed support for ``idna`` based
:term:`U-label` parsing in various X.509 classes. This support was originally

View file

@ -22,7 +22,7 @@ __summary__ = (
)
__uri__ = "https://github.com/pyca/cryptography"
__version__ = "3.1.dev1"
__version__ = "3.1"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"

View file

@ -20,7 +20,7 @@ __summary__ = "Test vectors for the cryptography package."
__uri__ = "https://github.com/pyca/cryptography"
__version__ = "3.1.dev1"
__version__ = "3.1"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"