We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e21fbfe commit dc1dc50Copy full SHA for dc1dc50
3 files changed
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+0.4.0 (2026-03-17)
2
+
3
+# Added
4
5
+- Automated GitHub Actions workflow to check for country package updates and open PRs. (#135)
6
7
8
0.3.4 (2026-03-16)
9
10
# Changed
changelog.d/135.added
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "policyengine-api-v2"
-version = "0.3.4"
+version = "0.4.0"
description = "FastAPI service for PolicyEngine microsimulations"
readme = "README.md"
requires-python = ">=3.13"
0 commit comments