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

Commit

Permalink
RELEASE 0.34.3
Browse files Browse the repository at this point in the history
  • Loading branch information
otsaloma committed Apr 2, 2018
1 parent 7b22ec6 commit b8e8337
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 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.34.2
VERSION = 0.34.3
LANGS = $(basename $(notdir $(wildcard po/*.po)))

DESTDIR =
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2018-04-02: Poor Maps 0.34.3
============================

* Remove Mapzen providers due to shutdown of services (#67)
* Revert back to an image canvas for the route polyline (#61)
* Update translations

2018-02-18: Poor Maps 0.34.2
============================

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

* [x] Remove Mapzen providers due to shutdown of services (#67)
* [x] Revert back to an image canvas for the route polyline (#61)
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.34.2"
__version__ = "0.34.3"

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

0 comments on commit b8e8337

Please sign in to comment.