From 572e4cdecd5c033a24965ca51371a058182fcff2 Mon Sep 17 00:00:00 2001 From: Rinigus Date: Sun, 17 Feb 2019 20:01:55 +0200 Subject: [PATCH] bump minor version --- Makefile | 2 +- NEWS.md | 2 +- poor/__init__.py | 2 +- rpm/harbour-pure-maps.spec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 023dd04b..683c6636 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # -*- coding: us-ascii-unix -*- NAME = pure-maps -VERSION = 1.16.0 +VERSION = 1.16.1 RELEASE = $(NAME)-$(VERSION) DESTDIR = PREFIX = /usr diff --git a/NEWS.md b/NEWS.md index 7d4a8073..9759e97d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -8,7 +8,7 @@ * [kirigami, qtcontrols] Load icons using Qt icon * [kirigami, qtcontrols] Add support for translations * Bugfixes, code cleanup -* Update translations +* [1.16.0, 1.16.1] Update translations 2019-02-02: Pure Maps 1.15 diff --git a/poor/__init__.py b/poor/__init__.py index 354b7a59..51788a69 100644 --- a/poor/__init__.py +++ b/poor/__init__.py @@ -17,7 +17,7 @@ """An application to display maps and stuff.""" -__version__ = "1.16.0" +__version__ = "1.16.1" try: import pyotherside diff --git a/rpm/harbour-pure-maps.spec b/rpm/harbour-pure-maps.spec index 0ac8c93c..59b8f41d 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.16.0 +Version: 1.16.1 Release: 1 Summary: Maps and navigation License: GPLv3+