Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Commit

Permalink
RELEASE 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
otsaloma committed Feb 11, 2015
1 parent f7b0ea5 commit 644831d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Poor Maps 0.18.1
================

* Fix updating tiles after major recentering of map

Poor Maps 0.18
==============

Expand Down
6 changes: 1 addition & 5 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -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?)
Expand Down
2 changes: 1 addition & 1 deletion poor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

"""An application to display maps and stuff."""

__version__ = "0.18"
__version__ = "0.18.1"

try:
import pyotherside
Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-poor-maps.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down

0 comments on commit 644831d

Please sign in to comment.