diff --git a/CHANGELOG.md b/CHANGELOG.md index 080428bd168..3587216a3d1 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.640.1] - 2024-02-04 22:04:16 + +### Fixed + +- Remove capital_gains_excluded_from_taxable_income from the Rhode Island property tax credit income sources. + ## [0.640.0] - 2024-02-04 20:07:05 ### Added @@ -7129,6 +7135,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[0.640.1]: https://github.com/PolicyEngine/policyengine-us/compare/0.640.0...0.640.1 [0.640.0]: https://github.com/PolicyEngine/policyengine-us/compare/0.639.0...0.640.0 [0.639.0]: https://github.com/PolicyEngine/policyengine-us/compare/0.638.1...0.639.0 [0.638.1]: https://github.com/PolicyEngine/policyengine-us/compare/0.638.0...0.638.1 diff --git a/changelog.yaml b/changelog.yaml index e78a4463fb0..75a6f8c0a3b 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -6044,3 +6044,9 @@ added: - Married filing separately logic to the Mississippi income tax. date: 2024-02-04 20:07:05 +- bump: patch + changes: + fixed: + - Remove capital_gains_excluded_from_taxable_income from the Rhode Island property + tax credit income sources. + date: 2024-02-04 22:04:16 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index c4b5e3c0745..e69de29bb2d 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - fixed: - - Remove capital_gains_excluded_from_taxable_income from the Rhode Island property tax credit income sources. diff --git a/setup.py b/setup.py index 2d0ea93decb..47144f0b09f 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="policyengine-us", - version="0.640.0", + version="0.640.1", author="PolicyEngine", author_email="hello@policyengine.org", long_description=readme,