Skip to content

Commit c787791

Browse files
committed
Merge pull request pyca#1292 from reaperhulk/0.5.3
update changelog and version for 0.5.3
2 parents 8741a0d + 3ed0fd7 commit c787791

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
0.5.3 - 2014-08-06
5+
~~~~~~~~~~~~~~~~~~
6+
7+
* Updated Windows wheels to be compiled against OpenSSL 1.0.1i.
8+
49
0.5.2 - 2014-07-09
510
~~~~~~~~~~~~~~~~~~
611

cryptography/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
" and primitives to Python developers.")
2323
__uri__ = "https://github.com/pyca/cryptography"
2424

25-
__version__ = "0.5.2"
25+
__version__ = "0.5.3"
2626

2727
__author__ = "The cryptography developers"
2828
__email__ = "cryptography-dev@python.org"

vectors/cryptography_vectors/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
__uri__ = "https://github.com/pyca/cryptography"
2424

25-
__version__ = "0.5.2"
25+
__version__ = "0.5.3"
2626

2727
__author__ = "The cryptography developers"
2828
__email__ = "cryptography-dev@python.org"

0 commit comments

Comments
 (0)