Skip to content

Commit 0f614e9

Browse files
committed
Update PolicyEngine Household API
1 parent f56c047 commit 0f614e9

4 files changed

Lines changed: 14 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.4] - 2026-02-26 01:01:47
9+
10+
### Fixed
11+
12+
- Fix weekly update PR missing changelog details by parsing CHANGELOG.md instead of non-existent changelog.yaml from policyengine-us
13+
814
## [0.13.3] - 2026-01-29 03:36:34
915

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

16201626

16211627

1628+
[0.13.4]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.13.3...0.13.4
16221629
[0.13.3]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.13.2...0.13.3
16231630
[0.13.2]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.13.1...0.13.2
16241631
[0.13.1]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.13.0...0.13.1

changelog.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1363,3 +1363,9 @@
13631363
changed:
13641364
- Update PolicyEngine US to 1.532.0
13651365
date: 2026-01-29 03:36:34
1366+
- bump: patch
1367+
changes:
1368+
fixed:
1369+
- Fix weekly update PR missing changelog details by parsing CHANGELOG.md instead
1370+
of non-existent changelog.yaml from policyengine-us
1371+
date: 2026-02-26 01:01:47

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-
- Fix weekly update PR missing changelog details by parsing CHANGELOG.md instead of non-existent changelog.yaml from policyengine-us

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

0 commit comments

Comments
 (0)