Skip to content

Commit 9facb15

Browse files
committed
bump for 1.3.1 with changelog
1 parent 94f077a commit 9facb15

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.rst

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

4+
1.3.1 - 2016-03-21
5+
~~~~~~~~~~~~~~~~~~
6+
7+
* Fixed a bug that caused an ``AttributeError`` when using mock to patch some cryptography
8+
modules.
9+
410
1.3 - 2016-03-18
511
~~~~~~~~~~~~~~~~
612

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"
17+
__version__ = "1.3.1"
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"
17+
__version__ = "1.3.1"
1818

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

0 commit comments

Comments
 (0)