Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
rickecon committed Nov 14, 2024
1 parent 2b0c3f6 commit dc2cd17
Show file tree
Hide file tree
Showing 3 changed files with 14 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.4] - 2024-11-14 00:30:00

### Added

- Updated and fixed Louisiana parameters, variables and tests.

## [0.3.3] - 2024-11-07 23:30:00

### Added
Expand Down Expand Up @@ -239,6 +245,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.4]: https://github.com/TheCGO/fiscalsim-us/compare/v0.3.3...v0.3.4
[0.3.3]: https://github.com/TheCGO/fiscalsim-us/compare/v0.3.2...v0.3.3
[0.3.2]: https://github.com/TheCGO/fiscalsim-us/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/TheCGO/fiscalsim-us/compare/v0.3.0...v0.3.1
Expand Down
5 changes: 5 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,3 +214,8 @@
- Updated and fixed Kentucky, Maryland, and Vermont parameters, variables and tests.
- Removed `tools/taxcalc/` directory
date: 2024-11-07 23:30:00
- bump: patch
changes:
added:
- Updated and fixed Louisiana parameters, variables and tests.
date: 2024-11-14 00:30:00
3 changes: 2 additions & 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.3",
version="0.3.4",
author="Richard W. Evans",
author_email="rick@abundance.institute",
long_description=readme,
Expand All @@ -18,6 +18,7 @@
"Operating System :: POSIX",
"Programming Language :: Python",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Scientific/Engineering :: Information Analysis",
],
description="FiscalSim federal and state individual tax and benefit system for the US",
Expand Down

0 comments on commit dc2cd17

Please sign in to comment.