Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
rickecon committed May 10, 2024
1 parent b8e7600 commit 70810f1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 70810f1

Please sign in to comment.