From 70810f15dadd42970308f7ccf716d51ab03ffee1 Mon Sep 17 00:00:00 2001 From: Richard Evans Date: Fri, 10 May 2024 04:04:44 -0600 Subject: [PATCH] Updated version --- CHANGELOG.md | 7 +++++++ changelog.yaml | 5 +++++ setup.py | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39b17b239..640c7cd09 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.2.10] - 2024-05-10 04:30:00 + +### Added + +- Updates Minnesota tax logic to 2023 law + ## [0.2.9] - 2024-04-11 00:30:00 ### Added @@ -211,6 +217,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - First prototype version based off of openfisca-us and tax-calculator. +[0.2.10]: https://github.com/TheCGO/fiscalsim-us/compare/v0.2.9...v0.2.10 [0.2.9]: https://github.com/TheCGO/fiscalsim-us/compare/v0.2.8...v0.2.9 [0.2.8]: https://github.com/TheCGO/fiscalsim-us/compare/v0.2.7...v0.2.8 [0.2.7]: https://github.com/TheCGO/fiscalsim-us/compare/v0.2.6...v0.2.7 diff --git a/changelog.yaml b/changelog.yaml index a26af9284..d248635a1 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -191,3 +191,8 @@ - Limits `docs_check.yml` to only run on pull request commits. - Updates some tags in `README.md.` date: 2024-04-11 00:30:00 +- bump: patch + changes: + added: + - Updates Minnesota tax logic to 2023 law + date: 2024-05-10 04:30:00 diff --git a/setup.py b/setup.py index 3a6f532e9..40495dc8a 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="fiscalsim-us", - version="0.2.9", + version="0.2.10", author="Center for Growth and Opportunity at Utah State University (CGO)", author_email="fiscalsim@thecgo.org", long_description=readme,