Skip to content

Commit

Permalink
Merge pull request #2845 from martinholmer/4-3-4
Browse files Browse the repository at this point in the history
Changes for 4.3.4 version
  • Loading branch information
jdebacker authored Dec 1, 2024
2 parents d2b77ad + 2be7b14 commit 23b3b5e
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 6 deletions.
20 changes: 20 additions & 0 deletions docs/about/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ Go [here](https://github.com/PSLmodels/Tax-Calculator/pulls?q=is%3Apr+is%3Aclose
for a complete commit history.


2024-11-30 Release 4.3.4
------------------------
(last merged pull request is
[#2844](https://github.com/PSLmodels/Tax-Calculator/pull/2844))

**This is a bug-fix release.**

**API Changes**

**New Features**

**Bug Fixes**
- Fix deprecation warning when using pip to install an editable package
[[#2840](https://github.com/PSLmodels/Tax-Calculator/pull/2840) by Jason DeBacker]
- Fix weights precision in output file when using CLI tool with TMD input data
[[#2841](https://github.com/PSLmodels/Tax-Calculator/pull/2841) by Martin Holmer]
- Fix categorization of self-employment tax and additional Medicare tax
[[#2844](https://github.com/PSLmodels/Tax-Calculator/pull/2844) by Martin Holmer]


2024-11-14 Release 4.3.3
------------------------
(last merged pull request is
Expand Down
4 changes: 2 additions & 2 deletions 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}`4.3.3 (2024-11-14) <about/releases>`
{doc}`4.3.4 (2024-11-30) <about/releases>`

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

Expand All @@ -68,7 +68,7 @@ conda update conda-forge::taxcalc
or

```
pip install -U taxcalc
pip install --upgrade taxcalc
```

If you're a new user, read {doc}`usage/starting`.
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 = "4.3.3"
version = "4.3.4"

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: 4.3.3
Version: 4.3.4
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,6 +14,6 @@
from taxcalc.utils import *
from taxcalc.cli import *

__version__ = '4.3.3a'
__version__ = '4.3.4'
__min_python3_version__ = 10
__max_python3_version__ = 12
2 changes: 1 addition & 1 deletion taxcalc/reforms/ext.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// REFORM TO EXTEND TEMPORARY TCJA PROVISIONS BEYOND 2025
// USING TAX-CALCULATOR 4.3.3
// USING TAX-CALCULATOR 4.3.4
// WITH 2025-to-2026 INDEXING FACTOR = 1.022000
// AND 2028-to-2029 INDEXING FACTOR = 1.019400
{
Expand Down

0 comments on commit 23b3b5e

Please sign in to comment.