Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Commit

Permalink
RELEASE 0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
otsaloma committed Jan 4, 2017
1 parent c345127 commit 1421930
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 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-poor-maps
VERSION = 0.27
VERSION = 0.28
LANGS = $(basename $(notdir $(wildcard po/*.po)))
POT_FILE = po/poor-maps.pot

Expand Down
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2017-01-04: Poor Maps 0.28
==========================

* Add user interface translations (see the file
[`po/README.md`][0.28a] for details)

[0.28a]: https://github.com/otsaloma/poor-maps/blob/master/po/README.md

2016-12-13: Poor Maps 0.27
==========================

Expand Down
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Releasing a New Version
- `tx pull`
- `tools/check-translations`
- `make translations`
- `virtaal po/fi.po`
- `emacs po/fi.po`
- `tx push -stf`
- `git commit -a -m "Update translations for X.Y.Z"`
* Do final quality checks
Expand Down
7 changes: 0 additions & 7 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,7 +0,0 @@
Poor Maps 0.28
==============

* [x] Add user interface translations (see the file
[`po/README.md`][0.28a] for details)

[0.28a]: https://github.com/otsaloma/poor-maps/blob/master/po/README.md
3 changes: 1 addition & 2 deletions po/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ Translating Poor Maps

Translations are available at [Transifex][1]. Please use that to add and
update translations. Try to keep your translation consistent with the
[Sailfish OS translations][2] and specifically try to follow their
[language-specific style guides][3].
[Sailfish OS translations][2] and [language-specific style guides][3].

[1]: https://www.transifex.com/otsaloma/poor-maps/
[2]: https://sailfishos.org/wiki/Translate_the_OS
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__ = "0.27"
__version__ = "0.28"

try:
import pyotherside
Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-poor-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-poor-maps
Version: 0.27
Version: 0.28
Release: 1
Summary: Maps and navigation
License: GPLv3+
Expand Down

0 comments on commit 1421930

Please sign in to comment.