From 75c05e1a99aa3cc6b1a320e445b94db9a1928f49 Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Thu, 4 Apr 2024 22:21:15 +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 b5c1b37b1f0..7676a4812c3 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.723.0] - 2024-04-04 22:18:15 + +### Added + +- Enable the Michigan income tax model and include in the net income tree. + ## [0.722.2] - 2024-04-04 16:13:37 ### Fixed @@ -8071,6 +8077,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[0.723.0]: https://github.com/PolicyEngine/policyengine-us/compare/0.722.2...0.723.0 [0.722.2]: https://github.com/PolicyEngine/policyengine-us/compare/0.722.1...0.722.2 [0.722.1]: https://github.com/PolicyEngine/policyengine-us/compare/0.722.0...0.722.1 [0.722.0]: https://github.com/PolicyEngine/policyengine-us/compare/0.721.1...0.722.0 diff --git a/changelog.yaml b/changelog.yaml index 644cd0df099..d6c5bcc9eb0 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -6886,3 +6886,8 @@ - Adjust the widow filing status to surviving spouse in the gov.contrib.biden.budget_2025.capital_gains.income_threshold file. date: 2024-04-04 16:13:37 +- bump: minor + changes: + added: + - Enable the Michigan income tax model and include in the net income tree. + date: 2024-04-04 22:18:15 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 364764f0a03..e69de29bb2d 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: minor - changes: - added: - - Enable the Michigan income tax model and include in the net income tree. diff --git a/setup.py b/setup.py index e62371f5f55..d90259e32ee 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="policyengine-us", - version="0.722.2", + version="0.723.0", author="PolicyEngine", author_email="hello@policyengine.org", long_description=readme,