From 8cad746d9a15869aed443f7b86063d914898a64f Mon Sep 17 00:00:00 2001 From: Rinigus Date: Sun, 16 Sep 2018 21:38:02 +0300 Subject: [PATCH] bump version --- Makefile | 2 +- NEWS.md | 5 ++++- poor/__init__.py | 2 +- rpm/harbour-pure-maps.spec | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index cb54060b..e461c22d 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # -*- coding: us-ascii-unix -*- NAME = harbour-pure-maps -VERSION = 1.5.0 +VERSION = 1.5.1 RELEASE = $(NAME)-$(VERSION) DESTDIR = PREFIX = /usr diff --git a/NEWS.md b/NEWS.md index e636b513..a00dd563 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -2018-09-16: Pure Maps +2018-09-16: Pure Maps 1.5 ========================= * Switch share link to openstreetmaps.org @@ -11,6 +11,9 @@ * Update translations * Add HERE Maps: traffic and satellite * Other changes +* [1.5.1] Bugfix: Sharing position +* [1.5.1] Allow selecting maps service on sharing +* [1.5.1] Add support for public transport routing by Valhalla routers 2018-09-03: Pure Maps 1.4 ========================= diff --git a/poor/__init__.py b/poor/__init__.py index bbbc0414..1e28f181 100644 --- a/poor/__init__.py +++ b/poor/__init__.py @@ -17,7 +17,7 @@ """An application to display maps and stuff.""" -__version__ = "1.5.0" +__version__ = "1.5.1" try: import pyotherside diff --git a/rpm/harbour-pure-maps.spec b/rpm/harbour-pure-maps.spec index ca2929d3..85d288be 100644 --- a/rpm/harbour-pure-maps.spec +++ b/rpm/harbour-pure-maps.spec @@ -5,7 +5,7 @@ %define __provides_exclude_from ^%{_datadir}/.*$ Name: harbour-pure-maps -Version: 1.5.0 +Version: 1.5.1 Release: 1 Summary: Maps and navigation License: GPLv3+