Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
lenak25 committed Jul 19, 2018
2 parents d83010d + ac49efd commit 0dceff2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion catalyst/utils/calendars/exchange_calendar_open.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ def day(self):

def __init__(self, *args, **kwargs):
super(OpenExchangeCalendar, self).__init__(
start=Timestamp('2013-4-1', tz='UTC'), **kwargs)
start=Timestamp('2015-3-1', tz='UTC'), **kwargs)
9 changes: 9 additions & 0 deletions docs/source/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Release Notes
=============

Version 0.5.17
^^^^^^^^^^^^^^
**Release Date**: 2018-07-19

Bug Fixes
~~~~~~~~~
- Reverted the start date of the trading clock to `2015-03-01`. This should be
addressed after the entire data is acquired :issue:`408`

Version 0.5.16
^^^^^^^^^^^^^^
**Release Date**: 2018-07-19
Expand Down

0 comments on commit 0dceff2

Please sign in to comment.