Skip to content

Commit

Permalink
Merge pull request #2667 from bodiyang/master
Browse files Browse the repository at this point in the history
Prepares 3.3.0
  • Loading branch information
jdebacker committed Dec 17, 2022
2 parents b47c959 + 272c4d2 commit 086d302
Show file tree
Hide file tree
Showing 6 changed files with 309 additions and 291 deletions.
18 changes: 18 additions & 0 deletions docs/about/releases.md
Expand Up @@ -3,6 +3,24 @@ Release history
Go [here](https://github.com/PSLmodels/Tax-Calculator/pulls?q=is%3Apr+is%3Aclosed)
for a complete commit history.

2022-12-16 Release 3.3.0
------------------------
(last merged pull request is
[#2662](https://github.com/PSLmodels/Tax-Calculator/pull/2662))

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

**API Changes**

**New Features**
- Tax-Calculator baseline update for CBO economic projections, published in May, "The Budget and Economic Outlook: 2022 to 2032" [[#2662](https://github.com/PSLmodels/Tax-Calculator/pull/2662) by Bodi Yang], with primary work in [[TaxData PR #412](https://github.com/PSLmodels/taxdata/pull/412)by Bodi Yang]
- Add parameters for threshold for self-employment income exempt from SECA taxes [[#2659](https://github.com/PSLmodels/Tax-Calculator/pull/2659) by Jason Debacker]
- Update calculation of child number when CTC_include17 [[#2644](https://github.com/PSLmodels/Tax-Calculator/pull/2644) by Matt Jensen]
- Add Python 3.10 to test matrix [[#2646](https://github.com/PSLmodels/Tax-Calculator/pull/2646) by Jason Debacker]
- Inflation adjustment of the year 2020, 2021, 2022, for IRS tax forms and tax law inflation adjustments documents [[#2633](https://github.com/PSLmodels/Tax-Calculator/pull/2633) by Bodi Yang]

**Bug Fixes**
- Fix Parameter error parsing in taxcalcio module [[#2625](https://github.com/PSLmodels/Tax-Calculator/pull/2625/commits) by Hank Doupe]

2021-08-06 Release 3.2.1
------------------------
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.2.1 (2021-08-06) <about/releases>`
{doc}`3.3.0 (2022-12-16) <about/releases>`

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

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

version = '3.2.1'
version = '3.3.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.2.1
Version: 3.3.0
Summary: taxcalc
Home-page: https://github.com/PSLmodels/Tax-Calculator
License: CC0 1.0 Universal public domain dedication
Expand Down
2 changes: 1 addition & 1 deletion taxcalc/__init__.py 100755 → 100644
Expand Up @@ -14,4 +14,4 @@
from taxcalc.utils import *
from taxcalc.cli import *

__version__ = '3.2.1'
__version__ = '3.3.0'

0 comments on commit 086d302

Please sign in to comment.