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

Commit

Permalink
RELEASE 0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
otsaloma committed Jun 15, 2017
1 parent f1987da commit ae8bdc9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 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.28.4
VERSION = 0.29
LANGS = $(basename $(notdir $(wildcard po/*.po)))
POT_FILE = po/poor-maps.pot

Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
============================

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.28.4"
__version__ = "0.29"

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 @@ -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+
Expand Down

0 comments on commit ae8bdc9

Please sign in to comment.