summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2020-09-22 12:52:40 -0400
committerGitHub <noreply@github.com>2020-09-22 11:52:40 -0500
commitd4e17ea937a50d69f615f7fe53d0482bd8660bb9 (patch)
tree8c368b1255212045f15d5d2c3fc6501f278f5ec4
parentba2c0e5e3e4fb242b80474d2ff7368c91e7ebeaf (diff)
downloadcryptography-3.1.x.tar.gz
3.1.1 release (#5475)3.1.13.1.x
-rw-r--r--CHANGELOG.rst8
-rw-r--r--src/cryptography/__about__.py2
-rw-r--r--vectors/cryptography_vectors/__about__.py2
3 files changed, 10 insertions, 2 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 3facb2ac1..f97f841fe 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -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
diff --git a/src/cryptography/__about__.py b/src/cryptography/__about__.py
index fd1b7a581..56b82eb9a 100644
--- a/src/cryptography/__about__.py
+++ b/src/cryptography/__about__.py
@@ -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"
diff --git a/vectors/cryptography_vectors/__about__.py b/vectors/cryptography_vectors/__about__.py
index 0ae2179b0..0da354367 100644
--- a/vectors/cryptography_vectors/__about__.py
+++ b/vectors/cryptography_vectors/__about__.py
@@ -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"