From ba226539b9517a2eb69c3c4c47d4013af12f747d Mon Sep 17 00:00:00 2001 From: "Github Actions[bot]" Date: Sun, 14 Jul 2024 16:07:17 +0000 Subject: [PATCH] Update PolicyEngine US --- CHANGELOG.md | 8 ++++++++ changelog.yaml | 6 ++++++ changelog_entry.yaml | 5 ----- setup.py | 2 +- 4 files changed, 15 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d5a58255ac..5897c037798 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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). +## [1.21.0] - 2024-07-14 16:03:45 + +### Added + +- DC Child Tax Credit. +- DC Child Tax Credit reform. + ## [1.20.0] - 2024-07-12 16:05:37 ### Added @@ -9037,6 +9044,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[1.21.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.20.0...1.21.0 [1.20.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.19.0...1.20.0 [1.19.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.18.0...1.19.0 [1.18.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.17.1...1.18.0 diff --git a/changelog.yaml b/changelog.yaml index 2d141541621..da595fc73d2 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -7636,3 +7636,9 @@ added: - New Jersey SNAP minimum allotment. date: 2024-07-12 16:05:37 +- bump: minor + changes: + added: + - DC Child Tax Credit. + - DC Child Tax Credit reform. + date: 2024-07-14 16:03:45 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 918036eb48a..e69de29bb2d 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,5 +0,0 @@ -- bump: minor - changes: - added: - - DC Child Tax Credit. - - DC Child Tax Credit reform. diff --git a/setup.py b/setup.py index 037554e6033..6591a387956 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="policyengine-us", - version="1.20.0", + version="1.21.0", author="PolicyEngine", author_email="hello@policyengine.org", long_description=readme,