3.1.1 release (#5475)

This commit is contained in:
Alex Gaynor 2020-09-22 12:52:40 -04:00 committed by GitHub
parent ba2c0e5e3e
commit d4e17ea937
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 2 deletions

View file

@ -1,6 +1,14 @@
Changelog
=========
.. _v3-1-1:
3.1.1 - 2020-09-22
~~~~~~~~~~~~~~~~~~
* Updated Windows, macOS, and ``manylinux`` wheels to be compiled with
OpenSSL 1.1.1h.
.. _v3-1:
3.1 - 2020-08-26

View file

@ -22,7 +22,7 @@ __summary__ = (
)
__uri__ = "https://github.com/pyca/cryptography"
__version__ = "3.1"
__version__ = "3.1.1"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"

View file

@ -20,7 +20,7 @@ __summary__ = "Test vectors for the cryptography package."
__uri__ = "https://github.com/pyca/cryptography"
__version__ = "3.1"
__version__ = "3.1.1"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"