From 6de5c3e3c4f28b45dd898d6056e39f0262716723 Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Thu, 21 Sep 2023 12:39:28 +0000 Subject: [PATCH] Update PolicyEngine US --- CHANGELOG.md | 7 +++++++ changelog.yaml | 6 ++++++ changelog_entry.yaml | 4 ---- setup.py | 2 +- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9673711ff8a..2213c91a7ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.471.1] - 2023-09-21 12:36:13 + +### Fixed + +- Remove two unused variables in variables/gov/irs/taxcalc/deductions/standard directory. + ## [0.471.0] - 2023-09-21 12:28:34 ### Added @@ -5321,6 +5327,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[0.471.1]: https://github.com/PolicyEngine/policyengine-us/compare/0.471.0...0.471.1 [0.471.0]: https://github.com/PolicyEngine/policyengine-us/compare/0.470.1...0.471.0 [0.470.1]: https://github.com/PolicyEngine/policyengine-us/compare/0.470.0...0.470.1 [0.470.0]: https://github.com/PolicyEngine/policyengine-us/compare/0.469.0...0.470.0 diff --git a/changelog.yaml b/changelog.yaml index ffe276c274f..7709579fc77 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -4486,3 +4486,9 @@ added: - Arkansas child and dependent care credit. date: 2023-09-21 12:28:34 +- bump: patch + changes: + fixed: + - Remove two unused variables in variables/gov/irs/taxcalc/deductions/standard + directory. + date: 2023-09-21 12:36:13 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 3ad15e3367d..e69de29bb2d 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - fixed: - - Remove two unused variables in variables/gov/irs/taxcalc/deductions/standard directory. diff --git a/setup.py b/setup.py index 326369272be..1939c3401f0 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="policyengine-us", - version="0.471.0", + version="0.471.1", author="PolicyEngine", author_email="hello@policyengine.org", long_description=readme,