diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c18805e9be..5f3f8a44b15 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). +## [1.180.2] - 2025-01-23 16:58:25 + +### Fixed + +- Invalid value when dividing employment_income by total_earnings in marginal tax rate calculation. + ## [1.180.1] - 2025-01-22 06:23:40 ### Fixed @@ -10642,6 +10648,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[1.180.2]: https://github.com/PolicyEngine/policyengine-us/compare/1.180.1...1.180.2 [1.180.1]: https://github.com/PolicyEngine/policyengine-us/compare/1.180.0...1.180.1 [1.180.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.179.0...1.180.0 [1.179.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.178.0...1.179.0 diff --git a/changelog.yaml b/changelog.yaml index f4a0eca5f24..00514efea23 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -8994,3 +8994,9 @@ fixed: - Limit DC PTC to filers that take it up in the reform. date: 2025-01-22 06:23:40 +- bump: patch + changes: + fixed: + - Invalid value when dividing employment_income by total_earnings in marginal + tax rate calculation. + date: 2025-01-23 16:58:25 diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 966790bff2e..e69de29bb2d 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +0,0 @@ -- bump: patch - changes: - fixed: - - Invalid value when dividing employment_income by total_earnings in marginal tax rate calculation. diff --git a/setup.py b/setup.py index 6958110508d..17b36f1be4c 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="policyengine-us", - version="1.180.1", + version="1.180.2", author="PolicyEngine", author_email="hello@policyengine.org", long_description=readme,