Skip to content

Commit 3d19bac

Browse files
Update package version
1 parent 7544c4a commit 3d19bac

5 files changed

Lines changed: 13 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [2.21.8] - 2026-05-25
2+
3+
### Changed
4+
5+
- Suppress benign Hugging Face Hub anonymous-request warnings during CLI runs.
6+
7+
### Fixed
8+
9+
- Allocate Social Security (`gssi`) using the same age-aware rule as pensions: in mixed-age MFJ households, keep the full amount on the primary filer so state per-person SS exclusions (CO, MD, etc.) reach the qualifying spouse.
10+
11+
112
## [2.21.7] - 2026-05-25
213

314
### Fixed

changelog.d/gssi-age-aware-split.fixed.md

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

changelog.d/silence-hf-warning.changed.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.7"
7+
__version__ = "2.21.8"

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.7"
7+
version = "2.21.8"
88
description = "A TAXSIM emulator using PolicyEngine US"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)