Post release tasks to open master for 2.0 (#3644)

This commit is contained in:
Alex Gaynor 2017-05-29 23:10:39 -04:00 committed by Paul Kehrer
parent 23ead43fd7
commit b90e8d81a3
4 changed files with 8 additions and 3 deletions

View file

@ -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
~~~~~~~~~~~~~~~~

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__ = "1.9"
__version__ = "2.0.dev1"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"

View file

@ -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):

View file

@ -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"