Skip to content

Commit

Permalink
Added AR 2017 Session
Browse files Browse the repository at this point in the history
  • Loading branch information
showerst committed Nov 15, 2016
1 parent a8ea78e commit abd6ffe
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions openstates/ar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@
'end_year': 2016,
'sessions': ['2015','2015S1', '2016S2', '2016F', '2016S3'],
},
{
'name': '2017-2018',
'start_year': 2017,
'end_year': 2018,
'sessions': ['2017'],
},
],
'session_details': {
'2011': {
Expand Down Expand Up @@ -132,6 +138,14 @@
'_scraped_name': 'Third Extraordinary Session, 2016',
'slug': '2016S3',
},
'2017': {
'type': 'primary',
'start_date': datetime.date(2017, 1, 12),
'end_date': datetime.date(2017, 4, 22),
'display_name': '2017 Regular Session',
'_scraped_name': 'Regular Session, 2017',
'slug': '2017R',
},
},
'feature_flags': ['influenceexplorer', 'events'],
'_ignored_scraped_sessions': [
Expand Down

0 comments on commit abd6ffe

Please sign in to comment.