From ff02c75f5950c76bb2c0fec86647248b2282fc11 Mon Sep 17 00:00:00 2001 From: Osmo Salomaa Date: Sun, 18 Feb 2018 19:45:27 +0200 Subject: [PATCH] RELEASE 0.34.2 --- Makefile | 2 +- NEWS.md | 6 ++++++ RELEASING.md | 3 --- poor/__init__.py | 2 +- rpm/harbour-poor-maps.spec | 2 +- 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 9160e92..358eeab 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # -*- coding: us-ascii-unix -*- NAME = harbour-poor-maps -VERSION = 0.34.1 +VERSION = 0.34.2 LANGS = $(basename $(notdir $(wildcard po/*.po))) DESTDIR = diff --git a/NEWS.md b/NEWS.md index 1d3a24b..f491db8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,9 @@ +2018-02-18: Poor Maps 0.34.2 +============================ + +* Fix broken share position by SMS button +* Update translations + 2018-01-06: Poor Maps 0.34.1 ============================ diff --git a/RELEASING.md b/RELEASING.md index 181f401..312ce50 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -23,7 +23,4 @@ make rpm rpmvalidation.sh rpm/*.noarch.rpm install-rpm-on-jolla rpm/*.noarch.rpm tools/release - -# Add release notes and RPM on GitHub. -# Update OpenRepos: https://openrepos.net/content/otsaloma/poor-maps ``` diff --git a/poor/__init__.py b/poor/__init__.py index 83d698d..41ae9a4 100644 --- a/poor/__init__.py +++ b/poor/__init__.py @@ -17,7 +17,7 @@ """An application to display maps and stuff.""" -__version__ = "0.34.1" +__version__ = "0.34.2" try: import pyotherside diff --git a/rpm/harbour-poor-maps.spec b/rpm/harbour-poor-maps.spec index d184f37..79d5ee2 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.34.1 +Version: 0.34.2 Release: 1 Summary: Maps and navigation License: GPLv3+