Skip to content

Commit

Permalink
Merge pull request #5133 from openstates/nh-2025-session
Browse files Browse the repository at this point in the history
NH: add 2025 session
  • Loading branch information
jessemortenson authored Dec 13, 2024
2 parents db1953b + ca9aa06 commit 11f7a64
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scrapers/nh/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,14 @@ class NewHampshire(State):
"name": "2024 Regular Session",
"start_date": "2024-01-03",
"end_date": "2024-06-28",
"active": False,
},
{
"identifier": "2025",
"classification": "primary",
"name": "2025 Regular Session",
"start_date": "2025-01-08",
"end_date": "2025-06-30",
"active": True,
},
]
Expand Down

0 comments on commit 11f7a64

Please sign in to comment.