summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2016-06-02 19:37:55 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2016-06-02 19:37:55 -0700
commit35fedcb1966dcaf610df79dbaaaf3545d3dbb189 (patch)
treedaa0df1b2186afc67f60dad14098eef5ccb46b3d /src
parent15d7f6d494a889faf26fea759cc3618771acc61a (diff)
downloadcryptography-1.3.4.tar.gz
1.3.4 changelog and version bump (#2954)1.3.41.3.x
Diffstat (limited to 'src')
-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 831fed43f..635becab3 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__ = "1.3.3"
+__version__ = "1.3.4"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"