Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rinigus committed Feb 2, 2019
1 parent 24639a5 commit 5b0c916
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 3 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.14.0
VERSION = 1.15.0
RELEASE = $(NAME)-$(VERSION)
DESTDIR =
PREFIX = /usr
Expand Down
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2019-02-02: Pure Maps 1.15
==========================

* Introduce minimal and full controls mode for maps view
* Rearrange buttons on the map view
* Increase position icon contrast [mosen]
* Update translations

2019-01-13: Pure Maps 1.14
==========================

Expand Down
8 changes: 8 additions & 0 deletions packaging/pure-maps.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@
</screenshots>
<metadata_license>CC-BY-SA-3.0</metadata_license>
<releases>
<release version="1.15.0" date="2019-02-02">
<description>
<p>Introduce minimal and full controls mode for maps view</p>
<p>Rearrange buttons on the map view</p>
<p>Increase position icon contrast [mosen]</p>
<p>Update translations</p>
</description>
</release>
<release version="1.14.0" date="2019-01-13">
<description>
<p>Rename POIs to bookmarks</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.14.0"
__version__ = "1.15.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.14.0
Version: 1.15.0
Release: 1
Summary: Maps and navigation
License: GPLv3+
Expand Down

0 comments on commit 5b0c916

Please sign in to comment.