File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55for a complete commit history.
66
77
8+ 2026-04-02 Release 6.5.1
9+ ------------------------
10+ (last merged pull request is
11+ [ #3010 ] ( https://github.com/PSLmodels/Tax-Calculator/pull/3010 ) )
12+
13+ ** This is a minor enhancement release.**
14+
15+ ** API Changes**
16+
17+ ** New Features**
18+ - Add ` behresp ` to the install requirements in ` setup.py ` file
19+ [[ #3010 ] ( https://github.com/PSLmodels/Tax-Calculator/pull/3010 )
20+ by Jason DeBacker]
21+
22+
8232026-03-29 Release 6.5.0
924------------------------
1025(last merged pull request is
Original file line number Diff line number Diff line change 1- Releasing Tax-Caclculator Packages
1+ Releasing Tax-Calculator Packages
22==================================
33
44The following outlines the process for releasing a new ` taxcalc ` package.
Original file line number Diff line number Diff 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.5.0 (2026-03-29 ) <about/releases> `
53+ {doc}` 6.5.1 (2026-04-02 ) <about/releases> `
5454
5555If you are already using Tax-Calculator, upgrade using the following command:
5656```
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 = "6.5.0 "
10+ VERSION = "6.5.1 "
1111
1212config = {
1313 "description" : "Tax-Calculator" ,
Original file line number Diff line number Diff line change 11Metadata-Version: 2.4
22Name: taxcalc
3- Version: 6.5.0
3+ Version: 6.5.1
44Summary: Tax-Calculator
55Home-page: https://github.com/PSLmodels/Tax-Calculator
66Download-URL: https://github.com/PSLmodels/Tax-Calculator
@@ -23,6 +23,7 @@ Requires-Dist: pandas>=2.2
2323Requires-Dist: bokeh>=2.4
2424Requires-Dist: numba
2525Requires-Dist: paramtools>=0.20.0
26+ Requires-Dist: behresp
2627Dynamic: classifier
2728Dynamic: description
2829Dynamic: description-content-type
Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ pandas>=2.2
33bokeh>=2.4
44numba
55paramtools>=0.20.0
6+ behresp
Original file line number Diff line number Diff line change 1414from taxcalc .utils import *
1515from taxcalc .cli import *
1616
17- __version__ = '6.5.0 '
17+ __version__ = '6.5.1 '
1818__min_python3_version__ = 11
1919__max_python3_version__ = 13
You can’t perform that action at this time.
0 commit comments