reopen master for 3.0 dev (#5175)

This commit is contained in:
Paul Kehrer 2020-04-02 17:16:18 -05:00 committed by GitHub
parent 81b7fc6546
commit e687b8f7f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 2 deletions

View file

@ -1,6 +1,13 @@
Changelog
=========
.. _v3-0:
3.0 - `master`_
~~~~~~~~~~~~~~~
.. note:: This version is not yet released and is under active development.
.. _v2-9:
2.9 - 2020-04-02

View file

@ -14,7 +14,7 @@ __summary__ = ("cryptography is a package which provides cryptographic recipes"
" and primitives to Python developers.")
__uri__ = "https://github.com/pyca/cryptography"
__version__ = "2.9"
__version__ = "3.0.dev1"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"

View file

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