summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-01-16 09:14:08 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2015-01-16 09:14:08 -0500
commit9ac7d55150c8410a08ee3b00b89bfeac3dbd8e8f (patch)
tree352a2b525032cf808bb9b4b6d6c9df884b2f94d6 /src
parentb0d270bd68bb019d513caab656d2e4e0899b44b7 (diff)
parenta401f405bfa276d43d45fe90297c3f5a3d8af162 (diff)
downloadcryptography-0.7.2.tar.gz
Merge pull request #1629 from reaperhulk/0.7.2-changelog0.7.20.7.x
update versions to 0.7.2 + changelog
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 06b7b900e..b9898112b 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__ = "0.7.1"
+__version__ = "0.7.2"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"