diff --git a/Makefile b/Makefile index 0842821..d29240c 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # -*- coding: us-ascii-unix -*- name = harbour-poor-maps -version = 0.3 +version = 0.4 DESTDIR = PREFIX = /usr/local datadir = $(DESTDIR)$(PREFIX)/share/$(name) diff --git a/NEWS b/NEWS index 66a995e..5c9052b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +Poor Maps 0.4 +============= + + * Add HSL Journey Planner (Helsinki Region Transport public + transportation router, reittiopas.fi) + * Add 'params' argument to routing functions + Poor Maps 0.3 ============= diff --git a/TODO b/TODO index ad058e1..c916921 100644 --- a/TODO +++ b/TODO @@ -1,10 +1,3 @@ -Poor Maps 0.4 -============= - - [X] Add HSL Journey Planner (Helsinki Region Transport public - transportation router, reittiopas.fi) - [X] Add 'params' argument to routing functions - Poor Maps 1.0 ============= diff --git a/poor/__init__.py b/poor/__init__.py index b965731..2e5fc99 100644 --- a/poor/__init__.py +++ b/poor/__init__.py @@ -17,7 +17,7 @@ """An application to display maps and stuff.""" -__version__ = "0.3" +__version__ = "0.4" try: import pyotherside diff --git a/rpm/harbour-poor-maps.spec b/rpm/harbour-poor-maps.spec index e87fb81..17a6ab3 100644 --- a/rpm/harbour-poor-maps.spec +++ b/rpm/harbour-poor-maps.spec @@ -2,7 +2,7 @@ %define __os_install_post %{___build_post} Name: harbour-poor-maps -Version: 0.3 +Version: 0.4 Release: 1 Summary: An application to display maps and stuff License: GPLv3+