Skip to content

Commit dc2cd17

Browse files
committed
Updated version
1 parent 2b0c3f6 commit dc2cd17

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-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.4] - 2024-11-14 00:30:00
10+
11+
### Added
12+
13+
- Updated and fixed Louisiana parameters, variables and tests.
14+
915
## [0.3.3] - 2024-11-07 23:30:00
1016

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

241247

248+
[0.3.4]: https://github.com/TheCGO/fiscalsim-us/compare/v0.3.3...v0.3.4
242249
[0.3.3]: https://github.com/TheCGO/fiscalsim-us/compare/v0.3.2...v0.3.3
243250
[0.3.2]: https://github.com/TheCGO/fiscalsim-us/compare/v0.3.1...v0.3.2
244251
[0.3.1]: https://github.com/TheCGO/fiscalsim-us/compare/v0.3.0...v0.3.1

changelog.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -214,3 +214,8 @@
214214
- Updated and fixed Kentucky, Maryland, and Vermont parameters, variables and tests.
215215
- Removed `tools/taxcalc/` directory
216216
date: 2024-11-07 23:30:00
217+
- bump: patch
218+
changes:
219+
added:
220+
- Updated and fixed Louisiana parameters, variables and tests.
221+
date: 2024-11-14 00:30:00

setup.py

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

88
setup(
99
name="fiscalsim-us",
10-
version="0.3.3",
10+
version="0.3.4",
1111
author="Richard W. Evans",
1212
author_email="rick@abundance.institute",
1313
long_description=readme,
@@ -18,6 +18,7 @@
1818
"Operating System :: POSIX",
1919
"Programming Language :: Python",
2020
"Programming Language :: Python :: 3.10",
21+
"Programming Language :: Python :: 3.11",
2122
"Topic :: Scientific/Engineering :: Information Analysis",
2223
],
2324
description="FiscalSim federal and state individual tax and benefit system for the US",

0 commit comments

Comments
 (0)