Skip to content

Commit

Permalink
Merge pull request #2723 from jdebacker/3-5-1
Browse files Browse the repository at this point in the history
Prepares 3.5.1
  • Loading branch information
jdebacker committed Feb 27, 2024
2 parents b433a47 + 539c144 commit ad3e214
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 5 deletions.
19 changes: 18 additions & 1 deletion docs/about/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@ Release history
Go [here](https://github.com/PSLmodels/Tax-Calculator/pulls?q=is%3Apr+is%3Aclosed)
for a complete commit history.

2024-02-27 Release 3.5.1
------------------------
(last merged pull request is
[#2722](https://github.com/PSLmodels/Tax-Calculator/pull/2722))

**This is an enhancement and bug-fix release.**

**API Changes**

**New Features**


**Bug Fixes**
- Includes `paramtools` in required packages for installation [[#2721](https://github.com/PSLmodels/Tax-Calculator/pull/2721) by Jason DeBacker]



2024-02-10 Release 3.5.0
------------------------
(last merged pull request is
Expand All @@ -14,7 +31,7 @@ for a complete commit history.

**New Features**
- Add baseline table output to `cli` command [[#2714](https://github.com/PSLmodels/Tax-Calculator/pull/2714) by Martin Holmer]
- Additional TAXSIM-35 validation tools, serveral PRS by Bodi Yang and Jason DeBacker
- Additional TAXSIM-35 validation tools, several PRS by Bodi Yang and Jason DeBacker

**Bug Fixes**
- Avoid Pandas deprecation warnings[[#2715](https://github.com/PSLmodels/Tax-Calculator/pull/2785) by Martin Holmer]
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The cross-model validation work with NBER's TAXSIM-27 model is described

## Latest release

{doc}`3.5.0 (2024-02-10) <about/releases>`
{doc}`3.5.1 (2024-02-27) <about/releases>`

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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
with open("README.md") as f:
longdesc = f.read()

version = "3.5.0"
version = "3.5.1"

config = {
"description": "Tax Calculator",
Expand Down
2 changes: 1 addition & 1 deletion taxcalc.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: taxcalc
Version: 3.5.0
Version: 3.5.1
Summary: taxcalc
Home-page: https://github.com/PSLmodels/Tax-Calculator
Download-URL: https://github.com/PSLmodels/Tax-Calculator
Expand Down
2 changes: 1 addition & 1 deletion taxcalc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
from taxcalc.utils import *
from taxcalc.cli import *

__version__ = '3.5.0'
__version__ = '3.5.1'

0 comments on commit ad3e214

Please sign in to comment.