prep 3.0 for release (#5327)

* prep 3.0 for release

* okay then
This commit is contained in:
Paul Kehrer 2020-07-20 15:16:47 -05:00 committed by GitHub
parent 6bd3faa114
commit b0d9bdcfc9
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-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

View file

@ -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"

View file

@ -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"