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

Commit

Permalink
RELEASE 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
otsaloma committed Nov 15, 2017
1 parent f120a5c commit fecbc19
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 16 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-pan-bikes
VERSION = 0.2.1
VERSION = 1.0
LANGS = $(basename $(notdir $(wildcard po/*.po)))

DESTDIR =
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2017-11-15: Pan Bikes 1.0
=========================

* Add donate button to about page
* Fix string escapes in Python calls from QML
* Update translations

2017-06-23: Pan Bikes 0.2.1
===========================

Expand Down
6 changes: 0 additions & 6 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
Pan Bikes 1.0
=============

* [x] Add donate button to about page
* [x] Fix string escapes in Python calls from QML
* [x] Update translations
2 changes: 1 addition & 1 deletion pan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

"""Locations and real-time occupancy of city bike stations."""

__version__ = "0.2.1"
__version__ = "1.0"

try:
import pyotherside
Expand Down
2 changes: 1 addition & 1 deletion po/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ msgstr ""
"Last-Translator: Osmo Salomaa <[email protected]>, 2017\n"
"Language-Team: German (https://www.transifex.com/otsaloma/teams/74551/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
Expand Down
2 changes: 1 addition & 1 deletion po/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ msgstr ""
"Last-Translator: Carmen Fernández B. <[email protected]>, 2017\n"
"Language-Team: Spanish (https://www.transifex.com/otsaloma/teams/74551/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
Expand Down
2 changes: 1 addition & 1 deletion po/fi.po
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ msgstr ""
"Last-Translator: Osmo Salomaa <[email protected]>, 2017\n"
"Language-Team: Finnish (https://www.transifex.com/otsaloma/teams/74551/fi/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
Expand Down
2 changes: 1 addition & 1 deletion po/nl.po
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ msgstr ""
"Last-Translator: Nathan Follens <[email protected]>, 2017\n"
"Language-Team: Dutch (https://www.transifex.com/otsaloma/teams/74551/nl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: nl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
Expand Down
2 changes: 1 addition & 1 deletion po/pl.po
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ msgstr ""
"Last-Translator: A <[email protected]>, 2017\n"
"Language-Team: Polish (https://www.transifex.com/otsaloma/teams/74551/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
Expand Down
2 changes: 1 addition & 1 deletion po/sl_SI.po
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ msgstr ""
"Last-Translator: Boštjan Štrumbelj <[email protected]>, 2017\n"
"Language-Team: Slovenian (Slovenia) (https://www.transifex.com/otsaloma/teams/74551/sl_SI/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: sl_SI\n"
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
Expand Down
2 changes: 1 addition & 1 deletion po/sv.po
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ msgstr ""
"Last-Translator: Åke Engelbrektson <[email protected]>, 2017\n"
"Language-Team: Swedish (https://www.transifex.com/otsaloma/teams/74551/sv/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: sv\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-pan-bikes.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
%define __provides_exclude_from ^%{_datadir}/.*$

Name: harbour-pan-bikes
Version: 0.2.1
Version: 1.0
Release: 1
Summary: Locations and real-time occupancy of city bike stations
License: GPLv3+
Expand Down

0 comments on commit fecbc19

Please sign in to comment.