diff --git a/Makefile b/Makefile index d937c84..5e083aa 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # -*- coding: us-ascii-unix -*- NAME = harbour-whogo-maps -VERSION = 1.0 +VERSION = 1.0.1 RELEASE = $(NAME)-$(VERSION) DESTDIR = PREFIX = /usr diff --git a/NEWS.md b/NEWS.md index e9f7f4c..65be5d7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,9 @@ +2018-06-18: WhoGo Maps 1.0.1 +============================ + +* Make distance units translatable (#39) +* Update translations + 2018-06-12: WhoGo Maps 1.0 ========================== diff --git a/poor/__init__.py b/poor/__init__.py index 90e931b..467d18a 100644 --- a/poor/__init__.py +++ b/poor/__init__.py @@ -17,7 +17,7 @@ """An application to display maps and stuff.""" -__version__ = "1.0" +__version__ = "1.0.1" try: import pyotherside diff --git a/rpm/harbour-whogo-maps.spec b/rpm/harbour-whogo-maps.spec index 968cfef..e76f62f 100644 --- a/rpm/harbour-whogo-maps.spec +++ b/rpm/harbour-whogo-maps.spec @@ -5,7 +5,7 @@ %define __provides_exclude_from ^%{_datadir}/.*$ Name: harbour-whogo-maps -Version: 1.0 +Version: 1.0.1 Release: 1 Summary: Maps and navigation License: GPLv3+