summaryrefslogtreecommitdiff
path: root/src/cryptography
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
parent07ea3cd3ea23608ad5dfea008674d89e03cb1d33 (diff)
downloadcryptography-1.5.tar.gz
update changelog and bump version for 1.5 release (#3111)1.5
Diffstat (limited to 'src/cryptography')
-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 15ed36dd0..3c389867b 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"