summaryrefslogtreecommitdiff
path: root/src/cryptography/__about__.py
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-11-29 21:20:48 +0800
committerAlex Gaynor <alex.gaynor@gmail.com>2017-11-29 08:20:48 -0500
commited5a7717a50edd3b0a9b7c729b2281dabd18390d (patch)
tree92023baf2005289f17158745bb31681aaf10d341 /src/cryptography/__about__.py
parente85fceec5a7d3aab7b47225de65066a02b1874d7 (diff)
downloadcryptography-2.1.4.tar.gz
changelog and version bump (#4030)2.1.42.1.x
Diffstat (limited to 'src/cryptography/__about__.py')
-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 b0df09716..d754a0796 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.1.3"
+__version__ = "2.1.4"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"