We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8f533d + 0242b40 commit 4c28eeaCopy full SHA for 4c28eea
README.md
@@ -10,6 +10,13 @@ package.
10
Logs can be accessed before a transition occurs and before they are persisted to the database
11
by enabling a cached backend. See [Advanced Usage](#advanced-usage)
12
13
+## Changelog
14
+
15
+- `1.4.0` 2017/11/09
16
17
+ Bring compatiblity with django 2.0 and drop support of unsupported versions
18
+ of Django: `1.6`, `1.7`, `1.9`.
19
20
### Compatability
21
22
- Python 2.7 and 3.4+
setup.py
@@ -4,7 +4,7 @@
4
5
setup(
6
name='django-fsm-log',
7
- version='1.4.0dev',
+ version='1.4.0',
8
description='Logging for django-fsm',
9
author='Gizmag',
author_email='[email protected]',
0 commit comments