diff --git a/docs/about/releases.md b/docs/about/releases.md index 70c8d7119..bae8689e2 100644 --- a/docs/about/releases.md +++ b/docs/about/releases.md @@ -4,6 +4,31 @@ Go [here](https://github.com/PSLmodels/Tax-Calculator/pulls?q=is%3Apr+is%3Aclose for a complete commit history. +2024-12-16 Release 4.3.5 +------------------------ +(last merged pull request is +[#2854](https://github.com/PSLmodels/Tax-Calculator/pull/2854)) + +**This is a minor enhancement and bug-fix release.** + +**API Changes** + +**New Features** +- Update PUF and CPS input data using CBO June 2024 baseline projection +[[#2831](https://github.com/PSLmodels/Tax-Calculator/pull/2831) by Bodi Yang] +- Generalize tmd_constructor in both Records and Policy classes +[[#2850](https://github.com/PSLmodels/Tax-Calculator/pull/2850) by Martin Holmer] +- Add changes that should have been included in PR #2831 +[[#2854](https://github.com/PSLmodels/Tax-Calculator/pull/2854) by Martin Holmer] + +**Bug Fixes** +- Fix several broken documentation links +[[#2847](https://github.com/PSLmodels/Tax-Calculator/pull/2847) by Martin Holmer] and +[[#2849](https://github.com/PSLmodels/Tax-Calculator/pull/2849) by Martin Holmer] +- Remove incorrect use of GrowFactors() in Policy and Parameters classes +[[#2852](https://github.com/PSLmodels/Tax-Calculator/pull/2852) by Martin Holmer] + + 2024-11-30 Release 4.3.4 ------------------------ (last merged pull request is diff --git a/docs/index.md b/docs/index.md index adb95c1f3..97b6fa88e 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.4 (2024-11-30) ` +{doc}`4.3.5 (2024-12-16) ` If you are already using Tax-Calculator, upgrade using the following command: diff --git a/setup.py b/setup.py index fb16ce918..d748c0007 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ with open("README.md") as f: longdesc = f.read() -version = "4.3.4" +version = "4.3.5" config = { "description": "Tax Calculator", diff --git a/taxcalc/__init__.py b/taxcalc/__init__.py index fa0c5d7bb..d5be98ba0 100644 --- a/taxcalc/__init__.py +++ b/taxcalc/__init__.py @@ -14,6 +14,6 @@ from taxcalc.utils import * from taxcalc.cli import * -__version__ = '4.3.4a' +__version__ = '4.3.5' __min_python3_version__ = 10 __max_python3_version__ = 12 diff --git a/taxcalc/reforms/ext.json b/taxcalc/reforms/ext.json index 28546f2bb..1a72b182c 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.4 +// USING TAX-CALCULATOR 4.3.5 // WITH 2025-to-2026 INDEXING FACTOR = 1.024900 // AND 2028-to-2029 INDEXING FACTOR = 1.021800 {