Skip to content

Commit ae050cb

Browse files
committed
Update PolicyEngine Household API
1 parent abb7212 commit ae050cb

4 files changed

Lines changed: 15 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.17] - 2025-08-13 00:37:02
9+
10+
### Changed
11+
12+
- Replaced custom GCP deploy script with official Google action.
13+
- Re-enabled itemized deductions to prevent UK service outage.
14+
815
## [0.7.16] - 2025-08-12 20:20:34
916

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

14431450

14441451

1452+
[0.7.17]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.7.16...0.7.17
14451453
[0.7.16]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.7.15...0.7.16
14461454
[0.7.15]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.7.14...0.7.15
14471455
[0.7.14]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.7.13...0.7.14

changelog.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1206,3 +1206,9 @@
12061206
changed:
12071207
- Made various fixes to Dockerfile and GCP deployment scripts.
12081208
date: 2025-08-12 20:20:34
1209+
- bump: patch
1210+
changes:
1211+
changed:
1212+
- Replaced custom GCP deploy script with official Google action.
1213+
- Re-enabled itemized deductions to prevent UK service outage.
1214+
date: 2025-08-13 00:37:02

changelog_entry.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +0,0 @@
1-
- bump: patch
2-
changes:
3-
changed:
4-
- Replaced custom GCP deploy script with official Google action.
5-
- Re-enabled itemized deductions to prevent UK service outage.

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

0 commit comments

Comments
 (0)