2.2.2 changelog and version bump (#4171)

* 2.2.2 changelog and version bump

* incrementing numbers is hard
This commit is contained in:
Paul Kehrer 2018-03-27 12:30:43 -04:00 committed by Alex Gaynor
parent 4eaa511c62
commit 4ec6a48d5c
3 changed files with 10 additions and 2 deletions

View file

@ -1,6 +1,14 @@
Changelog
=========
.. _v2-2-2:
2.2.2 - 2018-03-27
~~~~~~~~~~~~~~~~~~
* Updated Windows, macOS, and ``manylinux1`` wheels to be compiled with
OpenSSL 1.1.0h.
.. _v2-2-1:
2.2.1 - 2018-03-20

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