Skip to content

Commit 7c23146

Browse files
committed
Update PolicyEngine Household API
1 parent c973acf commit 7c23146

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ 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.7.18] - 2025-08-13 00:59:30
9+
810
## [0.7.17] - 2025-08-13 00:37:02
911

1012
### Changed
@@ -1449,6 +1451,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14491451

14501452

14511453

1454+
[0.7.18]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.7.17...0.7.18
14521455
[0.7.17]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.7.16...0.7.17
14531456
[0.7.16]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.7.15...0.7.16
14541457
[0.7.15]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.7.14...0.7.15

changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1212,3 +1212,8 @@
12121212
- Replaced custom GCP deploy script with official Google action.
12131213
- Re-enabled itemized deductions to prevent UK service outage.
12141214
date: 2025-08-13 00:37:02
1215+
- bump: patch
1216+
changes:
1217+
removed:
1218+
- Manual promotion of GCP image post-deploy; instead, promote at time of deploy.
1219+
date: 2025-08-13 00:59:30

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-
removed:
4-
- Manual promotion of GCP image post-deploy; instead, promote at time of deploy.

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

0 commit comments

Comments
 (0)