Skip to content

Commit 4b961bd

Browse files
committed
Update PolicyEngine API
1 parent bd80504 commit 4b961bd

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.31.1] - 2026-01-14 21:25:34
9+
10+
### Fixed
11+
12+
- Updated tests to expect Enhanced CPS dataset by default
13+
814
## [3.31.0] - 2026-01-14 20:30:23
915

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

63356341

63366342

6343+
[3.31.1]: https://github.com/PolicyEngine/policyengine-api/compare/3.31.0...3.31.1
63376344
[3.31.0]: https://github.com/PolicyEngine/policyengine-api/compare/3.30.4...3.31.0
63386345
[3.30.4]: https://github.com/PolicyEngine/policyengine-api/compare/3.30.3...3.30.4
63396346
[3.30.3]: https://github.com/PolicyEngine/policyengine-api/compare/3.30.2...3.30.3

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5318,3 +5318,8 @@
53185318
changed:
53195319
- EconomyService now handles both GCP and Modal execution status values
53205320
date: 2026-01-14 20:30:23
5321+
- bump: patch
5322+
changes:
5323+
fixed:
5324+
- Updated tests to expect Enhanced CPS dataset by default
5325+
date: 2026-01-14 21:25:34

changelog_entry.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
- bump: patch
2-
changes:
3-
fixed:
4-
- Updated tests to expect Enhanced CPS dataset by default

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.0"
10+
VERSION = "3.31.1"
1111
CURRENT_YEAR = str(datetime.now().year)
1212
COUNTRIES = ("uk", "us", "ca", "ng", "il")
1313
COUNTRY_PACKAGE_NAMES = (

0 commit comments

Comments
 (0)