1.7 changelog date and version bump (#3310)

* 1.7 changelog date and version bump

* no wait the 12th
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index e1158d8..d232cac 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 3a8b0c7..0426ffa 100644
--- a/src/cryptography/__about__.py
+++ b/src/cryptography/__about__.py
@@ -14,7 +14,7 @@
                " 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 6873d6e..f026d52 100644
--- a/vectors/cryptography_vectors/__about__.py
+++ b/vectors/cryptography_vectors/__about__.py
@@ -14,7 +14,7 @@
 
 __uri__ = "https://github.com/pyca/cryptography"
 
-__version__ = "1.7.dev1"
+__version__ = "1.7"
 
 __author__ = "The cryptography developers"
 __email__ = "cryptography-dev@python.org"