From 5c25371c18307a1de7a77ebf235e1f32caf81fef Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Wed, 18 Dec 2024 02:20:45 +0000 Subject: [PATCH] Update PolicyEngine US --- CHANGELOG.md | 8 ++++++++ changelog.yaml | 6 ++++++ changelog_entry.yaml | 5 ----- setup.py | 2 +- 4 files changed, 15 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c851d3d450e..0c89dbf3239 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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). +## [1.161.3] - 2024-12-18 02:17:13 + +### Fixed + +- New York Working Families Tax Credit parameter structure. +- New York exemptions child definition. + ## [1.161.2] - 2024-12-15 23:08:57 ### Fixed @@ -10395,6 +10402,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[1.161.3]: https://github.com/PolicyEngine/policyengine-us/compare/1.161.2...1.161.3 [1.161.2]: https://github.com/PolicyEngine/policyengine-us/compare/1.161.1...1.161.2 [1.161.1]: https://github.com/PolicyEngine/policyengine-us/compare/1.161.0...1.161.1 [1.161.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.160.0...1.161.0 diff --git a/changelog.yaml b/changelog.yaml index 13ef0ad3377..9dc48d557a0 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -8814,3 +8814,9 @@ fixed: - NYWFTC EITC older children eligibility. date: 2024-12-15 23:08:57 +- bump: patch + changes: + fixed: + - New York Working Families Tax Credit parameter structure. + - New York exemptions child definition. + date: 2024-12-18 02:17:13 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 048851503a5..e69de29bb2d 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,5 +0,0 @@ -- bump: patch - changes: - fixed: - - New York Working Families Tax Credit parameter structure. - - New York exemptions child definition. diff --git a/setup.py b/setup.py index cf729bedc6b..7f63e794dd3 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="policyengine-us", - version="1.161.2", + version="1.161.3", author="PolicyEngine", author_email="hello@policyengine.org", long_description=readme,