From b90e8d81a3814331fafc732fa0f2d44f5f71dfbb Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 29 May 2017 23:10:39 -0400 Subject: Post release tasks to open master for 2.0 (#3644) --- src/cryptography/__about__.py | 2 +- src/cryptography/utils.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/cryptography/__about__.py b/src/cryptography/__about__.py index 25384598..1573f697 100644 --- a/src/cryptography/__about__.py +++ b/src/cryptography/__about__.py @@ -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" diff --git a/src/cryptography/utils.py b/src/cryptography/utils.py index 16c05003..cb7137cc 100644 --- a/src/cryptography/utils.py +++ b/src/cryptography/utils.py @@ -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): -- cgit v1.2.3