aboutsummaryrefslogtreecommitdiffstats
path: root/vectors
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2016-06-04 12:00:54 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2016-06-04 12:00:54 -0700
commit67ea444a05818703f7a595c5014d9fbc43d80c9c (patch)
tree0a6fab60b4a5c7cd3b6dd13dd82e6904d2f8c94f /vectors
parent69365ce2041081fe6b109496bbb9c56f86ccb7b5 (diff)
downloadcryptography-67ea444a05818703f7a595c5014d9fbc43d80c9c.tar.gz
cryptography-67ea444a05818703f7a595c5014d9fbc43d80c9c.tar.bz2
cryptography-67ea444a05818703f7a595c5014d9fbc43d80c9c.zip
reopen master for work on fifteenth release (#2964)
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 5d90e887..f756b9da 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.4"
+__version__ = "1.5.dev1"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"