Skip to content

Commit 5ad8a09

Browse files
authored
Prepare 4.0.0 release (#27)
Prepare 4.0.0 release
1 parent ec57ef7 commit 5ad8a09

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
Changelog
22
=========
33

4-
Unreleased
5-
~~~~~~~~~~
4+
django-fsm-2 4.0.0 2024-09-02
5+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
66

77
- Add support for Django 5.1
88
- Remove support for Django 3.2
99
- Remove support for Django 4.0
1010
- Remove support for Django 4.1
11+
- Move the project to ``django-commons``
12+
1113

1214
django-fsm-2 3.0.0 2024-03-26
13-
~~~~~~~~~~~~~~~~~~~~~~~~~~~
15+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1416

1517
First release of the forked version of django-fsm
1618

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-fsm"
3-
version = "3.0.0"
3+
version = "4.0.0"
44
description = "Django friendly finite state machine support."
55
authors = [
66
"Mikhail Podgurskiy <[email protected]>",

0 commit comments

Comments
 (0)