Skip to content

Commit

Permalink
2.6.1 release with fixed wheels (#4792)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored and reaperhulk committed Feb 27, 2019
1 parent 659cffe commit e457053
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

.. _v2-6-1:

2.6.1 - 2019-02-27
~~~~~~~~~~~~~~~~~~

* Resolved an error in our build infrastructure that broke our Python3 wheels
for macOS and Linux.

.. _v2-6:

2.6 - 2019-02-27
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.6"
__version__ = "2.6.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.6"
__version__ = "2.6.1"

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

0 comments on commit e457053

Please sign in to comment.