bump to version 0.4

This commit is contained in:
Romain Bignon 2010-11-01 23:21:37 +01:00
commit bea732d534
41 changed files with 41 additions and 41 deletions

View file

@ -77,7 +77,7 @@ class AccountListFormatter(IFormatter):
class Boobank(ReplApplication):
APPNAME = 'boobank'
VERSION = '0.3'
VERSION = '0.4'
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon, Christophe Benz'
CAPS = ICapBank
EXTRA_FORMATTERS = {'account_list': AccountListFormatter,

View file

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

View file

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

View file

@ -28,7 +28,7 @@ __all__ = ['HaveSex']
class HaveSex(ReplApplication):
APPNAME = 'havesex'
VERSION = '0.3'
VERSION = '0.4'
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.3'
VERSION = '0.4'
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.3'
VERSION = '0.4'
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.3'
VERSION = '0.4'
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.3'
VERSION = '0.4'
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.3'
VERSION = '0.4'
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.3'
VERSION = '0.4'
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
def main(self, argv):

View file

@ -47,7 +47,7 @@ class RadioListFormatter(IFormatter):
class Radioob(ReplApplication):
APPNAME = 'radioob'
VERSION = '0.3'
VERSION = '0.4'
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
CAPS = ICapRadio
EXTRA_FORMATTERS = {'radio_list': RadioListFormatter}

View file

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

View file

@ -49,7 +49,7 @@ class VideoListFormatter(IFormatter):
class Videoob(ReplApplication):
APPNAME = 'videoob'
VERSION = '0.3'
VERSION = '0.4'
COPYRIGHT = 'Copyright(C) 2010 Christophe Benz, Romain Bignon, John Obbele'
CAPS = ICapVideo
EXTRA_FORMATTERS = {'video_list': VideoListFormatter}

View file

@ -39,7 +39,7 @@ template_lookup = TemplateLookup(directories=[os.path.join(os.path.dirname(__fil
class VideoobWeb(BaseApplication):
APPNAME = 'videoob-webserver'
VERSION = '0.3'
VERSION = '0.4'
COPYRIGHT = 'Copyright(C) 2010 Christophe Benz'
CAPS = ICapVideo
CONFIG = dict(host='localhost', port=8080)

View file

@ -33,7 +33,7 @@ __all__ = ['WebContentEdit']
class WebContentEdit(ReplApplication):
APPNAME = 'webcontentedit'
VERSION = '0.3'
VERSION = '0.4'
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
CAPS = ICapContent

View file

@ -29,7 +29,7 @@ __all__ = ['WeboobCfg']
class WeboobCfg(ReplApplication):
APPNAME = 'weboob-config'
VERSION = '0.3'
VERSION = '0.4'
COPYRIGHT = 'Copyright(C) 2010 Christophe Benz, Romain Bignon'
COMMANDS_FORMATTERS = {'backends': 'table',
'list': 'table',

View file

@ -26,7 +26,7 @@ __all__ = ['WeboobCli']
class WeboobCli(ReplApplication):
APPNAME = 'weboob-cli'
VERSION = '0.3'
VERSION = '0.4'
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.3'
VERSION = '0.4'
COPYRIGHT = 'Copyright(C) 2010 Christophe Benz'
def load_default_backends(self):

View file

@ -70,7 +70,7 @@ class TorrentListFormatter(IFormatter):
class Weboorrents(ReplApplication):
APPNAME = 'weboorrents'
VERSION = '0.3'
VERSION = '0.4'
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
CAPS = ICapTorrent
EXTRA_FORMATTERS = {'torrent_list': TorrentListFormatter,

View file

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