Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Commit

Permalink
RELEASE 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
otsaloma committed Jun 18, 2018
1 parent 29aaa87 commit a96117f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
==========================

Expand Down
2 changes: 1 addition & 1 deletion poor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

"""An application to display maps and stuff."""

__version__ = "1.0"
__version__ = "1.0.1"

try:
import pyotherside
Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-whogo-maps.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down

0 comments on commit a96117f

Please sign in to comment.