Skip to content

Commit 29dd286

Browse files
committed
Merge remote-tracking branch 'origin/main' into hua7450/issue1178
2 parents 8140680 + c4397ff commit 29dd286

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
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+
## [0.11.9] - 2026-01-15 23:07:16
9+
10+
### Changed
11+
12+
- Update PolicyEngine US to 1.502.3
13+
814
## [0.11.8] - 2025-12-30 00:06:02
915

1016
### Changed
@@ -1581,6 +1587,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15811587

15821588

15831589

1590+
[0.11.9]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.11.8...0.11.9
15841591
[0.11.8]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.11.7...0.11.8
15851592
[0.11.7]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.11.6...0.11.7
15861593
[0.11.6]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.11.5...0.11.6

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1328,3 +1328,8 @@
13281328
changed:
13291329
- Update PolicyEngine US to 1.485.0
13301330
date: 2025-12-30 00:06:02
1331+
- bump: patch
1332+
changes:
1333+
changed:
1334+
- Update PolicyEngine US to 1.502.3
1335+
date: 2026-01-15 23:07:16

policyengine_household_api/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
POST = "POST"
77
UPDATE = "UPDATE"
88
LIST = "LIST"
9-
VERSION = "0.11.8"
9+
VERSION = "0.11.9"
1010
COUNTRIES = ("uk", "us", "ca", "ng", "il")
1111
COUNTRY_PACKAGE_NAMES = (
1212
"policyengine_uk",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"policyengine-ng==0.5.1",
2525
"policyengine-il==0.1.0",
2626
"policyengine_uk==2.31.0",
27-
"policyengine_us==1.485.0",
27+
"policyengine_us==1.502.3",
2828
"pyjwt",
2929
"Flask-Caching==2.0.2",
3030
"urllib3<1.27,>=1.21.1",

0 commit comments

Comments
 (0)