From 9cd0678b5d23a44dc46117589070ef0fa60eb306 Mon Sep 17 00:00:00 2001 From: Nicolas Delaby Date: Tue, 7 Jan 2025 12:38:24 +0100 Subject: [PATCH] Forgot to update version of package --- README.md | 8 ++++++-- setup.py | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cd5e08f..e342f22 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/setup.py b/setup.py index f814f6c..5c2d428 100644 --- a/setup.py +++ b/setup.py @@ -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",