diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-01-16 09:14:08 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-01-16 09:14:08 -0500 |
commit | 9ac7d55150c8410a08ee3b00b89bfeac3dbd8e8f (patch) | |
tree | 352a2b525032cf808bb9b4b6d6c9df884b2f94d6 /src | |
parent | b0d270bd68bb019d513caab656d2e4e0899b44b7 (diff) | |
parent | a401f405bfa276d43d45fe90297c3f5a3d8af162 (diff) | |
download | cryptography-0.7.2.tar.gz |
update versions to 0.7.2 + changelog
Diffstat (limited to 'src')
-rw-r--r-- | src/cryptography/__about__.py | 2 |
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" |