diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-11-06 11:56:41 +0800 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2016-11-05 23:56:41 -0400 |
| commit | 090ece652bf47ee5bd081b6eab4c8e6953276752 (patch) | |
| tree | dd58f6602dfb3737093f0299e0d70c8227ef1394 | |
| parent | aebfba28a42b608a2c5f8bf7d45402c415b893a4 (diff) | |
| download | cryptography-1.5.x.tar.gz | |
| -rw-r--r-- | src/cryptography/__about__.py | 2 | ||||
| -rw-r--r-- | vectors/cryptography_vectors/__about__.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/cryptography/__about__.py b/src/cryptography/__about__.py index 02d6494a4..6baca0d75 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__ = "1.5.2" +__version__ = "1.5.3" __author__ = "The cryptography developers" __email__ = "cryptography-dev@python.org" diff --git a/vectors/cryptography_vectors/__about__.py b/vectors/cryptography_vectors/__about__.py index 5a9420867..aac5bcbfc 100644 --- a/vectors/cryptography_vectors/__about__.py +++ b/vectors/cryptography_vectors/__about__.py @@ -14,7 +14,7 @@ __summary__ = "Test vectors for the cryptography package." __uri__ = "https://github.com/pyca/cryptography" -__version__ = "1.5.2" +__version__ = "1.5.3" __author__ = "The cryptography developers" __email__ = "cryptography-dev@python.org" |
