diff --git a/Makefile b/Makefile index 52d8f46..9160e92 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # -*- coding: us-ascii-unix -*- NAME = harbour-poor-maps -VERSION = 0.34 +VERSION = 0.34.1 LANGS = $(basename $(notdir $(wildcard po/*.po))) DESTDIR = diff --git a/NEWS.md b/NEWS.md index 2e8a4bc..1d3a24b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,9 @@ +2018-01-06: Poor Maps 0.34.1 +============================ + +* Fix colors of black icons to match overlays +* Update translations + 2017-12-24: Poor Maps 0.34 ========================== diff --git a/TODO.md b/TODO.md index 30a7a02..e69de29 100644 --- a/TODO.md +++ b/TODO.md @@ -1,4 +0,0 @@ -Poor Maps 0.34.1/0.35 -===================== - -* [x] Fix colors of black icons to match overlays diff --git a/poor/__init__.py b/poor/__init__.py index 7fa8b26..83d698d 100644 --- a/poor/__init__.py +++ b/poor/__init__.py @@ -17,7 +17,7 @@ """An application to display maps and stuff.""" -__version__ = "0.34" +__version__ = "0.34.1" try: import pyotherside diff --git a/rpm/harbour-poor-maps.spec b/rpm/harbour-poor-maps.spec index d4f2290..d184f37 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 +Version: 0.34.1 Release: 1 Summary: Maps and navigation License: GPLv3+