summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-01-15 12:37:00 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-01-16 07:00:08 -0600
commita401f405bfa276d43d45fe90297c3f5a3d8af162 (patch)
tree5f846596451e0a3071953ef8f981da92f028da77
parent9a4f1a0f6c89e3e56b955e5acc6c0001e418443d (diff)
downloadcryptography-a401f405bfa276d43d45fe90297c3f5a3d8af162.tar.gz
update versions to 0.7.2 + changelog
-rw-r--r--CHANGELOG.rst9
-rw-r--r--src/cryptography/__about__.py2
-rw-r--r--vectors/cryptography_vectors/__about__.py2
3 files changed, 11 insertions, 2 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 508124abf..afe3a1cbf 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,6 +1,15 @@
Changelog
=========
+0.7.2 - 2015-01-16
+~~~~~~~~~~~~~~~~~~
+
+* Updated Windows wheels to be compiled against OpenSSL 1.0.1l.
+* ``enum34`` is no longer installed on Python 3.4, where it is included in
+ the standard library.
+* Added a new function to the OpenSSL bindings to support additional
+ functionality in pyOpenSSL.
+
0.7.1 - 2014-12-28
~~~~~~~~~~~~~~~~~~
diff --git a/src/cryptography/__about__.py b/src/cryptography/__about__.py
index 06b7b900e..b9898112b 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__ = "0.7.1"
+__version__ = "0.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 2786460d3..6242db9fa 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__ = "0.7.1"
+__version__ = "0.7.2"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"