Skip to content

Commit

Permalink
Update OpenFisca-US
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGhenis committed Sep 18, 2022
1 parent 820435d commit 7840302
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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.158.0] - 2022-09-18 16:29:13

### Added

- Federal poverty guideline-based basic income element.

### Changed

- Made all basic income variables tax unit-level.

## [0.157.0] - 2022-09-16 15:22:22

### Added
Expand Down Expand Up @@ -1913,6 +1923,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



[0.158.0]: https://github.com/PolicyEngine/openfisca-us/compare/0.157.0...0.158.0
[0.157.0]: https://github.com/PolicyEngine/openfisca-us/compare/0.156.0...0.157.0
[0.156.0]: https://github.com/PolicyEngine/openfisca-us/compare/0.155.2...0.156.0
[0.155.2]: https://github.com/PolicyEngine/openfisca-us/compare/0.155.1...0.155.2
Expand Down
7 changes: 7 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1588,3 +1588,10 @@
added:
- PTC deduction switch for the UBI Center flat tax.
date: 2022-09-16 15:22:22
- bump: minor
changes:
added:
- Federal poverty guideline-based basic income element.
changed:
- Made all basic income variables tax unit-level.
date: 2022-09-18 16:29:13
6 changes: 0 additions & 6 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
- bump: minor
changes:
added:
- Federal poverty guideline-based basic income element.
changed:
- Made all basic income variables tax unit-level.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="OpenFisca-US",
version="0.157.0",
version="0.158.0",
author="PolicyEngine",
author_email="[email protected]",
classifiers=[
Expand Down

0 comments on commit 7840302

Please sign in to comment.