bump version of backends and applications to 0.3

This commit is contained in:
Romain Bignon 2010-10-11 10:31:44 +02:00
commit c959feacac
36 changed files with 36 additions and 36 deletions

View file

@ -26,7 +26,7 @@ __all__ = ['Boobank']
class Boobank(ReplApplication):
APPNAME = 'boobank'
VERSION = '0.2'
VERSION = '0.3'
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.2'
VERSION = '0.3'
COPYRIGHT = 'Copyright(C) 2010 Christophe Benz'
CAPS = ICapChat

View file

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

View file

@ -31,7 +31,7 @@ __all__ = ['HaveSex']
class HaveSex(ReplApplication):
APPNAME = 'havesex'
VERSION = '0.2'
VERSION = '0.3'
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.2'
VERSION = '0.3'
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.2'
VERSION = '0.3'
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.2'
VERSION = '0.3'
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.2'
VERSION = '0.3'
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.2'
VERSION = '0.3'
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.2'
VERSION = '0.3'
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.2'
VERSION = '0.3'
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
CAPS = ICapTravel

View file

@ -26,7 +26,7 @@ __all__ = ['Videoob']
class Videoob(ReplApplication):
APPNAME = 'videoob'
VERSION = '0.2'
VERSION = '0.3'
COPYRIGHT = 'Copyright(C) 2010 Christophe Benz, Romain Bignon, John Obbele'
CAPS = ICapVideo

View file

@ -29,7 +29,7 @@ __all__ = ['WeboobCfg']
class WeboobCfg(ReplApplication):
APPNAME = 'weboob-config'
VERSION = '0.2'
VERSION = '0.3'
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.2'
VERSION = '0.3'
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
SYNOPSIS = 'Usage: %prog [-dqv] [-b backends] [-cnfs] capability method [arguments..]\n'
SYNOPSIS += ' %prog [--help] [--version]'

View file

@ -23,7 +23,7 @@ from weboob.tools.application.repl import ReplApplication
class WeboobDebug(ReplApplication):
APPNAME = 'weboobdebug'
VERSION = '0.2'
VERSION = '0.3'
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.2'
VERSION = '0.3'
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
CAPS = ICapTorrent

View file

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