Skip to content

Commit 5637ade

Browse files
Update package version
1 parent 1b4b8ad commit 5637ade

5 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [2.21.12] - 2026-05-28
2+
3+
### Fixed
4+
5+
- Lower the pension/SS age-aware split threshold from 60 to 55 to match Colorado's 55+ pension subtraction (so mixed-age couples ages 55-59 each claim the state per-person exclusion). Higher-threshold states (DE 60, GA 62, MD 65) are unaffected.
6+
- Run `--disable-salt` in three passes so PE's federal Schedule A keeps state-tax SALT (matching TAXSIM-35's single-pass methodology) while state computation remains SALT-disabled. Eliminates the iterated-vs-single-pass state-tax mismatch in PE-vs-TAXSIM federal comparisons.
7+
8+
19
## [2.21.11] - 2026-05-27
210

311
### Fixed

changelog.d/lower-pension-split-threshold.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/three-pass-disable-salt.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

policyengine_taxsim/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
__all__ = ["generate_household", "export_household", "cli"]
66

7-
__version__ = "2.21.11"
7+
__version__ = "2.21.12"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "policyengine-taxsim"
7-
version = "2.21.11"
7+
version = "2.21.12"
88
description = "A TAXSIM emulator using PolicyEngine US"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)