From 103302953c17f764fd80d30cd6bedee74408d330 Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Mon, 18 Dec 2023 04:11:53 +0000 Subject: [PATCH] Update PolicyEngine US --- CHANGELOG.md | 7 +++++++ changelog.yaml | 5 +++++ changelog_entry.yaml | 4 ---- setup.py | 2 +- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9e494e5519..6e68e849e16 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.584.1] - 2023-12-18 04:09:27 + +### Fixed + +- Import all FilingStatus values when repealing head of household. + ## [0.584.0] - 2023-12-18 01:50:30 ### Added @@ -6415,6 +6421,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[0.584.1]: https://github.com/PolicyEngine/policyengine-us/compare/0.584.0...0.584.1 [0.584.0]: https://github.com/PolicyEngine/policyengine-us/compare/0.583.3...0.584.0 [0.583.3]: https://github.com/PolicyEngine/policyengine-us/compare/0.583.2...0.583.3 [0.583.2]: https://github.com/PolicyEngine/policyengine-us/compare/0.583.1...0.583.2 diff --git a/changelog.yaml b/changelog.yaml index 190777a02e0..f0645230a88 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -5430,3 +5430,8 @@ - Reform for repealing head of household filing status, as Senator Romney proposed in his Family Security Act. date: 2023-12-18 01:50:30 +- bump: patch + changes: + fixed: + - Import all FilingStatus values when repealing head of household. + date: 2023-12-18 04:09:27 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 49737c1275d..e69de29bb2d 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - fixed: - - Import all FilingStatus values when repealing head of household. diff --git a/setup.py b/setup.py index 1d0c84fd14c..fa5aa38af93 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="policyengine-us", - version="0.584.0", + version="0.584.1", author="PolicyEngine", author_email="hello@policyengine.org", long_description=readme,