Skip to content

Commit 8e0661e

Browse files
committed
Update PolicyEngine API
1 parent 334ab22 commit 8e0661e

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.32.0] - 2026-01-14 22:02:55
9+
10+
### Changed
11+
12+
- Enable Modal simulation API by default instead of GCP Workflows
13+
814
## [3.31.1] - 2026-01-14 21:25:34
915

1016
### Fixed
@@ -6340,6 +6346,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
63406346

63416347

63426348

6349+
[3.32.0]: https://github.com/PolicyEngine/policyengine-api/compare/3.31.1...3.32.0
63436350
[3.31.1]: https://github.com/PolicyEngine/policyengine-api/compare/3.31.0...3.31.1
63446351
[3.31.0]: https://github.com/PolicyEngine/policyengine-api/compare/3.30.4...3.31.0
63456352
[3.30.4]: https://github.com/PolicyEngine/policyengine-api/compare/3.30.3...3.30.4

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5323,3 +5323,8 @@
53235323
fixed:
53245324
- Updated tests to expect Enhanced CPS dataset by default
53255325
date: 2026-01-14 21:25:34
5326+
- bump: minor
5327+
changes:
5328+
changed:
5329+
- Enable Modal simulation API by default instead of GCP Workflows
5330+
date: 2026-01-14 22:02:55

changelog_entry.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
- bump: minor
2-
changes:
3-
changed:
4-
- Enable Modal simulation API by default instead of GCP Workflows

policyengine_api/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
POST = "POST"
88
UPDATE = "UPDATE"
99
LIST = "LIST"
10-
VERSION = "3.31.1"
10+
VERSION = "3.32.0"
1111
CURRENT_YEAR = str(datetime.now().year)
1212
COUNTRIES = ("uk", "us", "ca", "ng", "il")
1313
COUNTRY_PACKAGE_NAMES = (

0 commit comments

Comments
 (0)