From 9693cf8dcf14aea82c8ab02ed75fcf74d343a541 Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Sat, 5 Oct 2024 12:15:03 +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 bb5346cd5c2..440a1d09f46 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). +## [1.108.0] - 2024-10-05 12:11:34 + +### Added + +- Minnesota 2024 income tax bracekts. + ## [1.107.0] - 2024-10-05 07:43:35 ### Added @@ -9911,6 +9917,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[1.108.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.107.0...1.108.0 [1.107.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.106.0...1.107.0 [1.106.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.105.2...1.106.0 [1.105.2]: https://github.com/PolicyEngine/policyengine-us/compare/1.105.1...1.105.2 diff --git a/changelog.yaml b/changelog.yaml index 799d665e92f..7d42449880b 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -8397,3 +8397,8 @@ added: - Typo in CalWORKs exempt parameter. date: 2024-10-05 07:43:35 +- bump: minor + changes: + added: + - Minnesota 2024 income tax bracekts. + date: 2024-10-05 12:11:34 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index fc28796a182..e69de29bb2d 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: minor - changes: - added: - - Minnesota 2024 income tax bracekts. diff --git a/setup.py b/setup.py index 7f9d9420e2d..4c266c7271c 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="policyengine-us", - version="1.107.0", + version="1.108.0", author="PolicyEngine", author_email="hello@policyengine.org", long_description=readme,