Skip to content

Commit

Permalink
Merge pull request #164 from ticosax/prepare-next-release
Browse files Browse the repository at this point in the history
Prepare for next release 3.1.0
  • Loading branch information
ticosax authored Mar 23, 2023
2 parents 16ed34f + d65b697 commit 6fb7cc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ by enabling a cached backend. See [Advanced Usage](#advanced-usage)

## Changelog

## 3.1.0 (not released)
## 4.0.0 (not released)

## 3.1.0 (2023-03-23)

- `fsm_log_description` now accepts a default description parameter
- Document `fsm_log_description` decorator
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",
version="3.1.0",
description="Transition's persistence for django-fsm",
long_description=readfile("README.md"),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 6fb7cc8

Please sign in to comment.