Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rinigus committed Oct 4, 2019
1 parent 5bc0bef commit 63b5fd4
Show file tree
Hide file tree
Showing 6 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
Expand Up @@ -2,7 +2,7 @@

NAME = pure-maps
FULLNAME = $(NAME)
VERSION = 1.25.2
VERSION = 1.26.0
RELEASE = $(NAME)-$(VERSION)
DESTDIR =
PREFIX = /usr
Expand Down
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2019-10-04: Pure Maps 1.26
==========================

* Update Navigation and Follow Me mode GUI
* Link to UBPorts documentation [jonnius]
* Add transportation icons [mosen]
* [silica] Keep text field focus after pressing clear button
* Update translations
* Bugfixes

2019-09-14: Pure Maps 1.25
==========================

Expand Down
12 changes: 12 additions & 0 deletions packaging/pure-maps.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,18 @@
</screenshots>
<metadata_license>CC-BY-SA-3.0</metadata_license>
<releases>
<release version="1.26.0" date="2019-10-04">
<description>
<ul>
<li>Update Navigation and Follow Me mode GUI</li>
<li>Link to UBPorts documentation [jonnius]</li>
<li>Add transportation icons [mosen]</li>
<li>[silica] Keep text field focus after pressing clear button</li>
<li>Update translations</li>
<li>Bugfixes</li>
</ul>
</description>
</release>
<release version="1.25.0" date="2019-09-14">
<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.25.2",
"version": "1.26.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.25.2"
__version__ = "1.26.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.25.2
Version: 1.26.0
Release: 1
Summary: Maps and navigation
License: GPLv3+
Expand Down

0 comments on commit 63b5fd4

Please sign in to comment.