diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-08-07 00:07:46 -0700 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-08-07 00:07:46 -0700 |
| commit | c787791c8fed109e128b577cfb7594d2aab8e3b6 (patch) | |
| tree | 6141fbdb9fb46c335f3921020511894cf93f632d /cryptography/__about__.py | |
| parent | 8741a0d848e85e20c9ca5e25f0188c41849a9c75 (diff) | |
| parent | 3ed0fd76d0c4aa25e8745d8d248d419ff69ae69e (diff) | |
| download | cryptography-0.5.3.tar.gz | |
Merge pull request #1292 from reaperhulk/0.5.30.5.3
update changelog and version for 0.5.3
Diffstat (limited to 'cryptography/__about__.py')
| -rw-r--r-- | cryptography/__about__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptography/__about__.py b/cryptography/__about__.py index 92a9e096d..f852ed4fe 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.2" +__version__ = "0.5.3" __author__ = "The cryptography developers" __email__ = "cryptography-dev@python.org" |
