bump version of every applications to 0.2

This commit is contained in:
Romain Bignon 2010-09-25 07:39:40 +02:00
commit 71f18ce7f6
33 changed files with 33 additions and 33 deletions

View file

@ -29,7 +29,7 @@ __all__ = ['Boobank']
class Boobank(ReplApplication):
APPNAME = 'boobank'
VERSION = '0.1'
VERSION = '0.2'
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon, Christophe Benz'
CAPS = ICapBank

View file

@ -28,7 +28,7 @@ __all__ = ['Chatoob']
class Chatoob(ReplApplication):
APPNAME = 'chatoob'
VERSION = '0.1'
VERSION = '0.2'
COPYRIGHT = 'Copyright(C) 2010 Christophe Benz'
CAPS = ICapChat

View file

@ -27,7 +27,7 @@ __all__ = ['Geolooc']
class Geolooc(ReplApplication):
APPNAME = 'geolooc'
VERSION = '0.1'
VERSION = '0.2'
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
CAPS = ICapGeolocIp

View file

@ -31,7 +31,7 @@ __all__ = ['HaveSex']
class HaveSex(ReplApplication):
APPNAME = 'havesex'
VERSION = '0.1'
VERSION = '0.2'
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
STORAGE_FILENAME = 'dating.storage'
CONFIG = {'optimizations': ''}

View file

@ -229,7 +229,7 @@ class MasstransitHildon():
class Masstransit(BaseApplication):
"Application Class"
APPNAME = 'masstransit'
VERSION = '0.1'
VERSION = '0.2'
COPYRIGHT = 'Copyright(C) 2010 Julien Hébert'
def main(self, argv):

View file

@ -77,7 +77,7 @@ class MonboobScheduler(Scheduler):
class Monboob(ReplApplication):
APPNAME = 'monboob'
VERSION = '0.1'
VERSION = '0.2'
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
CONFIG = {'interval': 15,
'domain': 'weboob.example.org',

View file

@ -23,7 +23,7 @@ from .main_window import MainWindow
class QBoobMsg(QtApplication):
APPNAME = 'qboobmsg'
VERSION = '0.1'
VERSION = '0.2'
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
def main(self, argv):

View file

@ -23,7 +23,7 @@ from .main_window import MainWindow
class QHaveSex(QtApplication):
APPNAME = 'qhavesex'
VERSION = '0.1'
VERSION = '0.2'
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
STORAGE_FILENAME = 'dating.storage'

View file

@ -23,7 +23,7 @@ from .main_window import MainWindow
class QVideoob(QtApplication):
APPNAME = 'qvideoob'
VERSION = '0.1'
VERSION = '0.2'
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
CONFIG = {'settings': {'nsfw': 1,
'sfw': 1,

View file

@ -23,7 +23,7 @@ from weboob.tools.application.qt import BackendCfg, QtApplication
class QWeboobCfg(QtApplication):
APPNAME = 'qweboobcfg'
VERSION = '0.1'
VERSION = '0.2'
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
def main(self, argv):

View file

@ -27,7 +27,7 @@ __all__ = ['Traveloob']
class Traveloob(ReplApplication):
APPNAME = 'traveloob'
VERSION = '0.1'
VERSION = '0.2'
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
CAPS = ICapTravel

View file

@ -118,7 +118,7 @@ class Player():
class Videoob(ReplApplication):
APPNAME = 'videoob'
VERSION = '0.1'
VERSION = '0.2'
COPYRIGHT = 'Copyright(C) 2010 Christophe Benz, Romain Bignon, John Obbele'
CAPS = ICapVideo

View file

@ -372,7 +372,7 @@ class MyCmd(Cmd):
class VideoobRepl(ConsoleApplication):
APPNAME = 'videoob-repl'
VERSION = '0.1'
VERSION = '0.2'
COPYRIGHT = 'Copyright(C) 2010 John Obbele'
def add_application_options(self, group):

View file

@ -29,7 +29,7 @@ __all__ = ['WeboobCfg']
class WeboobCfg(ReplApplication):
APPNAME = 'weboob-config'
VERSION = '0.1'
VERSION = '0.2'
COPYRIGHT = 'Copyright(C) 2010 Christophe Benz, Romain Bignon'
def load_default_backends(self):

View file

@ -26,7 +26,7 @@ __all__ = ['WeboobCli']
class WeboobCli(ReplApplication):
APPNAME = 'weboob-cli'
VERSION = '0.1'
VERSION = '0.2'
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
def load_default_backends(self):

View file

@ -23,7 +23,7 @@ from weboob.tools.application.repl import ReplApplication
class WeboobDebug(ReplApplication):
APPNAME = 'weboobdebug'
VERSION = '0.1'
VERSION = '0.2'
COPYRIGHT = 'Copyright(C) 2010 Christophe Benz'
def load_default_backends(self):

View file

@ -28,7 +28,7 @@ __all__ = ['Weboorrents']
class Weboorrents(ReplApplication):
APPNAME = 'weboorrents'
VERSION = '0.1'
VERSION = '0.2'
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
CAPS = ICapTorrent

View file

@ -28,7 +28,7 @@ __all__ = ['WetBoobs']
class WetBoobs(ReplApplication):
APPNAME = 'wetboobs'
VERSION = '0.1'
VERSION = '0.2'
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
CAPS = ICapWeather