From 2be7b1431a5b004fc8a4aa0f85e0d6f756eb1008 Mon Sep 17 00:00:00 2001 From: "martin.holmer@gmail.com" Date: Wed, 27 Nov 2024 16:14:23 -0500 Subject: [PATCH] Update to Tax-Calculator 4.3.4 version --- docs/about/releases.md | 20 ++++++++++++++++++++ docs/index.md | 4 ++-- setup.py | 2 +- taxcalc.egg-info/PKG-INFO | 2 +- taxcalc/__init__.py | 2 +- taxcalc/reforms/ext.json | 2 +- 6 files changed, 26 insertions(+), 6 deletions(-) diff --git a/docs/about/releases.md b/docs/about/releases.md index 88334cf50..70c8d7119 100644 --- a/docs/about/releases.md +++ b/docs/about/releases.md @@ -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 diff --git a/docs/index.md b/docs/index.md index ba6115221..adb95c1f3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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) ` +{doc}`4.3.4 (2024-11-30) ` If you are already using Tax-Calculator, upgrade using the following command: @@ -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`. diff --git a/setup.py b/setup.py index a6b665ede..fb16ce918 100644 --- a/setup.py +++ b/setup.py @@ -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", diff --git a/taxcalc.egg-info/PKG-INFO b/taxcalc.egg-info/PKG-INFO index 4841fd28a..60eb54244 100644 --- a/taxcalc.egg-info/PKG-INFO +++ b/taxcalc.egg-info/PKG-INFO @@ -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 diff --git a/taxcalc/__init__.py b/taxcalc/__init__.py index 615d43f6c..9aba956b3 100644 --- a/taxcalc/__init__.py +++ b/taxcalc/__init__.py @@ -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 diff --git a/taxcalc/reforms/ext.json b/taxcalc/reforms/ext.json index cd2e2d89f..7c1228662 100644 --- a/taxcalc/reforms/ext.json +++ b/taxcalc/reforms/ext.json @@ -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 {