Skip to content

Commit 143227c

Browse files
Update package version
1 parent 2e1d2d5 commit 143227c

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.21.3] - 2026-05-11
2+
3+
### Changed
4+
5+
- Audit and tighten the /diagnose-issue slash command: add Step 0 pre-triage (Q-vs-bug / version compare / existing PE-US tracking), require primary-source fetches for credit/deduction disagreements, mandate direct PE queries (no inference), and drop stale references.
6+
7+
18
## [2.21.2] - 2026-05-09
29

310
### Changed

changelog.d/audit-diagnose-issue-skill.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.2"
7+
__version__ = "2.21.3"

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

0 commit comments

Comments
 (0)