File tree Expand file tree Collapse file tree 5 files changed +23
-4
lines changed
Expand file tree Collapse file tree 5 files changed +23
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,25 @@ Go [here](https://github.com/PSLmodels/Tax-Calculator/pulls?q=is%3Apr+is%3Aclose
44for a complete commit history.
55
66
7+ 2025-08-08 Release 5.2.0
8+ ------------------------
9+ (last merged pull request is
10+ [ #2944 ] ( https://github.com/PSLmodels/Tax-Calculator/pull/2944 ) )
11+
12+ ** This is an enhancement release.**
13+
14+ ** API Changes**
15+
16+ ** New Features**
17+ - Make OBBBA reform be current-law policy in several PRs described in
18+ [ issue
19+ 2926] ( https://github.com/PSLmodels/Tax-Calculator/issues/2926 ) by
20+ Martin Holmer
21+ - Extend CPS and PUF aggregate tests through 2035
22+ [[ #2944 ] ( https://github.com/PSLmodels/Tax-Calculator/pull/2944 ) by
23+ Martin Holmer]
24+
25+
7262025-07-22 Release 5.1.0
827------------------------
928(last merged pull request is
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ cross-model validation work with NBER's TAXSIM-35 model is described
5454
5555## Latest release
5656
57- {doc}` 5.1 .0 (2025-07-22 ) <about/releases> `
57+ {doc}` 5.2 .0 (2025-08-08 ) <about/releases> `
5858
5959If you are already using Tax-Calculator, upgrade using the following command:
6060```
Original file line number Diff line number Diff line change 77with open ("README.md" , "r" , encoding = "utf-8" ) as f :
88 longdesc = f .read ()
99
10- VERSION = "5.1 .0"
10+ VERSION = "5.2 .0"
1111
1212config = {
1313 "description" : "Tax-Calculator" ,
Original file line number Diff line number Diff line change 11Metadata-Version: 2.4
22Name: taxcalc
3- Version: 5.1 .0
3+ Version: 5.2 .0
44Summary: Tax-Calculator
55Home-page: https://github.com/PSLmodels/Tax-Calculator
66Download-URL: https://github.com/PSLmodels/Tax-Calculator
Original file line number Diff line number Diff line change 1414from taxcalc .utils import *
1515from taxcalc .cli import *
1616
17- __version__ = '5.1 .0'
17+ __version__ = '5.2 .0'
1818__min_python3_version__ = 10
1919__max_python3_version__ = 12
You can’t perform that action at this time.
0 commit comments