bump version to 0.9

This commit is contained in:
Christopher Roy Bratusek 2013-09-20 21:59:58 +02:00
parent d80c692443
commit bf9ac2ce00
3 changed files with 8 additions and 2 deletions

View File

@ -10,7 +10,7 @@ from PyQt4.QtCore import pyqtSignature
from Ui_AboutQwad import Ui_Dialog
def Version():
return "0.8"
return "0.9"
def Author():
return "Christopher Roy Bratusek <nano@tuxfamily.org>"

View File

@ -26,7 +26,7 @@ class MultipleOption(Option):
else:
Option.take_action(self, action, dest, opt, value, values, parser)
VERSION = '0.8'
VERSION = '0.9'
def opts():
description = """NUS-Downloader, WadManager and TMD-Viewer for Linux"""

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
qwad (0.9-1nano) unstable; urgency=low
* New upstream stable release
-- Christopher Roy Bratusek <nano@tuxfamily.org> Fri, 20 Sep 2013 22:00:10 +0200
qwad (0.8-1nano) unstable; urgency=low
* New upstream bugfix release