Skip to content

Commit

Permalink
Merge pull request #5107 from openstates/mo-2025-session
Browse files Browse the repository at this point in the history
MO: add 2025 session
  • Loading branch information
jessemortenson authored Dec 2, 2024
2 parents e5f0646 + 84f82f8 commit 3ae3a73
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scrapers/mo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,15 @@ class Missouri(State):
"name": "2024 Regular Session",
"start_date": "2024-01-03",
"end_date": "2024-05-17",
"active": False,
},
{
"_scraped_name": "2025 Regular Session",
"classification": "primary",
"identifier": "2025",
"name": "2025 Regular Session",
"start_date": "2025-01-08",
"end_date": "2025-05-16",
"active": True,
},
]
Expand Down

0 comments on commit 3ae3a73

Please sign in to comment.