Skip to content

Commit 191a9c7

Browse files
committed
preparation for next release
1 parent a5eda6a commit 191a9c7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ by enabling a cached backend. See [Advanced Usage](#advanced-usage)
1414

1515
### 1.7.0 (unreleased)
1616

17+
### 1.6.1 (2018-12-02)
18+
19+
- Make StateLog.description field nullable
20+
1721
### 1.6.0 (2018-11-14)
1822

1923
- Add source state on transitions

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.7.0dev',
7+
version='1.6.1',
88
description='Logging for django-fsm',
99
author='Gizmag',
1010
author_email='[email protected]',

0 commit comments

Comments
 (0)