We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eac455 commit b46ed10Copy full SHA for b46ed10
3 files changed
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+0.4.4 (2026-03-18)
2
+
3
+# Fixed
4
5
+- Versioning workflow now creates GitHub Releases by using App token to trigger Phase 2. (#149)
6
7
8
0.4.3 (2026-03-18)
9
10
# Fixed
changelog.d/149.fixed.md
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "policyengine-api-v2"
-version = "0.4.3"
+version = "0.4.4"
description = "FastAPI service for PolicyEngine microsimulations"
readme = "README.md"
requires-python = ">=3.13"
0 commit comments