From b69e1ef181f92b0a0cf7db2bc7c3da105acc6d42 Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Tue, 30 Jul 2024 19:20:07 +0000 Subject: [PATCH] Update PolicyEngine 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 bfdaf87..f0253c3 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.45] - 2024-07-30 19:20:05 + +### Changed + +- Update PolicyEngine US to 1.34.5 + ## [0.5.44] - 2024-07-29 22:10:58 ### Changed @@ -454,6 +460,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[0.5.45]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.5.44...0.5.45 [0.5.44]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.5.43...0.5.44 [0.5.43]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.5.42...0.5.43 [0.5.42]: https://github.com/PolicyEngine/policyengine-household-api/compare/0.5.41...0.5.42 diff --git a/changelog.yaml b/changelog.yaml index 6f76358..3b9c212 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -382,3 +382,8 @@ changed: - Update PolicyEngine UK to 1.2.0 date: 2024-07-29 22:10:58 +- bump: patch + changes: + changed: + - Update PolicyEngine US to 1.34.5 + date: 2024-07-30 19:20:05 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 4d6f23b..e69de29 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - changed: - - Update PolicyEngine US to 1.34.5 diff --git a/policyengine_household_api/constants.py b/policyengine_household_api/constants.py index a1f9c4e..e22290f 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.44" +VERSION = "0.5.45" COUNTRIES = ("uk", "us", "ca", "ng", "il") COUNTRY_PACKAGE_NAMES = ( "policyengine_uk",