From 9d42cd0264594916dbe6eb2127661e593f322a5d Mon Sep 17 00:00:00 2001 From: Rinigus Date: Sun, 26 Aug 2018 14:20:18 +0300 Subject: [PATCH] bump version --- Makefile | 2 +- NEWS.md | 11 ++++++++++- poor/__init__.py | 2 +- rpm/harbour-pure-maps.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index b1a12a9c..109add40 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # -*- coding: us-ascii-unix -*- NAME = harbour-pure-maps -VERSION = 1.2.0 +VERSION = 1.3.0 RELEASE = $(NAME)-$(VERSION) DESTDIR = PREFIX = /usr diff --git a/NEWS.md b/NEWS.md index e53459b2..a5c9ea2f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,13 @@ +2018-08-26: Pure Maps 1.3 +========================= + +* Show routing options only after destination and origin are available +* Support for Valhalla's options +* Set Stadia Maps router as a default +* adjust route layer on Mapbox Traffic styles +* Update translations +* Other small changes + 2018-08-23: Pure Maps 1.2 ========================= @@ -13,7 +23,6 @@ * Remove Cartago maps due to the expected shutdown of the service * Add English Pirate voice instructions for Valhalla routers (OSM Scout Server and Stadia Maps) - 2018-08-04: WhoGo Maps 1.1 ========================== diff --git a/poor/__init__.py b/poor/__init__.py index 986c389a..7b281083 100644 --- a/poor/__init__.py +++ b/poor/__init__.py @@ -17,7 +17,7 @@ """An application to display maps and stuff.""" -__version__ = "1.2.0" +__version__ = "1.3.0" try: import pyotherside diff --git a/rpm/harbour-pure-maps.spec b/rpm/harbour-pure-maps.spec index 3d5fe93a..fe8993f4 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.2.0 +Version: 1.3.0 Release: 1 Summary: Maps and navigation License: GPLv3+