summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-07-03 18:44:05 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-07-03 18:44:05 -0400
commitb2ac9e59e069aa973c837da202cb459cb733530f (patch)
tree15ede7c4aa7250d57ce24a778eed4f7b2a2e984d
parentbd17d14bd05d49e3a851cabbc863f74ee5c86702 (diff)
parent47f1d2b5cfc9f984d88698030c0bae5e6d4f0001 (diff)
downloadcryptography-0.9.2.tar.gz
Merge pull request #2025 from reaperhulk/0.9.2-changelog0.9.2
0.9.2 changelog
-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 fa61c70f1..5fa68a208 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,6 +1,11 @@
Changelog
=========
+0.9.2 - 2015-07-04
+~~~~~~~~~~~~~~~~~~
+
+* Updated Windows wheels to be compiled against OpenSSL 1.0.2c.
+
0.9.1 - 2015-06-06
~~~~~~~~~~~~~~~~~~
diff --git a/src/cryptography/__about__.py b/src/cryptography/__about__.py
index a9f585633..81baf49c4 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.1"
+__version__ = "0.9.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 20773d94e..3a5dafbec 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.1"
+__version__ = "0.9.2"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"