aboutsummaryrefslogtreecommitdiffstats
path: root/vectors
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 /vectors
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 'vectors')
-rw-r--r--vectors/cryptography_vectors/__about__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/vectors/cryptography_vectors/__about__.py b/vectors/cryptography_vectors/__about__.py
index f756b9da..495b851a 100644
--- a/vectors/cryptography_vectors/__about__.py
+++ b/vectors/cryptography_vectors/__about__.py
@@ -14,7 +14,7 @@ __summary__ = "Test vectors for the cryptography package."
__uri__ = "https://github.com/pyca/cryptography"
-__version__ = "1.5.dev1"
+__version__ = "1.5"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"