Skip to content

Commit

Permalink
Merge pull request #1098 from PolicyEngine/feat/enable_2025
Browse files Browse the repository at this point in the history
Enable 2025 household calculations for US
  • Loading branch information
MaxGhenis authored Jan 17, 2024
2 parents d12bcc9 + cb579a1 commit 9f52cad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- bump: patch
changes:
added:
- Enabled 2025 household calculations for US
1 change: 1 addition & 0 deletions policyengine_api/country.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ def build_microsimulation_options(self) -> dict:
dict(name="wy", label="Wyoming"),
]
time_period = [
dict(name=2025, label="2025"),
dict(name=2024, label="2024"),
dict(name=2023, label="2023"),
dict(name=2022, label="2022"),
Expand Down

0 comments on commit 9f52cad

Please sign in to comment.