Skip to content

Commit

Permalink
changelog and version bump for 2.0.2 (#3826)
Browse files Browse the repository at this point in the history
* changelog and version bump for 2.0.2

* diff language
  • Loading branch information
reaperhulk authored and alex committed Jul 27, 2017
1 parent 1362a97 commit 38a2d0b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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
~~~~~~~~~~~~~~~~~~

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.1"
__version__ = "2.0.2"

__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.1"
__version__ = "2.0.2"

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

0 comments on commit 38a2d0b

Please sign in to comment.