diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2017-10-12 00:38:11 -0400 |
|---|---|---|
| committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-10-12 12:38:11 +0800 |
| commit | 85fa6ce5b29f94e27f1b712da015c2039cd108f9 (patch) | |
| tree | 4a53380d13ddbed885d27cdf42c5bbf08700958d | |
| parent | 785ebd84003b9f0f61fe586eead9a46e4f636e1e (diff) | |
| download | cryptography-2.1.1.tar.gz | |
Bumped version for release (#3974)2.1.1
* Bumped version for release
* attempt to be precise
| -rw-r--r-- | CHANGELOG.rst | 7 | ||||
| -rw-r--r-- | src/cryptography/__about__.py | 2 | ||||
| -rw-r--r-- | vectors/cryptography_vectors/__about__.py | 2 |
3 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 49acbc6a3..f611d171f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,13 @@ Changelog ========= +.. _v2-1-1: + +2.1.1 - 2017-10-12 +~~~~~~~~~~~~~~~~~~ + +* Fixed support for install with the system ``pip`` on Ubuntu 16.04. + .. _v2-1: 2.1 - 2017-10-11 diff --git a/src/cryptography/__about__.py b/src/cryptography/__about__.py index 3775996ab..3d6c8a031 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" +__version__ = "2.1.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 d1a01453c..eb880ff8c 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.1" +__version__ = "2.1.1" __author__ = "The cryptography developers" __email__ = "cryptography-dev@python.org" |
