Skip to content

Commit

Permalink
Merge pull request #5110 from openstates/me-2025-session
Browse files Browse the repository at this point in the history
ME: add 2025-2026 session
  • Loading branch information
jessemortenson authored Dec 3, 2024
2 parents fe604c6 + 04940c0 commit 677e2db
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 677e2db

Please sign in to comment.