Skip to content

Commit 7426297

Browse files
authored
Merge pull request #91 from ticosax/v1.6.2
Prepare new version 1.6.2
2 parents 7242668 + 9b3fe36 commit 7426297

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.2 (2019-01-06)
18+
19+
- Address Migration history breakage added in 1.6.1
20+
1721
### 1.6.1 (2018-12-02)
1822

1923
- Make StateLog.description field nullable

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def readfile(filename):
1010

1111
setup(
1212
name='django-fsm-log',
13-
version='1.7.0dev',
13+
version='1.6.2',
1414
description='Logging for django-fsm',
1515
long_description=readfile('README.md'),
1616
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)