bump version and add changelog entry for 1.5.2 (#3175)

This commit is contained in:
Paul Kehrer 2016-09-26 15:22:03 -05:00 committed by Alex Gaynor
parent 1ed0235eae
commit cad7774653
3 changed files with 8 additions and 2 deletions

View file

@ -1,6 +1,12 @@
Changelog
=========
1.5.2 - 2016-09-26
~~~~~~~~~~~~~~~~~~
* Updated Windows and OS X wheels to be compiled against OpenSSL 1.0.2j.
1.5.1 - 2016-09-22
~~~~~~~~~~~~~~~~~~

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.1"
__version__ = "1.5.2"
__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.1"
__version__ = "1.5.2"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"