aboutsummaryrefslogtreecommitdiffstats
path: root/vectors
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2016-12-12 12:06:09 -0600
committerAlex Gaynor <alex.gaynor@gmail.com>2016-12-12 13:06:09 -0500
commit5df72e82c0156b0e60d355c5c03c85dcf2e694fb (patch)
tree4ac5d4bc7e03e20e0e3f8d361debaf0021f63a9a /vectors
parent9e5056cee79040c714ced4f2c7fcd2d857625cd4 (diff)
downloadcryptography-5df72e82c0156b0e60d355c5c03c85dcf2e694fb.tar.gz
cryptography-5df72e82c0156b0e60d355c5c03c85dcf2e694fb.tar.bz2
cryptography-5df72e82c0156b0e60d355c5c03c85dcf2e694fb.zip
1.7 changelog date and version bump (#3310)
* 1.7 changelog date and version bump * no wait the 12th
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 6873d6e5..f026d527 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.dev1"
+__version__ = "1.7"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"