diff --git a/CHANGELOG.md b/CHANGELOG.md index ae5eb4ce553..7475a6e7172 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.170.0] - 2025-01-09 16:55:35 + +### Added + +- 2024 DC keep child care affordable tax credit max benefit and thresholds. +- DC EITC match delay to 2029. + ## [1.169.0] - 2025-01-08 23:32:39 ### Added @@ -10525,6 +10532,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[1.170.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.169.0...1.170.0 [1.169.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.168.1...1.169.0 [1.168.1]: https://github.com/PolicyEngine/policyengine-us/compare/1.168.0...1.168.1 [1.168.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.167.2...1.168.0 diff --git a/changelog.yaml b/changelog.yaml index 0b3d9bcda5a..4eceaddbfda 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -8896,3 +8896,9 @@ added: - State-level variables in taxsim. date: 2025-01-08 23:32:39 +- bump: minor + changes: + added: + - 2024 DC keep child care affordable tax credit max benefit and thresholds. + - DC EITC match delay to 2029. + date: 2025-01-09 16:55:35 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 19991a228d1..e69de29bb2d 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,5 +0,0 @@ -- bump: minor - changes: - added: - - 2024 DC keep child care affordable tax credit max benefit and thresholds. - - DC EITC match delay to 2029. diff --git a/setup.py b/setup.py index a5860784122..63415447719 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="policyengine-us", - version="1.169.0", + version="1.170.0", author="PolicyEngine", author_email="hello@policyengine.org", long_description=readme,