Skip to content

Commit

Permalink
AR: Added second extraordinary session to 2013-2014 term
Browse files Browse the repository at this point in the history
  • Loading branch information
twneale committed Jul 9, 2014
1 parent 69b7698 commit 571fcbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openstates/ar/__init__.py
Expand Up @@ -23,7 +23,7 @@
{'name': '2013-2014',
'start_year': 2013,
'end_year': 2014,
'sessions': ['2013', '2013S1', '2014', '2014F']}
'sessions': ['2013', '2013S1', '2014', '2014F', '2014S2']}
],
session_details={
'2011': {'start_date': datetime.date(2011, 1, 10),
Expand All @@ -50,7 +50,7 @@
'_scraped_name': 'First Extraordinary Session, 2013',
'type': 'special',
'slug': '2013S1',
}
},
'2014': {'start_date': datetime.date(2014, 2, 10),
'display_name': '2014 Regular Session',
'_scraped_name': 'Regular Session, 2014',
Expand Down

0 comments on commit 571fcbe

Please sign in to comment.