Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rinigus committed Sep 14, 2019
1 parent 056fcab commit d3b31e2
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

NAME = pure-maps
FULLNAME = $(NAME)
VERSION = 1.24.0
VERSION = 1.25.0
RELEASE = $(NAME)-$(VERSION)
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 @@
2019-09-14: Pure Maps 1.25
==========================

* Optional DBus activation [based on xXSparkeyy's work]
* Search function has current location bias (online providers)
* [silica] Fixing geo handler [based on xXSparkeyy's work]
* [qtcontrols,kirigami] Add clipboard support for location sharing
* [ubports] Fixes in packaging scripts [jonnius]
* Attribution button redesign
* [qtcontrols,kirigami] Improve fallback icons loading
* Update translations
* Bugfixes

2019-08-26: Pure Maps 1.24
==========================

Expand Down
15 changes: 15 additions & 0 deletions packaging/pure-maps.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,21 @@
</screenshots>
<metadata_license>CC-BY-SA-3.0</metadata_license>
<releases>
<release version="1.25.0" date="2019-09-14">
<description>
<ul>
<li>Optional DBus activation [based on xXSparkeyy's work]</li>
<li>Search function has current location bias (online providers)</li>
<li>[silica] Fixing geo handler [based on xXSparkeyy's work]</li>
<li>[qtcontrols,kirigami] Add clipboard support for location sharing</li>
<li>[ubports] Fixes in packaging scripts [jonnius]</li>
<li>Attribution button redesign</li>
<li>[qtcontrols,kirigami] Improve fallback icons loading</li>
<li>Update translations</li>
<li>Bugfixes</li>
</ul>
</description>
</release>
<release version="1.24.0" date="2019-08-26">
<description>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion packaging/ubports/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"desktop": "pure-maps.desktop"
}
},
"version": "1.24.1",
"version": "1.25.0",
"maintainer": "Jonatan Hatakeyama Zeidler <[email protected]>",
"framework" : "ubuntu-sdk-16.04"
}
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.24.0"
__version__ = "1.25.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.24.0
Version: 1.25.0
Release: 1
Summary: Maps and navigation
License: GPLv3+
Expand Down

0 comments on commit d3b31e2

Please sign in to comment.