Skip to content

Commit 5d11ac6

Browse files
committed
Update PolicyEngine API
1 parent da09fdc commit 5d11ac6

4 files changed

Lines changed: 13 additions & 5 deletions

File tree

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.33.5] - 2026-01-23 22:30:43
9+
10+
### Changed
11+
12+
- Update PolicyEngine US to 1.514.0
13+
814
## [3.33.4] - 2026-01-23 19:02:50
915

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

63736379

63746380

6381+
[3.33.5]: https://github.com/PolicyEngine/policyengine-api/compare/3.33.4...3.33.5
63756382
[3.33.4]: https://github.com/PolicyEngine/policyengine-api/compare/3.33.3...3.33.4
63766383
[3.33.3]: https://github.com/PolicyEngine/policyengine-api/compare/3.33.2...3.33.3
63776384
[3.33.2]: https://github.com/PolicyEngine/policyengine-api/compare/3.33.1...3.33.2

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5359,3 +5359,8 @@
53595359
- Ingredient metadata (policy IDs, process ID) to simulation API calls for improved
53605360
Logfire tracing
53615361
date: 2026-01-23 19:02:50
5362+
- bump: patch
5363+
changes:
5364+
changed:
5365+
- Update PolicyEngine US to 1.514.0
5366+
date: 2026-01-23 22:30:43

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-
changed:
4-
- Update PolicyEngine US to 1.514.0

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

0 commit comments

Comments
 (0)