Skip to content

Commit dd98e1b

Browse files
authored
Merge pull request #3011 from jdebacker/6.5.1
Prepare release 6.5.1
2 parents cb1b9ee + d9c9fab commit dd98e1b

7 files changed

Lines changed: 22 additions & 5 deletions

File tree

docs/about/releases.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ Go
55
for 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+
823
2026-03-29 Release 6.5.0
924
------------------------
1025
(last merged pull request is

docs/contributing/RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Releasing Tax-Caclculator Packages
1+
Releasing Tax-Calculator Packages
22
==================================
33

44
The following outlines the process for releasing a new `taxcalc` package.

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.5.0 (2026-03-29) <about/releases>`
53+
{doc}`6.5.1 (2026-04-02) <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.5.0"
10+
VERSION = "6.5.1"
1111

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

taxcalc.egg-info/PKG-INFO

Lines changed: 2 additions & 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.5.0
3+
Version: 6.5.1
44
Summary: Tax-Calculator
55
Home-page: https://github.com/PSLmodels/Tax-Calculator
66
Download-URL: https://github.com/PSLmodels/Tax-Calculator
@@ -23,6 +23,7 @@ Requires-Dist: pandas>=2.2
2323
Requires-Dist: bokeh>=2.4
2424
Requires-Dist: numba
2525
Requires-Dist: paramtools>=0.20.0
26+
Requires-Dist: behresp
2627
Dynamic: classifier
2728
Dynamic: description
2829
Dynamic: description-content-type

taxcalc.egg-info/requires.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ pandas>=2.2
33
bokeh>=2.4
44
numba
55
paramtools>=0.20.0
6+
behresp

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.5.0'
17+
__version__ = '6.5.1'
1818
__min_python3_version__ = 11
1919
__max_python3_version__ = 13

0 commit comments

Comments
 (0)