Skip to content

Commit

Permalink
Prepare version 0.2.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
invisiblefunnel committed Sep 30, 2017
1 parent 3d369c0 commit 5e11684
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
History
=======

0.2.0 (2017-09-30)
===================

* Add missing edge from fare_rules.txt to routes.txt in default dependency graph.


0.1.0 (2017-09-23)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

setup(
name='partridge',
version='0.1.0',
version='0.2.0',
description='Partridge is python library for working with GTFS feeds using pandas DataFrames.',
long_description=readme + '\n\n' + history,
author='Danny Whalen',
Expand Down

0 comments on commit 5e11684

Please sign in to comment.