taxcalc 4.3.2__py3-none-any.whl → 4.3.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
taxcalc/__init__.py CHANGED
@@ -14,6 +14,6 @@ from taxcalc.taxcalcio import *
14
14
  from taxcalc.utils import *
15
15
  from taxcalc.cli import *
16
16
 
17
- __version__ = '4.3.2'
17
+ __version__ = '4.3.3'
18
18
  __min_python3_version__ = 10
19
19
  __max_python3_version__ = 12
taxcalc/policy.py CHANGED
@@ -38,7 +38,7 @@ class Policy(Parameters):
38
38
  DEFAULTS_FILE_NAME = 'policy_current_law.json'
39
39
  DEFAULTS_FILE_PATH = os.path.abspath(os.path.dirname(__file__))
40
40
  JSON_START_YEAR = 2013 # remains the same unless earlier data added
41
- LAST_KNOWN_YEAR = 2024 # last year for which indexed param vals are known
41
+ LAST_KNOWN_YEAR = 2025 # last year for which indexed param vals are known
42
42
  # should increase LAST_KNOWN_YEAR by one every calendar year
43
43
  LAST_BUDGET_YEAR = 2034 # last extrapolation year
44
44
  # should increase LAST_BUDGET_YEAR by one every calendar year