Skip to content

Commit

Permalink
NH: add 2025 session
Browse files Browse the repository at this point in the history
  • Loading branch information
jessemortenson committed Dec 13, 2024
1 parent db1953b commit ca9aa06
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 ca9aa06

Please sign in to comment.