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',