From 38a2d0b94852bcd4d017ee77cb6dec8dee3ce2ae Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 26 Jul 2017 22:09:35 -0500 Subject: changelog and version bump for 2.0.2 (#3826) * changelog and version bump for 2.0.2 * diff language --- CHANGELOG.rst | 6 ++++++ src/cryptography/__about__.py | 2 +- vectors/cryptography_vectors/__about__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1867c0d94..a5aec439b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ~~~~~~~~~~~~~~~~~~ diff --git a/src/cryptography/__about__.py b/src/cryptography/__about__.py index c363a0a81..6dc68e3b1 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__ = "2.0.1" +__version__ = "2.0.2" __author__ = "The cryptography developers" __email__ = "cryptography-dev@python.org" diff --git a/vectors/cryptography_vectors/__about__.py b/vectors/cryptography_vectors/__about__.py index de518819a..696dbde6f 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__ = "2.0.1" +__version__ = "2.0.2" __author__ = "The cryptography developers" __email__ = "cryptography-dev@python.org" -- cgit v1.2.1