reopen master for 3.5 (#5752)

* reopen master for 3.5

* Update CHANGELOG.rst

Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>

Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
This commit is contained in:
Paul Kehrer 2021-02-07 14:22:02 -06:00 committed by GitHub
parent 9f931ff99e
commit cac6703cca
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-5:
3.5 - `master`_
~~~~~~~~~~~~~~~~
.. note:: This version is not yet released and is under active development.
.. _v3-4:
3.4 - 2021-02-07

View file

@ -21,7 +21,7 @@ __summary__ = (
)
__uri__ = "https://github.com/pyca/cryptography"
__version__ = "3.4"
__version__ = "3.5.dev1"
__author__ = "The Python Cryptographic Authority and individual contributors"
__email__ = "cryptography-dev@python.org"

View file

@ -18,7 +18,7 @@ __summary__ = "Test vectors for the cryptography package."
__uri__ = "https://github.com/pyca/cryptography"
__version__ = "3.4"
__version__ = "3.5.dev1"
__author__ = "The Python Cryptographic Authority and individual contributors"
__email__ = "cryptography-dev@python.org"