Skip to content

Commit

Permalink
bump minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
rinigus committed Sep 5, 2018
1 parent 0d3f1d6 commit 48947b0
Show file tree
Hide file tree
Showing 5 changed files with 6 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 = harbour-pure-maps
VERSION = 1.4.0
VERSION = 1.4.2
RELEASE = $(NAME)-$(VERSION)
DESTDIR =
PREFIX = /usr
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
* Allow using POIs as routing points and nearby reference
* Updated translations
* Bugfix: restore map scale if navigation is stopped via clearing the map
* [1.4.2] Added Greek translation
* [1.4.2] Handle HTTP connections in dedicated threads

2018-08-26: Pure Maps 1.3
=========================
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.4.0"
__version__ = "1.4.2"

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.4.0
Version: 1.4.2
Release: 1
Summary: Maps and navigation
License: GPLv3+
Expand Down
2 changes: 1 addition & 1 deletion tools/release
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ git push
git push --tags
echo ""
echo "Add release notes and possible downloads:"
echo "https://github.com/otsaloma/pure-maps/tags"
echo "https://github.com/rinigus/pure-maps/tags"
echo ""
egrep -B 999 -m2 "==+" NEWS.md

0 comments on commit 48947b0

Please sign in to comment.