File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change
1
+ 0.3.0 Django 2.x support
2
+
1
3
0.1.3 Django 1.8 support by Serafeim Papastefanos @spapas.
2
4
3
5
0.1.2 Added Brazilian Portuguese Translation.
Original file line number Diff line number Diff line change 54
54
# built documents.
55
55
#
56
56
# The short X.Y version.
57
- version = '0.1 '
57
+ version = '0.3 '
58
58
# The full version, including alpha/beta/rc tags.
59
- release = '0.1.3 '
59
+ release = '0.3.0 '
60
60
61
61
# The language for content autogenerated by Sphinx. Refer to documentation
62
62
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ def run(self):
38
38
39
39
setup (
40
40
name = 'django-rules-light' ,
41
- version = '0.1.3 ' ,
41
+ version = '0.3.0 ' ,
42
42
description = 'Rule registry for django' ,
43
43
author = 'James Pic' ,
44
44
You can’t perform that action at this time.
0 commit comments