Skip to content

Commit

Permalink
Merge pull request #2717 from jdebacker/3-5-0
Browse files Browse the repository at this point in the history
Prepares release of 3.5.0
  • Loading branch information
jdebacker committed Feb 10, 2024
2 parents 1683845 + 85a3c4d commit 43f8313
Show file tree
Hide file tree
Showing 6 changed files with 323 additions and 302 deletions.
21 changes: 21 additions & 0 deletions docs/about/releases.md
Expand Up @@ -3,6 +3,27 @@ Release history
Go [here](https://github.com/PSLmodels/Tax-Calculator/pulls?q=is%3Apr+is%3Aclosed)
for a complete commit history.

2024-02-10 Release 3.5.0
------------------------
(last merged pull request is
[#2715](https://github.com/PSLmodels/Tax-Calculator/pull/2715))

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

**API Changes**

**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

**Bug Fixes**
- Avoid Pandas deprecation warnings[[#2715](https://github.com/PSLmodels/Tax-Calculator/pull/2785) by Martin Holmer]
- Correctly account for the `odc` variable as refundable in 2021 [[#2703](https://github.com/PSLmodels/Tax-Calculator/pull/2704) by Bodi Yang]
- Fix incorrect value for `EITC_ps_MarriedJ` in 2020 [[#2699](https://github.com/PSLmodels/Tax-Calculator/pull/2699) by Bodi Yang]
- Fix incorrect value for ACTC amount for 2023-2025 to reflect inflation adjustment [[#2691](https://github.com/PSLmodels/Tax-Calculator/pull/2691) by Jason DeBacker]



2023-06-20 Release 3.4.1
------------------------
(last merged pull request is
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Expand Up @@ -51,7 +51,7 @@ The cross-model validation work with NBER's TAXSIM-27 model is described

## Latest release

{doc}`3.4.1 (2023-06-20) <about/releases>`
{doc}`3.5.0 (2024-02-10) <about/releases>`

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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@
with open('README.md') as f:
longdesc = f.read()

version = '3.4.1'
version = '3.5.0'

config = {
'description': 'Tax Calculator',
Expand Down
2 changes: 1 addition & 1 deletion taxcalc.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: taxcalc
Version: 3.4.1
Version: 3.5.0
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
Expand Up @@ -14,4 +14,4 @@
from taxcalc.utils import *
from taxcalc.cli import *

__version__ = '3.4.1'
__version__ = '3.5.0'

0 comments on commit 43f8313

Please sign in to comment.