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

Commit

Permalink
RELEASE 0.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
otsaloma committed Jan 21, 2017
1 parent b13bd79 commit f1b06c2
Show file tree
Hide file tree
Showing 6 changed files with 11 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.28
VERSION = 0.28.1
LANGS = $(basename $(notdir $(wildcard po/*.po)))
POT_FILE = po/poor-maps.pot

Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2017-01-21: Poor Maps 0.28.1
============================

* Fix long routes not visible before moving or zooming the map
* Add German (Germany), Spanish (Spain), French, Dutch and Swedish
translations

2017-01-04: Poor Maps 0.28
==========================

Expand Down
4 changes: 0 additions & 4 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
Poor Maps 0.28.1/0.29
=====================

* [x] Fix long routes not visible before moving or zooming the map
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"
__version__ = "0.28.1"

try:
import pyotherside
Expand Down
2 changes: 1 addition & 1 deletion qml/AboutPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Page {
font.pixelSize: Theme.fontSizeSmall
height: Theme.itemSizeExtraSmall
horizontalAlignment: Text.AlignHCenter
text: "Copyright © 2014–2016 Osmo Salomaa"
text: "Copyright © 2014–2017 Osmo Salomaa"
}
ListItemLabel {
font.pixelSize: Theme.fontSizeSmall
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
Version: 0.28.1
Release: 1
Summary: Maps and navigation
License: GPLv3+
Expand Down

0 comments on commit f1b06c2

Please sign in to comment.