mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
parent
6bd3faa114
commit
b0d9bdcfc9
3 changed files with 4 additions and 6 deletions
|
|
@ -3,10 +3,8 @@ Changelog
|
|||
|
||||
.. _v3-0:
|
||||
|
||||
3.0 - `master`_
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
.. note:: This version is not yet released and is under active development.
|
||||
3.0 - 2020-07-20
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
* **BACKWARDS INCOMPATIBLE:** Removed support for passing an
|
||||
:class:`~cryptography.x509.Extension` instance to
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ __summary__ = (
|
|||
)
|
||||
__uri__ = "https://github.com/pyca/cryptography"
|
||||
|
||||
__version__ = "3.0.dev1"
|
||||
__version__ = "3.0"
|
||||
|
||||
__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.0.dev1"
|
||||
__version__ = "3.0"
|
||||
|
||||
__author__ = "The cryptography developers"
|
||||
__email__ = "cryptography-dev@python.org"
|
||||
|
|
|
|||
Loading…
Reference in a new issue