From 69365ce2041081fe6b109496bbb9c56f86ccb7b5 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 4 Jun 2016 09:57:11 -0700 Subject: 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 --- src/cryptography/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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" -- cgit v1.2.3