From 80b0ec056f3ee9bff9f2bdd03f2e52c9c2951fe3 Mon Sep 17 00:00:00 2001 From: Richard Evans Date: Thu, 19 Dec 2024 15:50:11 -0700 Subject: [PATCH] Update the 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 c90e142f..4fdaf614 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ 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.3.7] - 2024-12-19 16:30:00 + +### Added + +- Fixes typo in `mn_prev_year_state_refund.py` + ## [0.3.6] - 2024-11-22 01:15:00 ### Added @@ -257,6 +263,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.3.7]: https://github.com/TheCGO/fiscalsim-us/compare/v0.3.6...v0.3.7 [0.3.6]: https://github.com/TheCGO/fiscalsim-us/compare/v0.3.5...v0.3.6 [0.3.5]: https://github.com/TheCGO/fiscalsim-us/compare/v0.3.4...v0.3.5 [0.3.4]: https://github.com/TheCGO/fiscalsim-us/compare/v0.3.3...v0.3.4 diff --git a/changelog.yaml b/changelog.yaml index 0f2dd7ce..71f12c10 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -229,3 +229,8 @@ added: - Updates Minnesota tax logic to 2023 law date: 2024-11-22 01:15:00 +- bump: patch + changes: + added: + - Fixes typo in `mn_prev_year_state_refund.py` + date: 2024-12-19 16:30:00 diff --git a/setup.py b/setup.py index ec47a981..4c34e2b2 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="fiscalsim-us", - version="0.3.6", + version="0.3.7", author="Richard W. Evans", author_email="rick@abundance.institute", long_description=readme,