Skip to content

Commit 6fb7cc8

Browse files
authored
Merge pull request #164 from ticosax/prepare-next-release
Prepare for next release 3.1.0
2 parents 16ed34f + d65b697 commit 6fb7cc8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ by enabling a cached backend. See [Advanced Usage](#advanced-usage)
1414

1515
## Changelog
1616

17-
## 3.1.0 (not released)
17+
## 4.0.0 (not released)
18+
19+
## 3.1.0 (2023-03-23)
1820

1921
- `fsm_log_description` now accepts a default description parameter
2022
- Document `fsm_log_description` decorator

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

0 commit comments

Comments
 (0)