aboutsummaryrefslogtreecommitdiffstats
path: root/vectors
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2019-10-18 05:55:12 +0800
committerAlex Gaynor <alex.gaynor@gmail.com>2019-10-17 17:55:12 -0400
commita1307a1f34e4f6f8f124cde92ec53c4cd0580078 (patch)
tree9b6b0a831c2608b2656fe26d473ea563a7b853c6 /vectors
parent25494f96d57b8995ee2fde099146b1192582ee1b (diff)
downloadcryptography-a1307a1f34e4f6f8f124cde92ec53c4cd0580078.tar.gz
cryptography-a1307a1f34e4f6f8f124cde92ec53c4cd0580078.tar.bz2
cryptography-a1307a1f34e4f6f8f124cde92ec53c4cd0580078.zip
reopen master for the 2.9 release (#5017)
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 464caf07..2eb1f834 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__ = "2.8"
+__version__ = "2.9.dev1"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"