Skip to content
Snippets Groups Projects
Commit e29acc28dd8a authored by Paul Kehrer's avatar Paul Kehrer
Browse files

prep 3.0 for release (#5327)

* prep 3.0 for release

* okay then
parent ded95676e7ff
No related branches found
No related tags found
No related merge requests found
...@@ -3,10 +3,8 @@ ...@@ -3,10 +3,8 @@
.. _v3-0: .. _v3-0:
3.0 - `master`_ 3.0 - 2020-07-20
~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~
.. note:: This version is not yet released and is under active development.
* **BACKWARDS INCOMPATIBLE:** Removed support for passing an * **BACKWARDS INCOMPATIBLE:** Removed support for passing an
:class:`~cryptography.x509.Extension` instance to :class:`~cryptography.x509.Extension` instance to
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
) )
__uri__ = "https://github.com/pyca/cryptography" __uri__ = "https://github.com/pyca/cryptography"
__version__ = "3.0.dev1" __version__ = "3.0"
__author__ = "The cryptography developers" __author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org" __email__ = "cryptography-dev@python.org"
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
__uri__ = "https://github.com/pyca/cryptography" __uri__ = "https://github.com/pyca/cryptography"
__version__ = "3.0.dev1" __version__ = "3.0"
__author__ = "The cryptography developers" __author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org" __email__ = "cryptography-dev@python.org"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment