We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f0c68c commit dc27e62Copy full SHA for dc27e62
3 files changed
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+0.3.3 (2026-03-16)
2
+
3
+# Fixed
4
5
+- Merge Alembic heads to resolve multiple head revisions blocking CI/CD migrations (#134)
6
7
8
0.3.2 (2026-03-16)
9
10
# Changed
changelog.d/134.fixed
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "policyengine-api-v2"
-version = "0.3.2"
+version = "0.3.3"
description = "FastAPI service for PolicyEngine microsimulations"
readme = "README.md"
requires-python = ">=3.13"
0 commit comments