Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rinigus committed Dec 13, 2018
1 parent cc39f85 commit 072ad38
Show file tree
Hide file tree
Showing 5 changed files with 22 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 = pure-maps
VERSION = 1.10.1
VERSION = 1.11.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,10 +1,19 @@
2018-12-13: Pure Maps 1.11
=========================

* Add reverse geocoding
* Move geocoder, guide, and router selection into menus
* Redesign Search page
* Follow Me and Navigation are switched through menus
* Update translations

2018-12-04: Pure Maps 1.10
=========================

* Add support for online and offline profiles
* Add position uncertainty indicator
* Add facility for TTS testing in Preferences
* [1.10.1] Updated translations
* [1.10.1] Update translations
* [1.10.1] Small bugfix

2018-11-20: Pure Maps 1.9
Expand Down
9 changes: 9 additions & 0 deletions packaging/pure-maps.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@
</screenshots>
<metadata_license>CC-BY-SA-3.0</metadata_license>
<releases>
<release version="1.11.0" date="2018-12-13">
<description>
<p>Add reverse geocoding</p>
<p>Move geocoder, guide, and router selection into menus</p>
<p>Redesign Search page</p>
<p>Follow Me and Navigation are switched through menus</p>
<p>Update translations</p>
</description>
</release>
<release version="1.10.0" date="2018-12-04">
<description>
<p>Add support for online and offline profiles</p>
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.10.1"
__version__ = "1.11.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.10.1
Version: 1.11.0
Release: 1
Summary: Maps and navigation
License: GPLv3+
Expand Down

0 comments on commit 072ad38

Please sign in to comment.