Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rinigus committed Aug 23, 2018
1 parent 2ccca12 commit 6046d63
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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.1
VERSION = 1.2.0
RELEASE = $(NAME)-$(VERSION)
DESTDIR =
PREFIX = /usr
Expand All @@ -23,7 +23,7 @@ endef

check:
pyflakes geocoders guides poor routers
find . -name "*.json" -exec jsonlint -qc {} \;
find . -name "*.json" -exec jsonlint -q {} \;

clean:
rm -rf dist
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2018-08-: Pure Maps 1.2
2018-08-23: Pure Maps 1.2
=========================

* Add support for map matching via OSM Scout Server
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.1"
__version__ = "1.2.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.1
Version: 1.2.0
Release: 1
Summary: Maps and navigation
License: GPLv3+
Expand Down

0 comments on commit 6046d63

Please sign in to comment.