From 35d4a0aba18579737fee41cf207cf335737fc047 Mon Sep 17 00:00:00 2001 From: jdebacker Date: Tue, 27 Feb 2024 10:28:34 -0500 Subject: [PATCH 1/2] bump version to 3.5.1 --- docs/about/releases.md | 19 ++++++++++++++++++- docs/index.md | 2 +- setup.py | 2 +- taxcalc/__init__.py | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) diff --git a/docs/about/releases.md b/docs/about/releases.md index b77ee4a71..99475c034 100644 --- a/docs/about/releases.md +++ b/docs/about/releases.md @@ -3,6 +3,23 @@ Release history Go [here](https://github.com/PSLmodels/Tax-Calculator/pulls?q=is%3Apr+is%3Aclosed) for a complete commit history. +2024-02-27 Release 3.5.1 +------------------------ +(last merged pull request is +[#2722](https://github.com/PSLmodels/Tax-Calculator/pull/2722)) + +**This is an enhancement and bug-fix release.** + +**API Changes** + +**New Features** + + +**Bug Fixes** +- Includes `paramtools` in required packages for installation [[#2721](https://github.com/PSLmodels/Tax-Calculator/pull/2721) by Jason DeBacker] + + + 2024-02-10 Release 3.5.0 ------------------------ (last merged pull request is @@ -14,7 +31,7 @@ for a complete commit history. **New Features** - Add baseline table output to `cli` command [[#2714](https://github.com/PSLmodels/Tax-Calculator/pull/2714) by Martin Holmer] -- Additional TAXSIM-35 validation tools, serveral PRS by Bodi Yang and Jason DeBacker +- Additional TAXSIM-35 validation tools, several PRS by Bodi Yang and Jason DeBacker **Bug Fixes** - Avoid Pandas deprecation warnings[[#2715](https://github.com/PSLmodels/Tax-Calculator/pull/2785) by Martin Holmer] diff --git a/docs/index.md b/docs/index.md index 41b2140cd..81bae4fff 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}`3.5.0 (2024-02-10) ` +{doc}`3.5.1 (2024-02-27) ` If you are already using Tax-Calculator, upgrade using the following command: diff --git a/setup.py b/setup.py index 84bf4ea77..5b9d9d2ed 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ with open("README.md") as f: longdesc = f.read() -version = "3.5.0" +version = "3.5.1" config = { "description": "Tax Calculator", diff --git a/taxcalc/__init__.py b/taxcalc/__init__.py index 520ea9d96..6ee5142d1 100644 --- a/taxcalc/__init__.py +++ b/taxcalc/__init__.py @@ -14,4 +14,4 @@ from taxcalc.utils import * from taxcalc.cli import * -__version__ = '3.5.0' +__version__ = '3.5.1' From 539c144c181f6c9c51bd44e37605bf8a3ed7c430 Mon Sep 17 00:00:00 2001 From: jdebacker Date: Tue, 27 Feb 2024 10:44:44 -0500 Subject: [PATCH 2/2] update v --- taxcalc.egg-info/PKG-INFO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taxcalc.egg-info/PKG-INFO b/taxcalc.egg-info/PKG-INFO index 031857e11..5672bdfea 100644 --- a/taxcalc.egg-info/PKG-INFO +++ b/taxcalc.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: taxcalc -Version: 3.5.0 +Version: 3.5.1 Summary: taxcalc Home-page: https://github.com/PSLmodels/Tax-Calculator Download-URL: https://github.com/PSLmodels/Tax-Calculator