summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-08-03 16:47:21 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2017-08-03 17:47:21 -0400
commit87a6dcae8a527d6e0b5c8feabfa768cd8fa6e264 (patch)
tree22b1c8d12c36c4a67cc1e8320b5994f3fd5afac8
parent5e7160fb442520647ac3f6d53707da954a517d6c (diff)
downloadcryptography-2.0.x.tar.gz
2.0.3 changelog and version bump (#3843)2.0.32.0.x
-rw-r--r--CHANGELOG.rst6
-rw-r--r--src/cryptography/__about__.py2
-rw-r--r--vectors/cryptography_vectors/__about__.py2
3 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index a5aec439b..cbd9326b8 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,6 +1,12 @@
Changelog
=========
+2.0.3 - 2017-08-03
+~~~~~~~~~~~~~~~~~~
+
+* Fixed an issue with weak linking symbols when compiling on macOS
+ versions older than 10.12.
+
2.0.2 - 2017-07-27
~~~~~~~~~~~~~~~~~~
diff --git a/src/cryptography/__about__.py b/src/cryptography/__about__.py
index 6dc68e3b1..ff33d95c3 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.2"
+__version__ = "2.0.3"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"
diff --git a/vectors/cryptography_vectors/__about__.py b/vectors/cryptography_vectors/__about__.py
index 696dbde6f..2ab3ce237 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.2"
+__version__ = "2.0.3"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"