diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-03-03 15:16:51 -0800 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-03-03 15:16:51 -0800 |
| commit | f36fcdbd055c236641e8704bfa559d8bbf274b61 (patch) | |
| tree | 6e0975eb6e151804ad22c27232940600f035a63c /cryptography/__about__.py | |
| parent | aa4692c112d756fc12980f7039b030caec27bc0d (diff) | |
| parent | 873730c89f0d8a6ac39639cdc97b069ebb2d3e6c (diff) | |
| download | cryptography-0.2.x.tar.gz | |
backport EVP_R_DISABLED_FOR_FIPS removal, increment for 0.2.2
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 19a928a98..1fe3bb3fe 100644 --- a/cryptography/__about__.py +++ b/cryptography/__about__.py @@ -22,7 +22,7 @@ __summary__ = ("cryptography is a package designed to expose cryptographic " "recipes and primitives to Python developers.") __uri__ = "https://github.com/pyca/cryptography" -__version__ = "0.2.1" +__version__ = "0.2.2" __author__ = "The cryptography developers" __email__ = "cryptography-dev@python.org" |
