Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rinigus committed Jan 6, 2019
1 parent 5fdca99 commit 0fd3ace
Show file tree
Hide file tree
Showing 5 changed files with 26 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.12.0
VERSION = 1.13.0
RELEASE = $(NAME)-$(VERSION)
DESTDIR =
PREFIX = /usr
Expand Down
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
2019-01-06: Pure Maps 1.13
==========================

* Refactor search functionality
* Provide search functionality while entering locations in navigation and nearby search
* Update translations
* Internal restructuring of POI handling
* qtcontrols: revise search field
* Bugfix: restore ability to see all search results
* Bugfix: remove temporary POIs while browsing them

2018-12-28: Pure Maps 1.12
==========================

Expand Down
13 changes: 12 additions & 1 deletion packaging/pure-maps.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,17 @@
</screenshots>
<metadata_license>CC-BY-SA-3.0</metadata_license>
<releases>
<release version="1.13.0" date="2019-01-06">
<description>
<p>Refactor search functionality</p>
<p>Provide search functionality while entering locations in navigation and nearby search</p>
<p>Update translations</p>
<p>Internal restructuring of POI handling</p>
<p>qtcontrols: revise search field</p>
<p>Bugfix: restore ability to see all search results</p>
<p>Bugfix: remove temporary POIs while browsing them</p>
</description>
</release>
<release version="1.12.0" date="2018-12-28">
<description>
<p>Keep non-bookmarked POIs only until current operation is finished</p>
Expand All @@ -46,7 +57,7 @@
<p>Update translations</p>
<p>Bugfix: Fill reverse geocoding result properly</p>
</description>
</release>
</release>
<release version="1.11.0" date="2018-12-13">
<description>
<p>Add reverse geocoding</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.12.0"
__version__ = "1.13.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.12.0
Version: 1.13.0
Release: 1
Summary: Maps and navigation
License: GPLv3+
Expand Down

0 comments on commit 0fd3ace

Please sign in to comment.