Skip to content

Commit 96ebe44

Browse files
committed
Update PolicyEngine Household API
1 parent 5ff339a commit 96ebe44

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+
## [0.6.4] - 2025-03-05 14:47:06
9+
10+
### Changed
11+
12+
- Update PolicyEngine US to 1.207.0
13+
814
## [0.6.3] - 2025-03-04 20:47:56
915

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

11591165

11601166

1167+
[0.6.4]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.6.3...0.6.4
11611168
[0.6.3]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.6.2...0.6.3
11621169
[0.6.2]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.6.1...0.6.2
11631170
[0.6.1]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.6.0...0.6.1

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -969,3 +969,8 @@
969969
changed:
970970
- Update PolicyEngine US to 1.205.0
971971
date: 2025-03-04 20:47:56
972+
- bump: patch
973+
changes:
974+
changed:
975+
- Update PolicyEngine US to 1.207.0
976+
date: 2025-03-05 14:47:06

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

0 commit comments

Comments
 (0)