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

Commit

Permalink
RELEASE 0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
otsaloma committed Dec 13, 2016
1 parent 82e84e3 commit 68e4b21
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 15 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-poor-maps
VERSION = 0.26.999
VERSION = 0.27

DESTDIR =
PREFIX = /usr
Expand Down
13 changes: 13 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
2016-12-13: Poor Maps 0.27
==========================

* Replace HSL geocoder and router with ones that use the new
[Digitransit API][0.27a] (adds geocoding for whole Finland,
real-time routing and experimental routing for Waltti and whole
Finland regions, #19)
* Show route summary in the maneuver list page (#28)
* Don't show time remaining in the navigation instruction block
to avoid overlapping text

[0.27a]: https://digitransit.fi/en/developers/

2016-11-26: Poor Maps 0.26.205
==============================

Expand Down
12 changes: 0 additions & 12 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,12 +0,0 @@
Poor Maps 0.27
==============

* [x] Replace HSL geocoder and router with ones that use the
[Digitransit API][0.27a] (adds geocoding for whole Finland, public
transport routing for Waltti and whole Finland regions and
real-time routing, #19)
* [x] Show route summary in the maneuver list page (#28)
* [x] Don't show time remaining in the navigation instruction block
to avoid overlapping text

[0.27a]: https://digitransit.fi/en/developers/
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__ = "0.26.999"
__version__ = "0.27"

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

0 comments on commit 68e4b21

Please sign in to comment.