diff --git a/README.md b/README.md index e342f22..e4ad163 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,12 @@ by enabling a cached backend. See [Advanced Usage](#advanced-usage) ## Changelog +## 4.0.3 (not released) + ## 4.0.2 (not released) +- Upgrade pypa/gh-action-pypi-publish as an attempt to fix publication of releases to pypi. + ## 4.0.1 (2025-01-07) Same as 4.0.0 with a fix on setup.py version diff --git a/setup.py b/setup.py index 5c2d428..f4487b1 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def readfile(filename): setup( name="django-fsm-log", - version="4.0.1", + version="4.0.2", description="Transition's persistence for django-fsm", long_description=readfile("README.md"), long_description_content_type="text/markdown",