File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,16 @@ by enabling a cached backend. See [Advanced Usage](#advanced-usage)
1414
1515## Changelog
1616
17- ## 4.0.1 (not released)
17+ ## 4.0.2 (not released)
18+
19+ ## 4.0.1 (2025-01-07)
20+
21+ Same as 4.0.0 with a fix on setup.py version
1822
1923## 4.0.0 (2025-01-07)
2024
2125- ⚠️ remove support for django 2.2 & 4.0
22- - ⚠️ remote support for python 3.7 & 3.8
26+ - ⚠️ remove support for python 3.7 & 3.8
2327- add support for django 5.1 and python 3.13
2428- Switch to django-fsm-2
2529
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ def readfile(filename):
1010
1111setup (
1212 name = "django-fsm-log" ,
13- version = "4.0.0.dev0 " ,
13+ version = "4.0.1 " ,
1414 description = "Transition's persistence for django-fsm" ,
1515 long_description = readfile ("README.md" ),
1616 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments