diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-07-03 18:44:05 -0400 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-07-03 18:44:05 -0400 |
| commit | b2ac9e59e069aa973c837da202cb459cb733530f (patch) | |
| tree | 15ede7c4aa7250d57ce24a778eed4f7b2a2e984d /src/cryptography/__about__.py | |
| parent | bd17d14bd05d49e3a851cabbc863f74ee5c86702 (diff) | |
| parent | 47f1d2b5cfc9f984d88698030c0bae5e6d4f0001 (diff) | |
| download | cryptography-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/__about__.py')
| -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 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" |
