2.0.3 changelog and version bump (#3843)

This commit is contained in:
Paul Kehrer 2017-08-03 16:47:21 -05:00 committed by Alex Gaynor
parent 5e7160fb44
commit 87a6dcae8a
3 changed files with 8 additions and 2 deletions

View file

@ -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
~~~~~~~~~~~~~~~~~~

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