Skip to content

Commit

Permalink
Specify version 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholmer committed Dec 18, 2024
1 parent 870db89 commit bf3fa4f
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
18 changes: 16 additions & 2 deletions docs/about/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ Go [here](https://github.com/PSLmodels/Tax-Calculator/pulls?q=is%3Apr+is%3Aclose
for a complete commit history.


2024-12-19 Release 4.4.0
------------------------
(last merged pull request is
[#2856](https://github.com/PSLmodels/Tax-Calculator/pull/2856))

**This is an enhancement release.**

**API Changes**

**New Features**
- Make a Policy object's last budget year be flexible
[[#2856](https://github.com/PSLmodels/Tax-Calculator/pull/2856) by Jason DeBacker with minor assistance from Martin Holmer]


2024-12-16 Release 4.3.5
------------------------
(last merged pull request is
Expand All @@ -23,8 +37,8 @@ for a complete commit history.

**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]
[[#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]

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.5 (2024-12-16) <about/releases>`
{doc}`4.4.0 (2024-12-19) <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.5"
version = "4.4.0"

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.5a'
__version__ = '4.4.0'
__min_python3_version__ = 10
__max_python3_version__ = 12

0 comments on commit bf3fa4f

Please sign in to comment.