summaryrefslogtreecommitdiff
path: root/src/cryptography/__about__.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-10-24 11:32:21 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-10-24 10:32:21 -0500
commit106de1cb976c8ab7057484cb555979bb27e2430e (patch)
tree59f769eebe9928daae081022f400d763a1c31b18 /src/cryptography/__about__.py
parent85fa6ce5b29f94e27f1b712da015c2039cd108f9 (diff)
downloadcryptography-2.1.2.tar.gz
Bump version for 2.1.2 release (#3997)2.1.2
* Bump version for 2.1.2 release * rolling has 36 now that it is artful (#3991) * Latest flake8 has some rules about variable names (#3996)
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 3d6c8a031..a335c537c 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.1"
+__version__ = "2.1.2"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"