Skip to content

Commit

Permalink
IN: 2025 prefiles (#5147)
Browse files Browse the repository at this point in the history
  • Loading branch information
showerst authored Dec 20, 2024
1 parent 6c77852 commit 866ab60
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scrapers/in/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,15 @@ class Indiana(State):
"name": "2024 Regular Session",
"start_date": "2024-01-08",
"end_date": "2024-03-14", # https://iga.in.gov/session/2024/deadlines
"active": False,
},
{
"_scraped_name": "First Regular Session 124th General Assembly (2025)",
"classification": "primary",
"identifier": "2025",
"name": "2025 Regular Session",
"start_date": "2025-01-09",
"end_date": "2025-04-29",
"active": True,
},
]
Expand Down

0 comments on commit 866ab60

Please sign in to comment.