summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-01-16 09:14:08 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2015-01-16 09:14:08 -0500
commit9ac7d55150c8410a08ee3b00b89bfeac3dbd8e8f (patch)
tree352a2b525032cf808bb9b4b6d6c9df884b2f94d6
parentb0d270bd68bb019d513caab656d2e4e0899b44b7 (diff)
parenta401f405bfa276d43d45fe90297c3f5a3d8af162 (diff)
downloadcryptography-9ac7d55150c8410a08ee3b00b89bfeac3dbd8e8f.tar.gz
Merge pull request #1629 from reaperhulk/0.7.2-changelog0.7.20.7.x
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"