We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec57ef7 commit 5ad8a09Copy full SHA for 5ad8a09
CHANGELOG.rst
@@ -1,16 +1,18 @@
1
Changelog
2
=========
3
4
-Unreleased
5
-~~~~~~~~~~
+django-fsm-2 4.0.0 2024-09-02
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6
7
- Add support for Django 5.1
8
- Remove support for Django 3.2
9
- Remove support for Django 4.0
10
- Remove support for Django 4.1
11
+- Move the project to ``django-commons``
12
+
13
14
django-fsm-2 3.0.0 2024-03-26
-~~~~~~~~~~~~~~~~~~~~~~~~~~~
15
16
17
First release of the forked version of django-fsm
18
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-fsm"
-version = "3.0.0"
+version = "4.0.0"
description = "Django friendly finite state machine support."
authors = [
"Mikhail Podgurskiy <[email protected]>",
0 commit comments