Reopen master for 3.3 (#5509)

* Reopen master for 3.3

* its how you know its authentic alex gaynor code
This commit is contained in:
Alex Gaynor 2020-10-25 23:50:35 -04:00 committed by GitHub
parent c9e65222c9
commit 558cf91f47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 4 deletions

View file

@ -1,6 +1,13 @@
Changelog
=========
.. _v3-3:
3.3 - `master`_
~~~~~~~~~~~~~~~
.. note:: This version is not yet released and is under active development.
.. _v3-2:
3.2 - 2020-10-25

View file

@ -22,10 +22,10 @@ __summary__ = (
)
__uri__ = "https://github.com/pyca/cryptography"
__version__ = "3.2"
__version__ = "3.3.dev1"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"
__license__ = "BSD or Apache License, Version 2.0"
__copyright__ = "Copyright 2013-2019 {}".format(__author__)
__copyright__ = "Copyright 2013-2020 {}".format(__author__)

View file

@ -20,10 +20,10 @@ __summary__ = "Test vectors for the cryptography package."
__uri__ = "https://github.com/pyca/cryptography"
__version__ = "3.2"
__version__ = "3.3.dev1"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"
__license__ = "BSD or Apache License, Version 2.0"
__copyright__ = "Copyright 2013-2019 %s" % __author__
__copyright__ = "Copyright 2013-2020 %s" % __author__