From c0ee738a8460dc3551758400772978ed62a84d46 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Fri, 26 Aug 2016 22:59:49 +0800 Subject: update changelog and bump version for 1.5 release (#3111) --- 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 15ed36dd..3c389867 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.5.dev1" +__version__ = "1.5" __author__ = "The cryptography developers" __email__ = "cryptography-dev@python.org" -- cgit v1.2.3