Skip to content

Commit b2743eb

Browse files
committed
0.2.4 release
1 parent 52d845a commit b2743eb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGES.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
Changelog
22
=========
33

4-
Version 0.2.4 [unreleased]
4+
Version 0.2.4 [2017-07-04]
55
--------------------------
66

7-
WIP
7+
* [models] added ``digest`` argument to ``CRL.export``
8+
* [requirements] pyopenssl>=17.1.0,<17.2.0
89

910
Version 0.2.3 [2017-05-15]
1011
--------------------------

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, 2, 4, 'alpha')
1+
VERSION = (0, 2, 4, 'final')
22
__version__ = VERSION # alias
33

44

0 commit comments

Comments
 (0)