Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions docs/about/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@ Go
for a complete commit history.


2026-05-27 Release 6.6.1
------------------------
(last merged pull request is
[#3072](https://github.com/PSLmodels/Tax-Calculator/pull/3072))

**This is a bug-fix release.**

**API Changes**

**New Features**

**Bug Fixes**

- Fixes issue #3071 by adding a new parameter called `soi_iitax` that
controls the categorization of the self-employment tax (`setax`) and
the additional Medicare tax (`ptax_amc`) as being part of the income
tax or as being part of the payroll tax.
[[#3072](https://github.com/PSLmodels/Tax-Calculator/pull/3072)
by Martin Holmer]


2026-05-18 Release 6.6.0
------------------------
(last merged pull request is
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ cross-model validation work with NBER's TAXSIM-35 model is described

## Latest release

{doc}`6.6.0 (2026-05-18) <about/releases>`
{doc}`6.6.1 (2026-05-27) <about/releases>`

If you are already using Tax-Calculator, upgrade using the following command:
```
Expand Down
Loading