bump version to 1.5.3 for release (#3217)

This commit is contained in:
Paul Kehrer 2016-11-06 11:56:41 +08:00 committed by Alex Gaynor
parent aebfba28a4
commit 090ece652b
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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"