From c2ada0a44944d068df01da4f127554cdd437a770 Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Thu, 5 Sep 2024 12:59:02 +0000 Subject: [PATCH] Update PolicyEngine Household API --- CHANGELOG.md | 7 +++++++ changelog.yaml | 5 +++++ changelog_entry.yaml | 4 ---- policyengine_household_api/constants.py | 2 +- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0862b10..e2441a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.5.69] - 2024-09-05 12:59:00 + +### Changed + +- Update PolicyEngine US to 1.72.1 + ## [0.5.68] - 2024-09-04 15:10:35 ### Changed @@ -602,6 +608,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[0.5.69]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.5.68...0.5.69 [0.5.68]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.5.67...0.5.68 [0.5.67]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.5.66...0.5.67 [0.5.66]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.5.65...0.5.66 diff --git a/changelog.yaml b/changelog.yaml index d5d0e8e..ad772dc 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -506,3 +506,8 @@ - Update PolicyEngine Canada to 0.96.1. - Update PolicyEngine UK to 1.7.3. date: 2024-09-04 15:10:35 +- bump: patch + changes: + changed: + - Update PolicyEngine US to 1.72.1 + date: 2024-09-05 12:59:00 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index b50641d..e69de29 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - changed: - - Update PolicyEngine US to 1.72.1 diff --git a/policyengine_household_api/constants.py b/policyengine_household_api/constants.py index 7e26a3d..dd29282 100644 --- a/policyengine_household_api/constants.py +++ b/policyengine_household_api/constants.py @@ -6,7 +6,7 @@ POST = "POST" UPDATE = "UPDATE" LIST = "LIST" -VERSION = "0.5.68" +VERSION = "0.5.69" COUNTRIES = ("uk", "us", "ca", "ng", "il") COUNTRY_PACKAGE_NAMES = ( "policyengine_uk",