diff --git a/HISTORY.rst b/HISTORY.rst index 8315021..8c1b434 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,13 @@ History ======= + +0.3.0 (2017-10-12) +=================== + +* Fix service date resolution for raw_feed. Previously raw_feed considered all days of the week from calendar.txt to be active regardless of 0/1 value. + + 0.2.0 (2017-09-30) =================== diff --git a/setup.py b/setup.py index e3c220c..c2c1696 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup( name='partridge', - version='0.2.0', + version='0.3.0', description='Partridge is python library for working with GTFS feeds using pandas DataFrames.', long_description=readme + '\n\n' + history, author='Danny Whalen',