Skip to content

Commit

Permalink
Merge pull request #90 from rickecon/vers
Browse files Browse the repository at this point in the history
Merging
  • Loading branch information
rickecon authored Dec 20, 2024
2 parents 0a2df88 + 80b0ec0 commit 63754f3
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 @@ -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
Expand Down Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.3.6",
version="0.3.7",
author="Richard W. Evans",
author_email="rick@abundance.institute",
long_description=readme,
Expand Down

0 comments on commit 63754f3

Please sign in to comment.