Skip to content

Commit

Permalink
bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
rinigus committed Feb 17, 2019
1 parent 9e038ce commit 572e4cd
Show file tree
Hide file tree
Showing 4 changed files with 4 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.16.0
VERSION = 1.16.1
RELEASE = $(NAME)-$(VERSION)
DESTDIR =
PREFIX = /usr
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* [kirigami, qtcontrols] Load icons using Qt icon
* [kirigami, qtcontrols] Add support for translations
* Bugfixes, code cleanup
* Update translations
* [1.16.0, 1.16.1] Update translations


2019-02-02: Pure Maps 1.15
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.16.0"
__version__ = "1.16.1"

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.16.0
Version: 1.16.1
Release: 1
Summary: Maps and navigation
License: GPLv3+
Expand Down

0 comments on commit 572e4cd

Please sign in to comment.