We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feaf7ed commit 3595910Copy full SHA for 3595910
3 files changed
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+0.5.1 (2026-04-08)
2
+
3
+# Fixed
4
5
+- Skip the deploy and integration-test pipeline for automated package version update commits. (#208)
6
7
8
0.5.0 (2026-04-06)
9
10
# Added
changelog.d/208.fixed
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "policyengine-api-v2"
-version = "0.5.0"
+version = "0.5.1"
description = "FastAPI service for PolicyEngine microsimulations"
readme = "README.md"
requires-python = ">=3.13"
0 commit comments