Skip to content

Commit 14186e3

Browse files
committed
0.3.1 release
1 parent 1fca07d commit 14186e3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

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

4+
Version 0.3.1 [2017-12-01]
5+
--------------------------
6+
7+
* temporarily downgraded cryptography and pyopenssl versions
8+
to avoid segmentation faults
9+
410
Version 0.3.0 [2017-11-03]
511
--------------------------
612

django_x509/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 3, 0, 'final')
1+
VERSION = (0, 3, 1, 'final')
22
__version__ = VERSION # alias
33

44

0 commit comments

Comments
 (0)