From d0e91c5a8a14f0e1106e06516ed5e1e4b3163dbd Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Wed, 18 Sep 2024 13:34:36 +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 fa55f05..4601746 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.74] - 2024-09-18 13:34:34 + +### Changed + +- Update PolicyEngine US to 1.80.1 + ## [0.5.73] - 2024-09-16 15:46:25 ### Changed @@ -632,6 +638,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[0.5.74]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.5.73...0.5.74 [0.5.73]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.5.72...0.5.73 [0.5.72]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.5.71...0.5.72 [0.5.71]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.5.70...0.5.71 diff --git a/changelog.yaml b/changelog.yaml index ab013a5..35a611c 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -531,3 +531,8 @@ changed: - Update PolicyEngine UK to 1.8.0 date: 2024-09-16 15:46:25 +- bump: patch + changes: + changed: + - Update PolicyEngine US to 1.80.1 + date: 2024-09-18 13:34:34 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index af29ac1..e69de29 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - changed: - - Update PolicyEngine US to 1.80.1 diff --git a/policyengine_household_api/constants.py b/policyengine_household_api/constants.py index f16ae2e..7077c8b 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.73" +VERSION = "0.5.74" COUNTRIES = ("uk", "us", "ca", "ng", "il") COUNTRY_PACKAGE_NAMES = ( "policyengine_uk",