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 d13b4bb commit 72e0846Copy full SHA for 72e0846
README.md
@@ -14,8 +14,12 @@ by enabling a cached backend. See [Advanced Usage](#advanced-usage)
14
15
## Changelog
16
17
+## 4.0.3 (not released)
18
+
19
## 4.0.2 (not released)
20
21
+- Upgrade pypa/gh-action-pypi-publish as an attempt to fix publication of releases to pypi.
22
23
## 4.0.1 (2025-01-07)
24
25
Same as 4.0.0 with a fix on setup.py version
setup.py
@@ -10,7 +10,7 @@ def readfile(filename):
10
11
setup(
12
name="django-fsm-log",
13
- 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",
0 commit comments