summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-01-27 23:05:39 +0800
committerAlex Gaynor <alex.gaynor@gmail.com>2017-01-27 09:05:39 -0600
commit86b8b865b622fa8e81bb6f436c064a1e9476b4fd (patch)
tree3980f322c92337a7a74195adfa515f9a89aa6e08
parent605b918a9df69cfb1773d4b16ee03b42a002ec88 (diff)
downloadcryptography-86b8b865b622fa8e81bb6f436c064a1e9476b4fd.tar.gz
1.7.2 changelog and version bump (#3370)1.7.21.7.x
-rw-r--r--CHANGELOG.rst5
-rw-r--r--src/cryptography/__about__.py2
-rw-r--r--vectors/cryptography_vectors/__about__.py2
3 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index dd5e8879c..62a1748ea 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,6 +1,11 @@
Changelog
=========
+1.7.2 - 2017-01-27
+~~~~~~~~~~~~~~~~~~
+
+* Updated Windows and macOS wheels to be compiled against OpenSSL 1.0.2k.
+
1.7.1 - 2016-12-13
~~~~~~~~~~~~~~~~~~
diff --git a/src/cryptography/__about__.py b/src/cryptography/__about__.py
index dd4e5e6ff..33f30d895 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.1"
+__version__ = "1.7.2"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"
diff --git a/vectors/cryptography_vectors/__about__.py b/vectors/cryptography_vectors/__about__.py
index 72dd19b0f..16f47e0fb 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.1"
+__version__ = "1.7.2"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"