mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
3.1 release (#5430)
This commit is contained in:
parent
c63106c46b
commit
ba2c0e5e3e
3 changed files with 4 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue