Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rinigus committed Oct 28, 2018
1 parent 6b21fcc commit 28f2c7a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2018-10-28: Pure Maps 1.8
=========================

* Separate QML code into platform-dependent and platform-independent parts
* Add support for Qt Quick Controls 2
* Add support for packaging using Flatpak
* Fix page stack wrapper bug
* Updated translations

2018-10-04: Pure Maps 1.7
=========================
Expand Down
3 changes: 2 additions & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ tools/manage-keys strip .
git status
emacs poor/__init__.py rpm/*.spec Makefile
emacs NEWS.md TODO.md
make rpm
make rpm-silica
make flatpak
git status
```
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.7.1"
__version__ = "1.8.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.7.1
Version: 1.8.0
Release: 1
Summary: Maps and navigation
License: GPLv3+
Expand Down

0 comments on commit 28f2c7a

Please sign in to comment.