From d5c07ea8a95b3a1d976086bdbedbf620a069b563 Mon Sep 17 00:00:00 2001 From: "martin.holmer@gmail.com" Date: Sun, 27 Oct 2024 17:27:24 -0400 Subject: [PATCH] Changes for version 4.3.1 --- docs/about/releases.md | 18 ++++++++++++++++++ docs/index.md | 2 +- setup.py | 2 +- taxcalc/__init__.py | 2 +- taxcalc/reforms/ext.json | 2 +- 5 files changed, 22 insertions(+), 4 deletions(-) diff --git a/docs/about/releases.md b/docs/about/releases.md index 3489c2659..eef8b8ead 100644 --- a/docs/about/releases.md +++ b/docs/about/releases.md @@ -4,6 +4,24 @@ Go [here](https://github.com/PSLmodels/Tax-Calculator/pulls?q=is%3Apr+is%3Aclose for a complete commit history. +2024-10-28 Release 4.3.1 +------------------------ +(last merged pull request is +[#2828](https://github.com/PSLmodels/Tax-Calculator/pull/2828)) + +**This is a minor enhancement release.** + +**API Changes** + +**New Features** +- Remove PT_qbid_limit_switch parameter and it's assocated False code +[[#2823](https://github.com/PSLmodels/Tax-Calculator/pull/2823) by Martin Holmer] +- Add checking of Python version to the CLI tool, tc +[[#2827](https://github.com/PSLmodels/Tax-Calculator/pull/2827) by Martin Holmer] +- Add weights_scale attribute to the Records and Data classes +[[#2828](https://github.com/PSLmodels/Tax-Calculator/pull/2828) by Martin Holmer] + + 2024-10-02 Release 4.3.0 ------------------------ (last merged pull request is diff --git a/docs/index.md b/docs/index.md index f9915742b..f9c8bf320 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.0 (2024-10-02) ` +{doc}`4.3.1 (2024-10-28) ` If you are already using Tax-Calculator, upgrade using the following command: diff --git a/setup.py b/setup.py index 1e437afc2..29d2bcea6 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ with open("README.md") as f: longdesc = f.read() -version = "4.3.0" +version = "4.3.1" config = { "description": "Tax Calculator", diff --git a/taxcalc/__init__.py b/taxcalc/__init__.py index 01a5efa20..702744be1 100644 --- a/taxcalc/__init__.py +++ b/taxcalc/__init__.py @@ -14,6 +14,6 @@ from taxcalc.utils import * from taxcalc.cli import * -__version__ = '4.3.0e' +__version__ = '4.3.1' __min_python3_version__ = 10 __max_python3_version__ = 12 diff --git a/taxcalc/reforms/ext.json b/taxcalc/reforms/ext.json index 7b67bbe76..f3b624e1b 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.0 +// USING TAX-CALCULATOR 4.3.1 // WITH 2025-to-2026 INDEXING FACTOR = 1.022000 // AND 2028-to-2029 INDEXING FACTOR = 1.019400 {