summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-07-09 10:40:48 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-07-09 10:40:48 -0400
commitc08a0dcf09ffa517a2c7df6d2fe7fcfabd6e14e4 (patch)
tree36fbb4091eb53a9dfbeeb9d05a10582664b0f4dc
parentb2ac9e59e069aa973c837da202cb459cb733530f (diff)
parent9a0b7eb2d4f3bf6ec961d35b4c7404debce9c535 (diff)
downloadcryptography-0.9.x.tar.gz
Merge pull request #2131 from reaperhulk/0.9.3-changelog0.9.30.9.x
bump to 0.9.3
-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 5fa68a208..9305db8bb 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,6 +1,11 @@
Changelog
=========
+0.9.3 - 2015-07-09
+~~~~~~~~~~~~~~~~~~
+
+* Updated Windows wheels to be compiled against OpenSSL 1.0.2d.
+
0.9.2 - 2015-07-04
~~~~~~~~~~~~~~~~~~
diff --git a/src/cryptography/__about__.py b/src/cryptography/__about__.py
index 81baf49c4..12fabec1d 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.9.2"
+__version__ = "0.9.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 3a5dafbec..a3065fff3 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.9.2"
+__version__ = "0.9.3"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"