Skip to content

Commit fb29904

Browse files
authored
Merge pull request #3076 from martinholmer/6-6-2
Prepare release 6.6.2
2 parents 29f707b + 31655df commit fb29904

5 files changed

Lines changed: 25 additions & 4 deletions

File tree

docs/about/releases.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ Go
55
for a complete commit history.
66

77

8+
2026-06-05 Release 6.6.2
9+
------------------------
10+
(last merged pull request is
11+
[#3075](https://github.com/PSLmodels/Tax-Calculator/pull/3075))
12+
13+
**This is a bug-fix release.**
14+
15+
**API Changes**
16+
17+
**New Features**
18+
19+
**Bug Fixes**
20+
21+
- Change CLI so that it now assumes 100% refundable-credit
22+
participation with TMD input data, which makes it consistent with
23+
the default (full-participation) assumption used in the Python API
24+
and in the CLI when using non-TMD input data.
25+
[[#3075](https://github.com/PSLmodels/Tax-Calculator/pull/3075)
26+
by Martin Holmer]
27+
28+
829
2026-05-27 Release 6.6.1
930
------------------------
1031
(last merged pull request is

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ cross-model validation work with NBER's TAXSIM-35 model is described
5050

5151
## Latest release
5252

53-
{doc}`6.6.1 (2026-05-27) <about/releases>`
53+
{doc}`6.6.2 (2026-06-05) <about/releases>`
5454

5555
If you are already using Tax-Calculator, upgrade using the following command:
5656
```

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
with open("README.md", "r", encoding="utf-8") as f:
88
longdesc = f.read()
99

10-
VERSION = "6.6.1"
10+
VERSION = "6.6.2"
1111

1212
config = {
1313
"description": "Tax-Calculator",

taxcalc.egg-info/PKG-INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.4
22
Name: taxcalc
3-
Version: 6.6.1
3+
Version: 6.6.2
44
Summary: Tax-Calculator
55
Home-page: https://github.com/PSLmodels/Tax-Calculator
66
Download-URL: https://github.com/PSLmodels/Tax-Calculator

taxcalc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
from taxcalc.utils import *
1515
from taxcalc.cli import *
1616

17-
__version__ = '6.6.1'
17+
__version__ = '6.6.2'
1818
__min_python3_version__ = 11
1919
__max_python3_version__ = 13

0 commit comments

Comments
 (0)