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 28, 2025
1 parent 40ef30d commit c573756
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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.182.2] - 2025-01-28 13:45:56

### Fixed

- California itemized deduction limits 2024.
- California AMT parameters 2024.
- California 2024 tax form references.

## [1.182.1] - 2025-01-27 21:39:20

### Fixed
Expand Down Expand Up @@ -10674,6 +10682,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



[1.182.2]: https://github.com/PolicyEngine/policyengine-us/compare/1.182.1...1.182.2
[1.182.1]: https://github.com/PolicyEngine/policyengine-us/compare/1.182.0...1.182.1
[1.182.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.181.0...1.182.0
[1.181.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.180.4...1.181.0
Expand Down
7 changes: 7 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9026,3 +9026,10 @@
- Invalid value encountered when dividing income_effect by original_earnings and
dividing substitution_effect by original_earnings in weekly hours worked calculation
date: 2025-01-27 21:39:20
- bump: patch
changes:
fixed:
- California itemized deduction limits 2024.
- California AMT parameters 2024.
- California 2024 tax form references.
date: 2025-01-28 13:45:56
6 changes: 0 additions & 6 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
- bump: patch
changes:
fixed:
- California itemized deduction limits 2024.
- California AMT parameters 2024.
- California 2024 tax form references.
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.182.1",
version="1.182.2",
author="PolicyEngine",
author_email="[email protected]",
long_description=readme,
Expand Down

0 comments on commit c573756

Please sign in to comment.