We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47b3026 commit 4c00102Copy full SHA for 4c00102
CHANGELOG.md
@@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
9
## [Unreleased]
10
11
+## [2.4.1] - 2025-06-27
12
+
13
+- Use Trusted Publishing to authenticate with PyPI when publishing.
14
15
+This change is functionally identical to `2.4.0`.
16
17
## [2.4.0] - 2025-06-27
18
19
- Cache form id choices for 5 minutes
wagtail_jotform/__init__.py
@@ -1,2 +1,2 @@
1
-VERSION = (2, 4, 0)
+VERSION = (2, 4, 1)
2
__version__ = ".".join(map(str, VERSION))
0 commit comments