Skip to content

Commit

Permalink
Merge pull request #47 from UDST/v0.2.0-prep
Browse files Browse the repository at this point in the history
v0.2.0 prep
  • Loading branch information
sablanchard authored Nov 1, 2018
2 parents 6dcf49f + 4930773 commit 571da46
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
v0.2.0
======

2018/11/02

* Python 3 compatibility (preserving compatibility with Python 2)
* Updated demo for cross compatibility
* Added Python 3 to travis
* Support latest version of Pandana v0.4.1 (preserving compatibility with prior versions)
* Removed integration test using Great Britain dataset as data no longer available for download
* Updated readme and docs

v0.1.0
======

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

setup(
name='urbanaccess',
version='0.2.dev2',
version='0.2.0',
license='AGPL',
description=description,
long_description=long_description,
Expand Down
2 changes: 1 addition & 1 deletion urbanaccess/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
from .gtfsfeeds import *
from .plot import *

__version__ = "0.2.dev2"
__version__ = "0.2.0"

version = __version__

0 comments on commit 571da46

Please sign in to comment.