Skip to content

Commit afcd8f5

Browse files
reaperhulkalex
authored andcommitted
1.3.2 changelog and version bump
* 1.3.2 changelog and version bump * changelog entry for the libressl change * updated date
1 parent b0d6b5b commit afcd8f5

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.rst

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

4+
1.3.2 - 2016-05-04
5+
~~~~~~~~~~~~~~~~~~
6+
7+
* Updated Windows and OS X wheels to be compiled against OpenSSL 1.0.2h.
8+
* Fixed an issue preventing ``cryptography`` from compiling against
9+
LibreSSL 2.3.x.
10+
411
1.3.1 - 2016-03-21
512
~~~~~~~~~~~~~~~~~~
613

src/cryptography/__about__.py

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

17-
__version__ = "1.3.1"
17+
__version__ = "1.3.2"
1818

1919
__author__ = "The cryptography developers"
2020
__email__ = "[email protected]"

vectors/cryptography_vectors/__about__.py

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

1515
__uri__ = "https://github.com/pyca/cryptography"
1616

17-
__version__ = "1.3.1"
17+
__version__ = "1.3.2"
1818

1919
__author__ = "The cryptography developers"
2020
__email__ = "[email protected]"

0 commit comments

Comments
 (0)