From 48947b0355c0c57635cb451dabc769a250ea8aee Mon Sep 17 00:00:00 2001 From: Rinigus Date: Wed, 5 Sep 2018 18:02:44 +0300 Subject: [PATCH] bump minor release --- Makefile | 2 +- NEWS.md | 2 ++ poor/__init__.py | 2 +- rpm/harbour-pure-maps.spec | 2 +- tools/release | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 1922b311..c216d135 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # -*- coding: us-ascii-unix -*- NAME = harbour-pure-maps -VERSION = 1.4.0 +VERSION = 1.4.2 RELEASE = $(NAME)-$(VERSION) DESTDIR = PREFIX = /usr diff --git a/NEWS.md b/NEWS.md index aa7fad38..3694488b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -11,6 +11,8 @@ * Allow using POIs as routing points and nearby reference * Updated translations * Bugfix: restore map scale if navigation is stopped via clearing the map +* [1.4.2] Added Greek translation +* [1.4.2] Handle HTTP connections in dedicated threads 2018-08-26: Pure Maps 1.3 ========================= diff --git a/poor/__init__.py b/poor/__init__.py index a4cf9f14..0bb71068 100644 --- a/poor/__init__.py +++ b/poor/__init__.py @@ -17,7 +17,7 @@ """An application to display maps and stuff.""" -__version__ = "1.4.0" +__version__ = "1.4.2" try: import pyotherside diff --git a/rpm/harbour-pure-maps.spec b/rpm/harbour-pure-maps.spec index 79bdc982..3c97e685 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.4.0 +Version: 1.4.2 Release: 1 Summary: Maps and navigation License: GPLv3+ diff --git a/tools/release b/tools/release index e412d05d..56eb3184 100755 --- a/tools/release +++ b/tools/release @@ -12,6 +12,6 @@ git push git push --tags echo "" echo "Add release notes and possible downloads:" -echo "https://github.com/otsaloma/pure-maps/tags" +echo "https://github.com/rinigus/pure-maps/tags" echo "" egrep -B 999 -m2 "==+" NEWS.md