summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2018-03-20 19:17:50 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2018-03-20 19:17:50 -0400
commit4eaa511c62ecaf2f3d0b31a8b4f90fa0114e4468 (patch)
treed1b724751035a5e6059f0d0e7b580c8e173de6bf
parentbe31b36152e4e994208ab520e0135e8e3e8dcf18 (diff)
downloadcryptography-2.2.1.tar.gz
2.2.1 version bump (#4166)2.2.1
-rw-r--r--src/cryptography/__about__.py2
-rw-r--r--vectors/cryptography_vectors/__about__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/cryptography/__about__.py b/src/cryptography/__about__.py
index 53d31c22f..be3203b40 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.2"
+__version__ = "2.2.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 70cca3536..7f9c10f59 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.2"
+__version__ = "2.2.1"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"