aboutsummaryrefslogtreecommitdiffstats
path: root/vectors
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2016-12-12 16:41:26 -0600
committerAlex Gaynor <alex.gaynor@gmail.com>2016-12-12 17:41:26 -0500
commitfad63fe138581247fed032679c65933f2128bb9e (patch)
tree905be93e2f1fab019bbae92080192fad222b634f /vectors
parent5df72e82c0156b0e60d355c5c03c85dcf2e694fb (diff)
downloadcryptography-fad63fe138581247fed032679c65933f2128bb9e.tar.gz
cryptography-fad63fe138581247fed032679c65933f2128bb9e.tar.bz2
cryptography-fad63fe138581247fed032679c65933f2128bb9e.zip
1.8 begins (#3311)
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 f026d527..168e752a 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.7"
+__version__ = "1.8.dev1"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"