Skip to content

Commit

Permalink
Update PolicyEngine US
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGhenis committed Jan 23, 2025
1 parent 89624f0 commit c317982
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
- bump: patch
changes:
fixed:
- Invalid value when dividing employment_income by total_earnings in marginal tax rate calculation.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="policyengine-us",
version="1.180.1",
version="1.180.2",
author="PolicyEngine",
author_email="[email protected]",
long_description=readme,
Expand Down

0 comments on commit c317982

Please sign in to comment.