Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rinigus committed Aug 26, 2018
1 parent 43e7833 commit 9d42cd0
Show file tree
Hide file tree
Showing 4 changed files with 13 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.2.0
VERSION = 1.3.0
RELEASE = $(NAME)-$(VERSION)
DESTDIR =
PREFIX = /usr
Expand Down
11 changes: 10 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2018-08-26: Pure Maps 1.3
=========================

* Show routing options only after destination and origin are available
* Support for Valhalla's options
* Set Stadia Maps router as a default
* adjust route layer on Mapbox Traffic styles
* Update translations
* Other small changes

2018-08-23: Pure Maps 1.2
=========================

Expand All @@ -13,7 +23,6 @@
* Remove Cartago maps due to the expected shutdown of the service
* Add English Pirate voice instructions for Valhalla routers (OSM Scout Server and Stadia Maps)


2018-08-04: WhoGo Maps 1.1
==========================

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.2.0"
__version__ = "1.3.0"

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.2.0
Version: 1.3.0
Release: 1
Summary: Maps and navigation
License: GPLv3+
Expand Down

0 comments on commit 9d42cd0

Please sign in to comment.