Skip to content

Commit

Permalink
1.8.1 time, oops (#3439)
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk authored and alex committed Mar 10, 2017
1 parent 928e4ee commit 6c5a519
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,11 @@
Changelog
=========

1.8.1 - 2017-03-10
~~~~~~~~~~~~~~~~~~

* Fixed macOS wheels to properly link against 1.1.0 rather than 1.0.2.

1.8 - 2017-03-09
~~~~~~~~~~~~~~~~

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

__version__ = "1.8"
__version__ = "1.8.1"

__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"
Expand Down
2 changes: 1 addition & 1 deletion vectors/cryptography_vectors/__about__.py
Expand Up @@ -14,7 +14,7 @@

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

__version__ = "1.8"
__version__ = "1.8.1"

__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"
Expand Down

0 comments on commit 6c5a519

Please sign in to comment.