Skip to content

Commit

Permalink
Merge pull request #211 from ticosax/fix-4.0.0-release
Browse files Browse the repository at this point in the history
Forgot to update version of package
  • Loading branch information
ticosax authored Jan 7, 2025
2 parents 531d881 + 9cd0678 commit d69b60e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,16 @@ by enabling a cached backend. See [Advanced Usage](#advanced-usage)

## Changelog

## 4.0.1 (not released)
## 4.0.2 (not released)

## 4.0.1 (2025-01-07)

Same as 4.0.0 with a fix on setup.py version

## 4.0.0 (2025-01-07)

- ⚠️ remove support for django 2.2 & 4.0
- ⚠️ remote support for python 3.7 & 3.8
- ⚠️ remove support for python 3.7 & 3.8
- add support for django 5.1 and python 3.13
- Switch to django-fsm-2

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="4.0.0.dev0",
version="4.0.1",
description="Transition's persistence for django-fsm",
long_description=readfile("README.md"),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit d69b60e

Please sign in to comment.