aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/__about__.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2016-01-08 10:24:13 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2016-01-08 10:24:13 -0500
commita617ee9d10f875b88db0c76eb18734537bc83904 (patch)
treee95db454e1eee1541984928d0a8567290c31845c /src/cryptography/__about__.py
parentcaf9cf64b4beeee00491c125a2d067026355196b (diff)
parent577f95e4c062fca3376ddc896ee1bb62f34b6fbe (diff)
downloadcryptography-a617ee9d10f875b88db0c76eb18734537bc83904.tar.gz
cryptography-a617ee9d10f875b88db0c76eb18734537bc83904.tar.bz2
cryptography-a617ee9d10f875b88db0c76eb18734537bc83904.zip
Merge pull request #2650 from reaperhulk/1.2-changelog
bump version and changelog for 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 f25cbc89..62cd62da 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.2.dev1"
+__version__ = "1.2"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"