From 7840302521b2f1ba8c16e7ea2368f7cca7808b59 Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Sun, 18 Sep 2022 16:29:49 +0000 Subject: [PATCH] Update OpenFisca-US --- CHANGELOG.md | 11 +++++++++++ changelog.yaml | 7 +++++++ changelog_entry.yaml | 6 ------ setup.py | 2 +- 4 files changed, 19 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca6bd8e053d..c9357df9cd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/changelog.yaml b/changelog.yaml index f1167d35f0c..85cb3f97f22 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -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 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index a257e08d803..e69de29bb2d 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,6 +0,0 @@ -- bump: minor - changes: - added: - - Federal poverty guideline-based basic income element. - changed: - - Made all basic income variables tax unit-level. diff --git a/setup.py b/setup.py index ac2588b18c1..66d0242cdae 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="OpenFisca-US", - version="0.157.0", + version="0.158.0", author="PolicyEngine", author_email="hello@policyengine.org", classifiers=[