diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-07-09 10:40:48 -0400 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-07-09 10:40:48 -0400 |
| commit | c08a0dcf09ffa517a2c7df6d2fe7fcfabd6e14e4 (patch) | |
| tree | 36fbb4091eb53a9dfbeeb9d05a10582664b0f4dc | |
| parent | b2ac9e59e069aa973c837da202cb459cb733530f (diff) | |
| parent | 9a0b7eb2d4f3bf6ec961d35b4c7404debce9c535 (diff) | |
| download | cryptography-0.9.x.tar.gz | |
bump to 0.9.3
| -rw-r--r-- | CHANGELOG.rst | 5 | ||||
| -rw-r--r-- | src/cryptography/__about__.py | 2 | ||||
| -rw-r--r-- | vectors/cryptography_vectors/__about__.py | 2 |
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" |
