Skip to content

Commit 63754f3

Browse files
authored
Merge pull request #90 from rickecon/vers
Merging
2 parents 0a2df88 + 80b0ec0 commit 63754f3

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
## [0.3.7] - 2024-12-19 16:30:00
10+
11+
### Added
12+
13+
- Fixes typo in `mn_prev_year_state_refund.py`
14+
915
## [0.3.6] - 2024-11-22 01:15:00
1016

1117
### Added
@@ -257,6 +263,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
257263
- First prototype version based off of openfisca-us and tax-calculator.
258264

259265

266+
[0.3.7]: https://github.com/TheCGO/fiscalsim-us/compare/v0.3.6...v0.3.7
260267
[0.3.6]: https://github.com/TheCGO/fiscalsim-us/compare/v0.3.5...v0.3.6
261268
[0.3.5]: https://github.com/TheCGO/fiscalsim-us/compare/v0.3.4...v0.3.5
262269
[0.3.4]: https://github.com/TheCGO/fiscalsim-us/compare/v0.3.3...v0.3.4

changelog.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -229,3 +229,8 @@
229229
added:
230230
- Updates Minnesota tax logic to 2023 law
231231
date: 2024-11-22 01:15:00
232+
- bump: patch
233+
changes:
234+
added:
235+
- Fixes typo in `mn_prev_year_state_refund.py`
236+
date: 2024-12-19 16:30:00

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="fiscalsim-us",
10-
version="0.3.6",
10+
version="0.3.7",
1111
author="Richard W. Evans",
1212
author_email="rick@abundance.institute",
1313
long_description=readme,

0 commit comments

Comments
 (0)