Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rinigus committed Sep 16, 2018
1 parent a2d32f1 commit 8cad746
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 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-pure-maps
VERSION = 1.5.0
VERSION = 1.5.1
RELEASE = $(NAME)-$(VERSION)
DESTDIR =
PREFIX = /usr
Expand Down
5 changes: 4 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2018-09-16: Pure Maps
2018-09-16: Pure Maps 1.5
=========================

* Switch share link to openstreetmaps.org
Expand All @@ -11,6 +11,9 @@
* Update translations
* Add HERE Maps: traffic and satellite
* Other changes
* [1.5.1] Bugfix: Sharing position
* [1.5.1] Allow selecting maps service on sharing
* [1.5.1] Add support for public transport routing by Valhalla routers

2018-09-03: Pure Maps 1.4
=========================
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.5.0"
__version__ = "1.5.1"

try:
import pyotherside
Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-pure-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-pure-maps
Version: 1.5.0
Version: 1.5.1
Release: 1
Summary: Maps and navigation
License: GPLv3+
Expand Down

0 comments on commit 8cad746

Please sign in to comment.