aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/__about__.py
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2016-08-26 22:59:49 +0800
committerAlex Gaynor <alex.gaynor@gmail.com>2016-08-26 10:59:49 -0400
commitc0ee738a8460dc3551758400772978ed62a84d46 (patch)
tree37b1694587ebbf6ba6974076855000b5a77c2967 /src/cryptography/__about__.py
parent07ea3cd3ea23608ad5dfea008674d89e03cb1d33 (diff)
downloadcryptography-c0ee738a8460dc3551758400772978ed62a84d46.tar.gz
cryptography-c0ee738a8460dc3551758400772978ed62a84d46.tar.bz2
cryptography-c0ee738a8460dc3551758400772978ed62a84d46.zip
update changelog and bump version for 1.5 release (#3111)
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 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"