From 4eaa511c62ecaf2f3d0b31a8b4f90fa0114e4468 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Tue, 20 Mar 2018 19:17:50 -0400 Subject: [PATCH] 2.2.1 version bump (#4166) --- src/cryptography/__about__.py | 2 +- vectors/cryptography_vectors/__about__.py | 2 +- 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"