mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Post release tasks to open master for 2.0 (#3644)
This commit is contained in:
parent
23ead43fd7
commit
b90e8d81a3
4 changed files with 8 additions and 3 deletions
|
|
@ -1,6 +1,11 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
2.0 - `master`_
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
.. note:: This version is not yet released and is under active development.
|
||||
|
||||
1.9 - 2017-05-29
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
|
|
@ -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__ = "1.9"
|
||||
__version__ = "2.0.dev1"
|
||||
|
||||
__author__ = "The cryptography developers"
|
||||
__email__ = "cryptography-dev@python.org"
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ import warnings
|
|||
# ubiquity of their use. They should not be removed until we agree on when that
|
||||
# cycle ends.
|
||||
PersistentlyDeprecated = DeprecationWarning
|
||||
DeprecatedIn19 = PendingDeprecationWarning
|
||||
DeprecatedIn19 = DeprecationWarning
|
||||
|
||||
|
||||
def read_only_property(name):
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ __summary__ = "Test vectors for the cryptography package."
|
|||
|
||||
__uri__ = "https://github.com/pyca/cryptography"
|
||||
|
||||
__version__ = "1.9"
|
||||
__version__ = "2.0.dev1"
|
||||
|
||||
__author__ = "The cryptography developers"
|
||||
__email__ = "cryptography-dev@python.org"
|
||||
|
|
|
|||
Loading…
Reference in a new issue