aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2016-06-04 09:57:11 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2016-06-04 09:57:11 -0700
commit69365ce2041081fe6b109496bbb9c56f86ccb7b5 (patch)
tree9af385727a7824e0d1c60fa7f73d98fa73b6bec4 /src
parent34d5c39a9c1efa6c2f2c9f473890ebe44816e85a (diff)
downloadcryptography-69365ce2041081fe6b109496bbb9c56f86ccb7b5.tar.gz
cryptography-69365ce2041081fe6b109496bbb9c56f86ccb7b5.tar.bz2
cryptography-69365ce2041081fe6b109496bbb9c56f86ccb7b5.zip
changelog and version bump (#2962)
* changelog and version bump * typo, sigh * fine you win doc8 * it's a brand new day * add sign/verify for RSA to changelog
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 3b985e3f..dc7c412f 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.4dev1"
+__version__ = "1.4"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"