Skip to content

Commit

Permalink
2.0.1 changelog and version bump (#3820)
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk authored and alex committed Jul 26, 2017
1 parent 9a20f65 commit e758aa6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

2.0.1 - 2017-07-26
~~~~~~~~~~~~~~~~~~

* Fixed a compilation bug affecting OpenBSD.
* Altered the ``manylinux1`` wheels to statically link OpenSSL instead of
dynamically linking and bundling the shared object. This should resolve
crashes seen when using ``uwsgi`` or other binaries that link against
OpenSSL independently.
* Fixed the stack level for the ``signer`` and ``verifier`` warnings.

2.0 - 2017-07-17
~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion src/cryptography/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
" and primitives to Python developers.")
__uri__ = "https://github.com/pyca/cryptography"

__version__ = "2.0"
__version__ = "2.0.1"

__author__ = "The cryptography developers"
__email__ = "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion vectors/cryptography_vectors/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

__uri__ = "https://github.com/pyca/cryptography"

__version__ = "2.0"
__version__ = "2.0.1"

__author__ = "The cryptography developers"
__email__ = "[email protected]"
Expand Down

0 comments on commit e758aa6

Please sign in to comment.