summaryrefslogtreecommitdiff
path: root/cryptography
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-07-09 17:50:02 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-07-09 17:50:02 -0700
commit544523f97f182157f8b27342ae11ef3520a49c62 (patch)
treee92b194d221e2368181d0e24651ab0bc9298d4a7 /cryptography
parent8199609052a0e2bb869a00c143040268203e0255 (diff)
parentf24d8545f0ce7204ff404a55fe1eb2c9dd5784f8 (diff)
downloadcryptography-0.5.2.tar.gz
Merge pull request #1240 from reaperhulk/052-bump0.5.2
0.5.2 changelog and versioning
Diffstat (limited to 'cryptography')
-rw-r--r--cryptography/__about__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptography/__about__.py b/cryptography/__about__.py
index 527b18c4c..92a9e096d 100644
--- a/cryptography/__about__.py
+++ b/cryptography/__about__.py
@@ -22,7 +22,7 @@ __summary__ = ("cryptography is a package which provides cryptographic recipes"
" and primitives to Python developers.")
__uri__ = "https://github.com/pyca/cryptography"
-__version__ = "0.5.1"
+__version__ = "0.5.2"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"