summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2018-08-14 12:22:42 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2018-08-14 13:22:42 -0400
commit16f43545751bb24cee79cccba453d49992a7cc6c (patch)
tree01889070932dc4cb5d7ff4d1fdb17d9e9cb39358
parent1d865a8b78dffd67ba0d8935455b81b2a50e0128 (diff)
downloadcryptography-2.3.x.tar.gz
changelog and version bump for 2.3.1 (#4395)2.3.12.3.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 12c4d6522..3472c817e 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,6 +1,14 @@
Changelog
=========
+.. _v2-3-1:
+
+2.3.1 - 2018-08-14
+~~~~~~~~~~~~~~~~~~
+
+* Updated Windows, macOS, and ``manylinux1`` wheels to be compiled with
+ OpenSSL 1.1.0i.
+
.. _v2-3:
2.3 - 2018-07-18
diff --git a/src/cryptography/__about__.py b/src/cryptography/__about__.py
index 935e65609..a99f58fdd 100644
--- a/src/cryptography/__about__.py
+++ b/src/cryptography/__about__.py
@@ -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.3"
+__version__ = "2.3.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 8f73dc73d..9053a4eee 100644
--- a/vectors/cryptography_vectors/__about__.py
+++ b/vectors/cryptography_vectors/__about__.py
@@ -14,7 +14,7 @@ __summary__ = "Test vectors for the cryptography package."
__uri__ = "https://github.com/pyca/cryptography"
-__version__ = "2.3"
+__version__ = "2.3.1"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"