Skip to content

Commit 8ef05c0

Browse files
committed
Release 3.0.0
1 parent aee3ba4 commit 8ef05c0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ Logs can be accessed before a transition occurs and before they are persisted to
1010
by enabling a cached backend. See [Advanced Usage](#advanced-usage)
1111

1212
## Changelog
13-
### 3.0.0-dev
13+
### 3.0.0 (2022-01-14)
1414
- Switch to github actions (from travis-ci)
1515
- Test against django 3.2 and 4.0, then python 3.9 and 3.10
1616
- Drop support for django 1.11, 2.0, 2.1, 3.0, 3.1
1717
- Drop support for python 3.4, 3.5, 3.6
18+
- allow using StateLogManager in migrations [#95](https://github.com/gizmag/django-fsm-log/pull/95)
1819

1920
### 2.0.1 (2020-03-26)
2021
- Add support for django3.0

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='3.0.0-dev',
13+
version='3.0.0',
1414
description='Logging for django-fsm',
1515
long_description=readfile('README.md'),
1616
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)