Skip to content

Commit

Permalink
Prepare 4.0.0 release (#27)
Browse files Browse the repository at this point in the history
Prepare 4.0.0 release
  • Loading branch information
Natim authored Sep 2, 2024
1 parent ec57ef7 commit 5ad8a09
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
Changelog
=========

Unreleased
~~~~~~~~~~
django-fsm-2 4.0.0 2024-09-02
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Add support for Django 5.1
- Remove support for Django 3.2
- Remove support for Django 4.0
- Remove support for Django 4.1
- Move the project to ``django-commons``


django-fsm-2 3.0.0 2024-03-26
~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

First release of the forked version of django-fsm

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <kmmbvnr@gmail.com>",
Expand Down

0 comments on commit 5ad8a09

Please sign in to comment.