From 0242b40128371279fe6c775c9b0c066d0cb8ab7f Mon Sep 17 00:00:00 2001 From: Nicolas Delaby Date: Thu, 9 Nov 2017 16:15:03 +0100 Subject: [PATCH] Make 1.4.0 release --- README.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 78e1c64..5b84c45 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,13 @@ package. Logs can be accessed before a transition occurs and before they are persisted to the database by enabling a cached backend. See [Advanced Usage](#advanced-usage) +## Changelog + +- `1.4.0` 2017/11/09 + + Bring compatiblity with django 2.0 and drop support of unsupported versions + of Django: `1.6`, `1.7`, `1.9`. + ### Compatability - Python 2.7 and 3.4+ diff --git a/setup.py b/setup.py index b6eae8c..6786a77 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='django-fsm-log', - version='1.4.0dev', + version='1.4.0', description='Logging for django-fsm', author='Gizmag', author_email='tech@gizmag.com',