Skip to content

Commit 0242b40

Browse files
committed
Make 1.4.0 release
1 parent b8f533d commit 0242b40

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ package.
1010
Logs can be accessed before a transition occurs and before they are persisted to the database
1111
by enabling a cached backend. See [Advanced Usage](#advanced-usage)
1212

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+
1320
### Compatability
1421

1522
- Python 2.7 and 3.4+

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='django-fsm-log',
7-
version='1.4.0dev',
7+
version='1.4.0',
88
description='Logging for django-fsm',
99
author='Gizmag',
1010
author_email='[email protected]',

0 commit comments

Comments
 (0)