Skip to content

Commit da12b33

Browse files
committed
Update PolicyEngine Household API
1 parent 6155507 commit da12b33

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+
## [0.13.3] - 2026-01-29 03:36:34
9+
10+
### Changed
11+
12+
- Update PolicyEngine US to 1.532.0
13+
814
## [0.13.2] - 2026-01-29 03:19:47
915

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

16141620

16151621

1622+
[0.13.3]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.13.2...0.13.3
16161623
[0.13.2]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.13.1...0.13.2
16171624
[0.13.1]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.13.0...0.13.1
16181625
[0.13.0]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.12.0...0.13.0

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1358,3 +1358,8 @@
13581358
- Fix PR edit permission error in weekly update workflow by using REST API instead
13591359
of GraphQL.
13601360
date: 2026-01-29 03:19:47
1361+
- bump: patch
1362+
changes:
1363+
changed:
1364+
- Update PolicyEngine US to 1.532.0
1365+
date: 2026-01-29 03:36: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-
changed:
4-
- Update PolicyEngine US to 1.532.0

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.13.2"
9+
VERSION = "0.13.3"
1010
COUNTRIES = ("uk", "us", "ca", "ng", "il")
1111
COUNTRY_PACKAGE_NAMES = (
1212
"policyengine_uk",

0 commit comments

Comments
 (0)