From 70aefc23d5e4a4f394f903024e6992d2e5376bea Mon Sep 17 00:00:00 2001 From: Osmo Salomaa Date: Mon, 27 Feb 2017 23:30:18 +0200 Subject: [PATCH] RELEASE 0.28.4 --- Makefile | 2 +- NEWS.md | 7 +++++++ TODO.md | 5 ----- poor/__init__.py | 2 +- rpm/harbour-poor-maps.spec | 2 +- 5 files changed, 10 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index d550db2..274eb79 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # -*- coding: us-ascii-unix -*- NAME = harbour-poor-maps -VERSION = 0.28.3 +VERSION = 0.28.4 LANGS = $(basename $(notdir $(wildcard po/*.po))) POT_FILE = po/poor-maps.pot diff --git a/NEWS.md b/NEWS.md index 20bdfcd..b0a5126 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,10 @@ +2017-02-27: Poor Maps 0.28.4 +============================ + +* Fix route polyline disappearing after minimizing Poor Maps (#35) +* Fix Digitransit router not returning anything if even one of the + alternatives was fully a walking trip + 2017-02-16: Poor Maps 0.28.3 ============================ diff --git a/TODO.md b/TODO.md index 6941cb7..8b13789 100644 --- a/TODO.md +++ b/TODO.md @@ -1,6 +1 @@ -Poor Maps 0.28.4 -================ -* [x] Fix route polyline disappearing after minimizing Poor Maps (#35) -* [x] Fix Digitransit router not returning anything if even one of the - alternatives was fully a walking trip diff --git a/poor/__init__.py b/poor/__init__.py index d92d978..ece1024 100644 --- a/poor/__init__.py +++ b/poor/__init__.py @@ -17,7 +17,7 @@ """An application to display maps and stuff.""" -__version__ = "0.28.3" +__version__ = "0.28.4" try: import pyotherside diff --git a/rpm/harbour-poor-maps.spec b/rpm/harbour-poor-maps.spec index 8c303cd..460c47d 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.3 +Version: 0.28.4 Release: 1 Summary: Maps and navigation License: GPLv3+