aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/__about__.py
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-10-29 07:52:35 +0900
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-10-29 07:52:35 +0900
commitc5b430f7ec091c02017fd07c7871ea0a4b2de044 (patch)
treec74f77bf80d73950c52464d156be3afef2cd05b0 /src/cryptography/__about__.py
parent246a44e78c0d370452b3c5508d5fdabbb1b04c99 (diff)
downloadcryptography-c5b430f7ec091c02017fd07c7871ea0a4b2de044.tar.gz
cryptography-c5b430f7ec091c02017fd07c7871ea0a4b2de044.tar.bz2
cryptography-c5b430f7ec091c02017fd07c7871ea0a4b2de044.zip
reopen master for development on the twelfth release
Diffstat (limited to 'src/cryptography/__about__.py')
-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 013ca3a9..fbc1e735 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.1"
+__version__ = "1.2.dev1"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"