aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-03-10 08:36:18 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2017-03-10 07:36:18 -0500
commitd0aad454865849d652d52e040f2828bf42e2edca (patch)
tree9b1d9657f4ab84f012ff46bd2cedf73319fa16da /src
parent928e4ee28564359973298624cf023ae5ea7f62c3 (diff)
downloadcryptography-d0aad454865849d652d52e040f2828bf42e2edca.tar.gz
cryptography-d0aad454865849d652d52e040f2828bf42e2edca.tar.bz2
cryptography-d0aad454865849d652d52e040f2828bf42e2edca.zip
port 1.8.1 changelog and update master for 1.9 release cycle (#3440)
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 7da4a523..85714a04 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.8"
+__version__ = "1.9.dev1"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"