summaryrefslogtreecommitdiff
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
parent9e5056cee79040c714ced4f2c7fcd2d857625cd4 (diff)
downloadcryptography-5df72e82c0156b0e60d355c5c03c85dcf2e694fb.tar.gz
1.7 changelog date and version bump (#3310)1.7
* 1.7 changelog date and version bump * no wait the 12th
-rw-r--r--CHANGELOG.rst6
-rw-r--r--src/cryptography/__about__.py2
-rw-r--r--vectors/cryptography_vectors/__about__.py2
3 files changed, 4 insertions, 6 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index e1158d8cf..d232cac6e 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,10 +1,8 @@
Changelog
=========
-1.7 - `master`_
-~~~~~~~~~~~~~~~
-
-.. note:: This version is not yet released and is under active development.
+1.7 - 2016-12-12
+~~~~~~~~~~~~~~~~
* Support for OpenSSL 1.0.0 has been removed. Users on older version of OpenSSL
will need to upgrade.
diff --git a/src/cryptography/__about__.py b/src/cryptography/__about__.py
index 3a8b0c729..0426ffaac 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"
diff --git a/vectors/cryptography_vectors/__about__.py b/vectors/cryptography_vectors/__about__.py
index 6873d6e51..f026d527d 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"