From 6d99be3361ecb179a4dc221982a7e0f96f262f9c Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Mon, 25 Mar 2024 22:49:41 +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 696d545d0d5..bbc918f1e73 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.716.0] - 2024-03-25 22:46:18 + +### Added + +- Enable the Connecticut income tax model and include in the net income tree. + ## [0.715.0] - 2024-03-25 18:10:17 ### Added @@ -7992,6 +7998,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[0.716.0]: https://github.com/PolicyEngine/policyengine-us/compare/0.715.0...0.716.0 [0.715.0]: https://github.com/PolicyEngine/policyengine-us/compare/0.714.0...0.715.0 [0.714.0]: https://github.com/PolicyEngine/policyengine-us/compare/0.713.3...0.714.0 [0.713.3]: https://github.com/PolicyEngine/policyengine-us/compare/0.713.2...0.713.3 diff --git a/changelog.yaml b/changelog.yaml index c96bfc93650..ab6b4a4c2d4 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -6819,3 +6819,8 @@ - Biden reform to tax LTCG and qualified dividends as ordinary income for high-income filers. date: 2024-03-25 18:10:17 +- bump: minor + changes: + added: + - Enable the Connecticut income tax model and include in the net income tree. + date: 2024-03-25 22:46:18 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index cd375057152..e69de29bb2d 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: minor - changes: - added: - - Enable the Connecticut income tax model and include in the net income tree. diff --git a/setup.py b/setup.py index 1aa77574602..830e4120255 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="policyengine-us", - version="0.715.0", + version="0.716.0", author="PolicyEngine", author_email="hello@policyengine.org", long_description=readme,