diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-07-26 22:09:35 -0500 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2017-07-26 23:09:35 -0400 |
| commit | 38a2d0b94852bcd4d017ee77cb6dec8dee3ce2ae (patch) | |
| tree | 40f26045402ed36a3a49c96dad3bfcae1ca3acbd | |
| parent | 1362a977808188461a4b901914f8364da5caa239 (diff) | |
| download | cryptography-2.0.2.tar.gz | |
changelog and version bump for 2.0.2 (#3826)2.0.2
* changelog and version bump for 2.0.2
* diff language
| -rw-r--r-- | CHANGELOG.rst | 6 | ||||
| -rw-r--r-- | src/cryptography/__about__.py | 2 | ||||
| -rw-r--r-- | 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" |
