changelog and version bump for 2.0.2 (#3826)

* changelog and version bump for 2.0.2

* diff language
This commit is contained in:
Paul Kehrer 2017-07-26 22:09:35 -05:00 committed by Alex Gaynor
parent 1362a97780
commit 38a2d0b948
3 changed files with 8 additions and 2 deletions

View file

@ -1,6 +1,12 @@
Changelog
=========
2.0.2 - 2017-07-27
~~~~~~~~~~~~~~~~~~
* Marked all symbols as hidden in the ``manylinux1`` wheel to avoid a
bug with symbol resolution in certain scenarios.
2.0.1 - 2017-07-26
~~~~~~~~~~~~~~~~~~

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