Skip to content

Commit ca90e06

Browse files
Update package version
1 parent 3c9eb68 commit ca90e06

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.30.0] - 2026-07-06
2+
3+
### Added
4+
5+
- Emit PolicyEngine one-time state rebates in the srebate output column and add a --net-of-rebates compare option that scores state tax as siitax plus srebate on both sides, removing the TAXSIM payout-year vs PolicyEngine liability-year rebate timing difference.
6+
7+
18
## [2.29.1] - 2026-07-06
29

310
### Fixed

changelog.d/add-srebate-net-of-rebates.added.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.29.1"
7+
__version__ = "2.30.0"

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

0 commit comments

Comments
 (0)