Skip to content

Commit

Permalink
Merge pull request openstates#1123 from loandy/hotfix/ar
Browse files Browse the repository at this point in the history
AR: Added new 2016 special session.
  • Loading branch information
Andy Lo committed May 18, 2016
2 parents 67384d9 + 015f7cb commit 8b03cb5
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions openstates/ar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
'name': '2015-2016',
'start_year': 2015,
'end_year': 2016,
'sessions': ['2015','2015S1', '2016S2', '2016F']
'sessions': ['2015','2015S1', '2016S2', '2016F', '2016S3'],
},
],
'session_details': {
Expand Down Expand Up @@ -111,19 +111,27 @@
},
'2016S2': {
'type': 'special',
'start_date': datetime.date(2016, 04, 06),
'end_date': datetime.date(2016, 04, 06),
'start_date': datetime.date(2016, 4, 6),
'end_date': datetime.date(2016, 4, 6),
'display_name': '2016 Second Extraordinary Session',
'_scraped_name': 'Second Extraordinary Session, 2016',
'slug': '2016S2',
},
'2016F': {
'type': 'special',
'start_date': datetime.date(2016, 04, 13),
'start_date': datetime.date(2016, 4, 13),
'end_date': datetime.date(2016, 5, 9),
'display_name': '2016 Fiscal Session',
'_scraped_name': 'Fiscal Session, 2016',
'slug': '2016F',
}
},
'2016S3': {
'type': 'special',
'start_date': datetime.date(2016, 5, 19),
'display_name': '2016 Third Extraordinary Session',
'_scraped_name': 'Third Extraordinary Session, 2016',
'slug': '2016S3',
},
},
'feature_flags': ['influenceexplorer', 'events'],
'_ignored_scraped_sessions': [
Expand Down

0 comments on commit 8b03cb5

Please sign in to comment.