From ae8bdc9c5b51c307f2bc2d8250e8f50a092926bd Mon Sep 17 00:00:00 2001 From: Osmo Salomaa Date: Thu, 15 Jun 2017 22:36:03 +0300 Subject: [PATCH] RELEASE 0.29 --- Makefile | 2 +- NEWS.md | 5 +++++ poor/__init__.py | 2 +- rpm/harbour-poor-maps.spec | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 274eb79..f7a78a9 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # -*- coding: us-ascii-unix -*- NAME = harbour-poor-maps -VERSION = 0.28.4 +VERSION = 0.29 LANGS = $(basename $(notdir $(wildcard po/*.po))) POT_FILE = po/poor-maps.pot diff --git a/NEWS.md b/NEWS.md index b0a5126..dc82490 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +2017-06-15: Poor Maps 0.29 +========================== + +* Add support for OSM Scout Server's Valhalla router + 2017-02-27: Poor Maps 0.28.4 ============================ diff --git a/poor/__init__.py b/poor/__init__.py index ece1024..e423323 100644 --- a/poor/__init__.py +++ b/poor/__init__.py @@ -17,7 +17,7 @@ """An application to display maps and stuff.""" -__version__ = "0.28.4" +__version__ = "0.29" try: import pyotherside diff --git a/rpm/harbour-poor-maps.spec b/rpm/harbour-poor-maps.spec index 460c47d..1fa3004 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.28.4 +Version: 0.29 Release: 1 Summary: Maps and navigation License: GPLv3+