Skip to content

Commit

Permalink
Merge pull request #112 from ticosax/new-release
Browse files Browse the repository at this point in the history
Release 3.0.0
  • Loading branch information
ticosax committed Jan 14, 2022
2 parents aee3ba4 + 8ef05c0 commit 2f9e763
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ Logs can be accessed before a transition occurs and before they are persisted to
by enabling a cached backend. See [Advanced Usage](#advanced-usage)

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

### 2.0.1 (2020-03-26)
- Add support for django3.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def readfile(filename):

setup(
name='django-fsm-log',
version='3.0.0-dev',
version='3.0.0',
description='Logging for django-fsm',
long_description=readfile('README.md'),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 2f9e763

Please sign in to comment.