mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
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:
parent
c9e65222c9
commit
558cf91f47
3 changed files with 11 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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__)
|
||||
|
|
|
|||
|
|
@ -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__
|
||||
|
|
|
|||
Loading…
Reference in a new issue