diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b9d6468e18..749c89b78c1 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.476.0] - 2023-09-24 03:22:24 + +### Added + +- Vermont earned income tax credit. + ## [0.475.0] - 2023-09-23 21:48:12 ### Added @@ -5353,6 +5359,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[0.476.0]: https://github.com/PolicyEngine/policyengine-us/compare/0.475.0...0.476.0 [0.475.0]: https://github.com/PolicyEngine/policyengine-us/compare/0.474.0...0.475.0 [0.474.0]: https://github.com/PolicyEngine/policyengine-us/compare/0.473.0...0.474.0 [0.473.0]: https://github.com/PolicyEngine/policyengine-us/compare/0.472.0...0.473.0 diff --git a/changelog.yaml b/changelog.yaml index 704d5d8960f..bcf9f203857 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -4515,3 +4515,8 @@ - A formula for interest_expense variable that adds mortgage_interest and non_mortgage_interest variables. date: 2023-09-23 21:48:12 +- bump: minor + changes: + added: + - Vermont earned income tax credit. + date: 2023-09-24 03:22:24 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index dd010e3ba40..e69de29bb2d 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: minor - changes: - added: - - Vermont earned income tax credit. diff --git a/setup.py b/setup.py index ca9e903cd52..b6b40e26155 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="policyengine-us", - version="0.475.0", + version="0.476.0", author="PolicyEngine", author_email="hello@policyengine.org", long_description=readme,