summaryrefslogtreecommitdiff
path: root/src
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 /src
parent1d865a8b78dffd67ba0d8935455b81b2a50e0128 (diff)
downloadcryptography-2.3.1.tar.gz
changelog and version bump for 2.3.1 (#4395)2.3.12.3.x
Diffstat (limited to 'src')
-rw-r--r--src/cryptography/__about__.py2
1 files changed, 1 insertions, 1 deletions
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"