Skip to content

Commit 4788142

Browse files
committed
0.2.3 release
1 parent 99b8079 commit 4788142

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.rst

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

4-
Version 0.2.3 [unreleased]
4+
Version 0.2.3 [2017-05-15]
55
--------------------------
66

7-
WIP
7+
* [migrations] Updated ``validity_start`` on ``Cert`` model
88

99
Version 0.2.2 [2017-05-11]
1010
--------------------------

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

44

0 commit comments

Comments
 (0)