summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-08-07 00:07:46 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-08-07 00:07:46 -0700
commitc787791c8fed109e128b577cfb7594d2aab8e3b6 (patch)
tree6141fbdb9fb46c335f3921020511894cf93f632d
parent8741a0d848e85e20c9ca5e25f0188c41849a9c75 (diff)
parent3ed0fd76d0c4aa25e8745d8d248d419ff69ae69e (diff)
downloadcryptography-0.5.3.tar.gz
Merge pull request #1292 from reaperhulk/0.5.30.5.3
update changelog and version for 0.5.3
-rw-r--r--CHANGELOG.rst5
-rw-r--r--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 2f250f039..b5512bfcc 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,6 +1,11 @@
Changelog
=========
+0.5.3 - 2014-08-06
+~~~~~~~~~~~~~~~~~~
+
+* Updated Windows wheels to be compiled against OpenSSL 1.0.1i.
+
0.5.2 - 2014-07-09
~~~~~~~~~~~~~~~~~~
diff --git a/cryptography/__about__.py b/cryptography/__about__.py
index 92a9e096d..f852ed4fe 100644
--- a/cryptography/__about__.py
+++ b/cryptography/__about__.py
@@ -22,7 +22,7 @@ __summary__ = ("cryptography is a package which provides cryptographic recipes"
" and primitives to Python developers.")
__uri__ = "https://github.com/pyca/cryptography"
-__version__ = "0.5.2"
+__version__ = "0.5.3"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"
diff --git a/vectors/cryptography_vectors/__about__.py b/vectors/cryptography_vectors/__about__.py
index 637b9401e..de876d788 100644
--- a/vectors/cryptography_vectors/__about__.py
+++ b/vectors/cryptography_vectors/__about__.py
@@ -22,7 +22,7 @@ __summary__ = "Test vectors for the cryptography package."
__uri__ = "https://github.com/pyca/cryptography"
-__version__ = "0.5.2"
+__version__ = "0.5.3"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"