Skip to content

Commit

Permalink
Added 2017 CA session
Browse files Browse the repository at this point in the history
  • Loading branch information
showerst committed Dec 20, 2016
1 parent 4b40a01 commit b8d7895
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions openstates/ca/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@
'20152016'],
'start_year': 2015, 'end_year': 2016,
},
{
'name': '20172018',
'sessions': ['20172018'],
'start_year': 2017, 'end_year': 2018,
},
],
session_details={
'20092010': {
Expand Down Expand Up @@ -129,6 +134,14 @@
'display_name': '2015-2016, 2nd Special Session',
'type': 'special'
},
'20172018': {
# 'start_date': datetime.date(2013, ?, ?),
'display_name': '2017-2018 Regular Session',
'_scraped_name': "2017-2018",
'type': 'primary',
'start_date': datetime.date(2016, 12, 5),
'end_date': datetime.date(2017, 9, 15)
},
},
feature_flags=['subjects', 'influenceexplorer'],

Expand Down

0 comments on commit b8d7895

Please sign in to comment.