summaryrefslogtreecommitdiff
path: root/src/cryptography/__about__.py
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-11-02 12:57:52 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2017-11-02 13:57:52 -0400
commit2219ea7609eaacfa2d09f80d1baf60be7af5eaca (patch)
tree75bd18867678ca60075cd5ffc5c447f675f156b4 /src/cryptography/__about__.py
parent106de1cb976c8ab7057484cb555979bb27e2430e (diff)
downloadcryptography-2.1.3.tar.gz
changelog and version bump for 2.1.3 (#4007)2.1.3
* changelog and version bump for 2.1.3 * buster is 3.6 now (#4003) * Fix a few new flake8 issues (#4008)
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 a335c537c..b0df09716 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.2"
+__version__ = "2.1.3"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"