diff --git a/HISTORY.rst b/HISTORY.rst index 2b7cd37..b618864 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,15 @@ History ======= +0.6.0 (2018-02-21) +------------------ + +* Published package no longer includes unnecessary fixtures to reduce the size. +* Naively write a feed object to a zip file with `ptg.write_feed_dangerously`. +* Read the earliest, busiest date and it's `service_id`s from a feed with `ptg.read_busiest_date`. +* Bug fix: Handle calendar.txt/calendar_dates.txt entries w/o applicable trips. + + 0.6.0.dev1 (2018-01-23) ----------------------- diff --git a/partridge/__version__.py b/partridge/__version__.py index 0bd6278..ef7eb44 100644 --- a/partridge/__version__.py +++ b/partridge/__version__.py @@ -1 +1 @@ -__version__ = '0.6.0.dev1' +__version__ = '0.6.0'