From 6452f0eb11f90323c6111435287ffcaa977335e6 Mon Sep 17 00:00:00 2001 From: Nicolas Delaby Date: Wed, 29 Nov 2017 09:18:43 +0100 Subject: [PATCH] release 1.5.0 --- README.md | 10 ++++++++-- setup.py | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 48cac4a..6e60a0b 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,16 @@ by enabling a cached backend. See [Advanced Usage](#advanced-usage) ## Changelog +- `1.5.0` 2017/11/29 + + - cleanup deprecated code. + - add codecov support. + - switch to pytest. + - add Admin integration to visualize past transitions. + - `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`. + - Bring compatibility with django 2.0 and drop support of unsupported versions of Django: `1.6`, `1.7`, `1.9`. ### Compatability diff --git a/setup.py b/setup.py index d7a81fd..9fc17aa 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='django-fsm-log', - version='1.5.0dev', + version='1.5.0', description='Logging for django-fsm', author='Gizmag', author_email='tech@gizmag.com',