Skip to content

Commit

Permalink
Merge pull request #2833 from martinholmer/reform-documentation
Browse files Browse the repository at this point in the history
Fix bug in reform documentation
  • Loading branch information
martinholmer authored Nov 7, 2024
2 parents 81bf6b0 + fad0746 commit 22b99e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.1'
__version__ = '4.3.1a'
__min_python3_version__ = 10
__max_python3_version__ = 12
2 changes: 1 addition & 1 deletion taxcalc/calculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -1248,7 +1248,7 @@ def lines(text, num_indent_spaces, max_line_length=77):
else: # if baseline is GrowDiff object
# each GrowDiff parameter has zero as default value
doc += ' baseline_value: 0.0\n'
del mdata_base
del mdata_base
return doc

# begin main logic of reform_documentation
Expand Down
2 changes: 1 addition & 1 deletion taxcalc/tests/test_taxcalcio.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def fixture_reformfile1():
"II_em": { // personal exemption amount (see indexing changes below)
"2016": 6000,
"2018": 7500,
"2020": 9000},
"2021": 9000},
"II_em-indexed": { // personal exemption amount indexing status
"2016": false, // values in future years are same as this year value
"2018": true // values in future years indexed with this year as base
Expand Down

0 comments on commit 22b99e4

Please sign in to comment.