aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2019-10-18 05:55:12 +0800
committerAlex Gaynor <alex.gaynor@gmail.com>2019-10-17 17:55:12 -0400
commita1307a1f34e4f6f8f124cde92ec53c4cd0580078 (patch)
tree9b6b0a831c2608b2656fe26d473ea563a7b853c6 /src
parent25494f96d57b8995ee2fde099146b1192582ee1b (diff)
downloadcryptography-a1307a1f34e4f6f8f124cde92ec53c4cd0580078.tar.gz
cryptography-a1307a1f34e4f6f8f124cde92ec53c4cd0580078.tar.bz2
cryptography-a1307a1f34e4f6f8f124cde92ec53c4cd0580078.zip
reopen master for the 2.9 release (#5017)
Diffstat (limited to 'src')
-rw-r--r--src/cryptography/__about__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptography/__about__.py b/src/cryptography/__about__.py
index 4055e294..f0abdca8 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__ = "2.8"
+__version__ = "2.9.dev1"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"