Skip to content

Commit

Permalink
ME: add 2025-2026 session
Browse files Browse the repository at this point in the history
  • Loading branch information
jessemortenson committed Dec 3, 2024
1 parent fe604c6 commit 04940c0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scrapers/me/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,14 @@ class Maine(State):
"name": "131st Legislature (2023-2024)",
"start_date": "2022-12-07",
"end_date": "2024-04-17",
"active": False,
},
{
"_scraped_name": "132nd Legislature",
"identifier": "132",
"name": "132nd Legislature (2025-2026)",
"start_date": "2024-12-04",
"end_date": "2025-06-18",
"active": True,
},
]
Expand Down

0 comments on commit 04940c0

Please sign in to comment.