From 644831dbfcaed99aa8abec837fc03d93aaaacfc0 Mon Sep 17 00:00:00 2001 From: Osmo Salomaa Date: Wed, 11 Feb 2015 22:06:04 +0200 Subject: [PATCH] RELEASE 0.18.1 --- Makefile | 2 +- NEWS.md | 5 +++++ TODO.md | 6 +----- poor/__init__.py | 2 +- rpm/harbour-poor-maps.spec | 2 +- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index becb6d7..8812466 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # -*- coding: us-ascii-unix -*- name = harbour-poor-maps -version = 0.18 +version = 0.18.1 DESTDIR = PREFIX = /usr/local datadir = $(DESTDIR)$(PREFIX)/share/$(name) diff --git a/NEWS.md b/NEWS.md index a76bd35..26cb11a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +Poor Maps 0.18.1 +================ + + * Fix updating tiles after major recentering of map + Poor Maps 0.18 ============== diff --git a/TODO.md b/TODO.md index 8bb1642..b0d7c82 100644 --- a/TODO.md +++ b/TODO.md @@ -1,11 +1,7 @@ -Poor Maps 0.18.1 -================ - - * [X] Fix updating tiles after major recentering of map - Poor Maps 1.0 ============= + * Add more Mapbox basemaps (Street, Emerald?) * Add a QtSensors Compass arrow that shows which way one is facing * Add ability to import a route from file * Add voice guidance (espeak?) diff --git a/poor/__init__.py b/poor/__init__.py index 2a693bb..67ecff2 100644 --- a/poor/__init__.py +++ b/poor/__init__.py @@ -17,7 +17,7 @@ """An application to display maps and stuff.""" -__version__ = "0.18" +__version__ = "0.18.1" try: import pyotherside diff --git a/rpm/harbour-poor-maps.spec b/rpm/harbour-poor-maps.spec index 56b4903..9d3f5a1 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.18 +Version: 0.18.1 Release: 1 Summary: An application to display maps and stuff License: GPLv3+