diff --git a/README.md b/README.md index a2f1b8b..36e0658 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,10 @@ by enabling a cached backend. See [Advanced Usage](#advanced-usage) ### 1.7.0 (unreleased) +### 1.6.1 (2018-12-02) + +- Make StateLog.description field nullable + ### 1.6.0 (2018-11-14) - Add source state on transitions diff --git a/setup.py b/setup.py index ce7f363..86e588d 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='django-fsm-log', - version='1.7.0dev', + version='1.6.1', description='Logging for django-fsm', author='Gizmag', author_email='tech@gizmag.com',