Skip to content

Commit

Permalink
Changes for version 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholmer committed Oct 27, 2024
1 parent a559002 commit d5c07ea
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions docs/about/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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.0 (2024-10-02) <about/releases>`
{doc}`4.3.1 (2024-10-28) <about/releases>`

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

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.0"
version = "4.3.1"

config = {
"description": "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.0e'
__version__ = '4.3.1'
__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.0
// USING TAX-CALCULATOR 4.3.1
// WITH 2025-to-2026 INDEXING FACTOR = 1.022000
// AND 2028-to-2029 INDEXING FACTOR = 1.019400
{
Expand Down

0 comments on commit d5c07ea

Please sign in to comment.