From 36ac62d2dec9337c3b33c66bd9c28d81ce6f359d Mon Sep 17 00:00:00 2001 From: Osmo Salomaa Date: Tue, 27 Jun 2017 02:42:52 +0300 Subject: [PATCH] RELEASE 0.30 --- Makefile | 2 +- NEWS.md | 6 ++++++ TODO.md | 5 ----- poor/__init__.py | 2 +- rpm/harbour-poor-maps.spec | 2 +- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index f7a78a9..4c72023 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # -*- coding: us-ascii-unix -*- NAME = harbour-poor-maps -VERSION = 0.29 +VERSION = 0.30 LANGS = $(basename $(notdir $(wildcard po/*.po))) POT_FILE = po/poor-maps.pot diff --git a/NEWS.md b/NEWS.md index dc82490..c5428eb 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,9 @@ +2017-06-27: Poor Maps 0.30 +========================== + +* Merge OSM Scout routers (libosmscout and Valhalla) +* Fix language parameter for Mapzen/Valhalla routers + 2017-06-15: Poor Maps 0.29 ========================== diff --git a/TODO.md b/TODO.md index dec5b87..e69de29 100644 --- a/TODO.md +++ b/TODO.md @@ -1,5 +0,0 @@ -Poor Maps 0.30 -============== - -* [x] Merge OSM Scout routers (libosmscout and Valhalla) -* [x] Fix language parameter for Mapzen/Valhalla routers diff --git a/poor/__init__.py b/poor/__init__.py index e423323..715770d 100644 --- a/poor/__init__.py +++ b/poor/__init__.py @@ -17,7 +17,7 @@ """An application to display maps and stuff.""" -__version__ = "0.29" +__version__ = "0.30" try: import pyotherside diff --git a/rpm/harbour-poor-maps.spec b/rpm/harbour-poor-maps.spec index 1fa3004..2d63f12 100644 --- a/rpm/harbour-poor-maps.spec +++ b/rpm/harbour-poor-maps.spec @@ -5,7 +5,7 @@ %define __provides_exclude_from ^%{_datadir}/.*$ Name: harbour-poor-maps -Version: 0.29 +Version: 0.30 Release: 1 Summary: Maps and navigation License: GPLv3+