Skip to content

Commit

Permalink
Added 2017 MD Session
Browse files Browse the repository at this point in the history
  • Loading branch information
showerst committed Dec 15, 2016
1 parent 9ecd8a7 commit fd639a3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion openstates/md/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
{'name': '2011-2014', 'sessions': ['2011', '2011s1', '2012',
'2012s1', '2012s2', '2013', '2014'],
'start_year': 2011, 'end_year': 2014},
{'name': '2015-2018', 'sessions': ['2015', '2016'],
{'name': '2015-2018', 'sessions': ['2015', '2016', '2017'],
'start_year': 2015, 'end_year': 2018},
],
session_details={
Expand Down Expand Up @@ -105,6 +105,12 @@
'type': 'primary',
'_scraped_name': '2016 Regular Session',
},
'2017': {'display_name': '2017 Regular Session',
'type': 'primary',
'_scraped_name': '2017 Regular Session',
'start_date': datetime.date(2017, 1, 11),
'end_date': datetime.date(2017, 4, 10),
},
},
feature_flags=['subjects', 'events', 'influenceexplorer'],
_ignored_scraped_sessions=['1996 Regular Session',
Expand Down

0 comments on commit fd639a3

Please sign in to comment.