aboutsummaryrefslogtreecommitdiffstats
path: root/src
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 /src
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 'src')
-rw-r--r--src/cryptography/__about__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptography/__about__.py b/src/cryptography/__about__.py
index 3a8b0c72..0426ffaa 100644
--- a/src/cryptography/__about__.py
+++ b/src/cryptography/__about__.py
@@ -14,7 +14,7 @@ __summary__ = ("cryptography is a package which provides cryptographic recipes"
" and primitives to Python developers.")
__uri__ = "https://github.com/pyca/cryptography"
-__version__ = "1.7.dev1"
+__version__ = "1.7"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"