summaryrefslogtreecommitdiff
path: root/src/cryptography
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-07-03 18:44:05 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-07-03 18:44:05 -0400
commitb2ac9e59e069aa973c837da202cb459cb733530f (patch)
tree15ede7c4aa7250d57ce24a778eed4f7b2a2e984d /src/cryptography
parentbd17d14bd05d49e3a851cabbc863f74ee5c86702 (diff)
parent47f1d2b5cfc9f984d88698030c0bae5e6d4f0001 (diff)
downloadcryptography-0.9.2.tar.gz
Merge pull request #2025 from reaperhulk/0.9.2-changelog0.9.2
0.9.2 changelog
Diffstat (limited to 'src/cryptography')
-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 a9f585633..81baf49c4 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.9.1"
+__version__ = "0.9.2"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"