diff --git a/contrib/videoob_web/videoob_web/videoob_web.py b/contrib/videoob_web/videoob_web/videoob_web.py index c4ed2937..ee180f93 100644 --- a/contrib/videoob_web/videoob_web/videoob_web.py +++ b/contrib/videoob_web/videoob_web/videoob_web.py @@ -41,7 +41,7 @@ template_lookup = TemplateLookup(directories=[os.path.join(os.path.dirname(__fil class VideoobWeb(BaseApplication): APPNAME = 'videoob-webserver' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz' DESCRIPTION = 'WSGI web server application allowing to search for videos on various websites.' CAPS = ICapVideo diff --git a/docs/source/conf.py b/docs/source/conf.py index f0db8efa..dc5707cb 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -47,9 +47,9 @@ copyright = u'2010-2012, Weboob Team' # built documents. # # The short X.Y version. -version = '0.g' +version = '0.h' # The full version, including alpha/beta/rc tags. -release = '0.g' +release = '0.h' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/modules/750g/backend.py b/modules/750g/backend.py index 4df3af63..0784cffa 100644 --- a/modules/750g/backend.py +++ b/modules/750g/backend.py @@ -34,7 +34,7 @@ class SevenFiftyGramsBackend(BaseBackend, ICapRecipe): NAME = '750g' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'750g French recipe website' LICENSE = 'AGPLv3+' BROWSER = SevenFiftyGramsBrowser diff --git a/modules/adecco/backend.py b/modules/adecco/backend.py index a6eb8536..e1649ea0 100644 --- a/modules/adecco/backend.py +++ b/modules/adecco/backend.py @@ -33,7 +33,7 @@ class AdeccoBackend(BaseBackend, ICapJob): DESCRIPTION = u'adecco website' MAINTAINER = u'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' - VERSION = '0.g' + VERSION = '0.h' BROWSER = AdeccoBrowser diff --git a/modules/allocine/backend.py b/modules/allocine/backend.py index 86790c0b..fb00c923 100644 --- a/modules/allocine/backend.py +++ b/modules/allocine/backend.py @@ -31,7 +31,7 @@ class AllocineBackend(BaseBackend, ICapCinema): NAME = 'allocine' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'AlloCiné French cinema database service' LICENSE = 'AGPLv3+' BROWSER = AllocineBrowser diff --git a/modules/allrecipes/backend.py b/modules/allrecipes/backend.py index cb19e508..f1f1b768 100644 --- a/modules/allrecipes/backend.py +++ b/modules/allrecipes/backend.py @@ -31,7 +31,7 @@ class AllrecipesBackend(BaseBackend, ICapRecipe): NAME = 'allrecipes' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'Allrecipes English recipe website' LICENSE = 'AGPLv3+' BROWSER = AllrecipesBrowser diff --git a/modules/ameli/backend.py b/modules/ameli/backend.py index cc070b14..5a49fe31 100644 --- a/modules/ameli/backend.py +++ b/modules/ameli/backend.py @@ -31,7 +31,7 @@ class AmeliBackend(BaseBackend, ICapBill): DESCRIPTION = u'Ameli website: French Health Insurance' MAINTAINER = u'Christophe Lampin' EMAIL = 'weboob@lampin.net' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' BROWSER = AmeliBrowser CONFIG = BackendConfig(ValueBackendPassword('login', diff --git a/modules/amelipro/backend.py b/modules/amelipro/backend.py index e334083d..bfcedee0 100644 --- a/modules/amelipro/backend.py +++ b/modules/amelipro/backend.py @@ -31,7 +31,7 @@ class AmeliProBackend(BaseBackend, ICapBill): DESCRIPTION = u'Ameli website: French Health Insurance for Professionals' MAINTAINER = u'Christophe Lampin' EMAIL = 'weboob@lampin.net' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' BROWSER = AmeliProBrowser CONFIG = BackendConfig(ValueBackendPassword('login', diff --git a/modules/americanexpress/backend.py b/modules/americanexpress/backend.py index 7770f21e..3445a7dc 100644 --- a/modules/americanexpress/backend.py +++ b/modules/americanexpress/backend.py @@ -33,7 +33,7 @@ class AmericanExpressBackend(BaseBackend, ICapBank): NAME = 'americanexpress' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'American Express French bank website' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False), diff --git a/modules/apec/backend.py b/modules/apec/backend.py index 36f82ee3..a892158c 100644 --- a/modules/apec/backend.py +++ b/modules/apec/backend.py @@ -33,7 +33,7 @@ class ApecBackend(BaseBackend, ICapJob): DESCRIPTION = u'apec website' MAINTAINER = u'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' - VERSION = '0.g' + VERSION = '0.h' BROWSER = ApecBrowser diff --git a/modules/arretsurimages/backend.py b/modules/arretsurimages/backend.py index 651c5b6e..c875fe83 100644 --- a/modules/arretsurimages/backend.py +++ b/modules/arretsurimages/backend.py @@ -34,7 +34,7 @@ class ArretSurImagesBackend(BaseBackend, ICapVideo, ICapCollection): DESCRIPTION = u'arretsurimages website' MAINTAINER = u'franek' EMAIL = 'franek@chicour.net' - VERSION = '0.g' + VERSION = '0.h' CONFIG = BackendConfig(ValueBackendPassword('login', label='email', masked=False), ValueBackendPassword('password', label='Password')) diff --git a/modules/arte/backend.py b/modules/arte/backend.py index aec0425d..307e82fe 100644 --- a/modules/arte/backend.py +++ b/modules/arte/backend.py @@ -35,7 +35,7 @@ class ArteBackend(BaseBackend, ICapVideo, ICapCollection): NAME = 'arte' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'Arte French and German TV' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(Value('lang', label='Lang of videos', diff --git a/modules/attilasub/backend.py b/modules/attilasub/backend.py index 8a2be8f1..10a79294 100644 --- a/modules/attilasub/backend.py +++ b/modules/attilasub/backend.py @@ -31,7 +31,7 @@ class AttilasubBackend(BaseBackend, ICapSubtitle): NAME = 'attilasub' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = '"Attila\'s Website 2.0" French subtitles' LICENSE = 'AGPLv3+' LANGUAGE_LIST = ['fr'] diff --git a/modules/aum/backend.py b/modules/aum/backend.py index 148d06c5..337ad331 100644 --- a/modules/aum/backend.py +++ b/modules/aum/backend.py @@ -60,7 +60,7 @@ class AuMBackend(BaseBackend, ICapMessages, ICapMessagesPost, ICapDating, ICapCh NAME = 'aum' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = u'"Adopte un Mec" French dating website' CONFIG = BackendConfig(Value('username', label='Username'), diff --git a/modules/axabanque/backend.py b/modules/axabanque/backend.py index 1d6d997b..acc0b45d 100644 --- a/modules/axabanque/backend.py +++ b/modules/axabanque/backend.py @@ -32,7 +32,7 @@ class AXABanqueBackend(BaseBackend, ICapBank): NAME = 'axabanque' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'AXA Banque French bank website' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', regexp='\d+', masked=False), diff --git a/modules/banquepopulaire/backend.py b/modules/banquepopulaire/backend.py index defa18a0..c7bdd14b 100644 --- a/modules/banquepopulaire/backend.py +++ b/modules/banquepopulaire/backend.py @@ -33,7 +33,7 @@ class BanquePopulaireBackend(BaseBackend, ICapBank): NAME = 'banquepopulaire' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'Banque Populaire French bank website' LICENSE = 'AGPLv3+' website_choices = OrderedDict([(k, u'%s (%s)' % (v, k)) for k, v in sorted({ diff --git a/modules/barclays/backend.py b/modules/barclays/backend.py index 00d31ca6..7718f1ac 100644 --- a/modules/barclays/backend.py +++ b/modules/barclays/backend.py @@ -32,7 +32,7 @@ class BarclaysBackend(BaseBackend, ICapBank): NAME = 'barclays' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'Barclays French bank website' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False), diff --git a/modules/bnporc/backend.py b/modules/bnporc/backend.py index b921fa9f..fee6d34b 100644 --- a/modules/bnporc/backend.py +++ b/modules/bnporc/backend.py @@ -40,7 +40,7 @@ class BNPorcBackend(BaseBackend, ICapBank, ICapMessages): NAME = 'bnporc' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = 'BNP Paribas French bank website' CONFIG = BackendConfig( diff --git a/modules/boursorama/backend.py b/modules/boursorama/backend.py index f503ef82..28b3eb3e 100644 --- a/modules/boursorama/backend.py +++ b/modules/boursorama/backend.py @@ -37,7 +37,7 @@ class BoursoramaBackend(BaseBackend, ICapBank): NAME = 'boursorama' MAINTAINER = u'Gabriel Kerneis' EMAIL = 'gabriel@kerneis.info' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = u'Boursorama French bank website' CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False), diff --git a/modules/bouygues/backend.py b/modules/bouygues/backend.py index 1d85f1c6..ff7f2d07 100644 --- a/modules/bouygues/backend.py +++ b/modules/bouygues/backend.py @@ -34,7 +34,7 @@ class BouyguesBackend(BaseBackend, ICapMessages, ICapMessagesPost): NAME = 'bouygues' MAINTAINER = u'Christophe Benz' EMAIL = 'christophe.benz@gmail.com' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'Bouygues Télécom French mobile phone provider' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(Value('login', label='Login'), diff --git a/modules/bp/backend.py b/modules/bp/backend.py index 5c5d5ba9..0e0104dd 100644 --- a/modules/bp/backend.py +++ b/modules/bp/backend.py @@ -32,7 +32,7 @@ class BPBackend(BaseBackend, ICapBank): NAME = 'bp' MAINTAINER = u'Nicolas Duhamel' EMAIL = 'nicolas@jombi.fr' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = u'La Banque Postale French bank website' CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False), diff --git a/modules/bred/backend.py b/modules/bred/backend.py index e8b1d1f0..eabafdd1 100644 --- a/modules/bred/backend.py +++ b/modules/bred/backend.py @@ -33,7 +33,7 @@ class BredBackend(BaseBackend, ICapBank): NAME = 'bred' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'BRED French bank website' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False), diff --git a/modules/btmon/backend.py b/modules/btmon/backend.py index f626433c..ea5ed6f6 100644 --- a/modules/btmon/backend.py +++ b/modules/btmon/backend.py @@ -31,7 +31,7 @@ class BtmonBackend(BaseBackend, ICapTorrent): NAME = 'btmon' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'BTMon BitTorrent database' LICENSE = 'AGPLv3+' BROWSER = BtmonBrowser diff --git a/modules/caissedepargne/backend.py b/modules/caissedepargne/backend.py index 5bc4cdee..982f03b9 100644 --- a/modules/caissedepargne/backend.py +++ b/modules/caissedepargne/backend.py @@ -32,7 +32,7 @@ class CaisseEpargneBackend(BaseBackend, ICapBank): NAME = 'caissedepargne' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'Caisse d\'Épargne French bank website' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False), diff --git a/modules/canalplus/backend.py b/modules/canalplus/backend.py index 7158ff47..02f09043 100644 --- a/modules/canalplus/backend.py +++ b/modules/canalplus/backend.py @@ -39,7 +39,7 @@ class CanalplusBackend(BaseBackend, ICapVideo, ICapCollection): NAME = 'canalplus' MAINTAINER = u'Nicolas Duhamel' EMAIL = 'nicolas@jombi.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'Canal Plus French TV' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(Value('quality', label='Quality of videos', choices=['hd', 'sd'], default='hd')) diff --git a/modules/canaltp/backend.py b/modules/canaltp/backend.py index d89084b9..7d5c3f90 100644 --- a/modules/canaltp/backend.py +++ b/modules/canaltp/backend.py @@ -30,7 +30,7 @@ class CanalTPBackend(BaseBackend, ICapTravel): NAME = 'canaltp' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = "French trains" BROWSER = CanalTP diff --git a/modules/cappedtv/backend.py b/modules/cappedtv/backend.py index 42d40159..67f0b4ca 100644 --- a/modules/cappedtv/backend.py +++ b/modules/cappedtv/backend.py @@ -23,7 +23,7 @@ class CappedBackend(BaseBackend, ICapVideo, ICapCollection): NAME = 'cappedtv' MAINTAINER = u'Lord' EMAIL = 'lord@lordtoniok.com' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'Capped.tv demoscene website' LICENSE = 'WTFPLv2' BROWSER = CappedBrowser diff --git a/modules/carrefourbanque/backend.py b/modules/carrefourbanque/backend.py index 7f93a765..cd73c0f0 100644 --- a/modules/carrefourbanque/backend.py +++ b/modules/carrefourbanque/backend.py @@ -32,7 +32,7 @@ class CarrefourBanqueBackend(BaseBackend, ICapBank): NAME = 'carrefourbanque' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'Carrefour Banque French bank website' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', regexp='\d+', masked=False), diff --git a/modules/champslibres/backend.py b/modules/champslibres/backend.py index 54d44d7c..c32b0fde 100644 --- a/modules/champslibres/backend.py +++ b/modules/champslibres/backend.py @@ -32,7 +32,7 @@ class ChampslibresBackend(BaseBackend, ICapBook): NAME = 'champslibres' MAINTAINER = u'Florent Fourcot' EMAIL = 'weboob@flo.fourcot.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'Champs Libres (Rennes) Library' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(Value('login', label='Account ID', regexp='^\d{1,15}|$'), diff --git a/modules/chronopost/backend.py b/modules/chronopost/backend.py index 48b84fee..6d455da1 100644 --- a/modules/chronopost/backend.py +++ b/modules/chronopost/backend.py @@ -32,7 +32,7 @@ class ChronopostBackend(BaseBackend, ICapParcel): DESCRIPTION = u'Chronopost website' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' BROWSER = ChronopostBrowser diff --git a/modules/cic/backend.py b/modules/cic/backend.py index 9bb71d80..cf0c0dc3 100644 --- a/modules/cic/backend.py +++ b/modules/cic/backend.py @@ -35,7 +35,7 @@ class CICBackend(BaseBackend, ICapBank): NAME = 'cic' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'CIC French bank website' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', regexp='^\d{1,13}\w$', masked=False), diff --git a/modules/citelis/backend.py b/modules/citelis/backend.py index f84d503d..4f6f2d17 100644 --- a/modules/citelis/backend.py +++ b/modules/citelis/backend.py @@ -34,7 +34,7 @@ class CitelisBackend(BaseBackend, ICapBank): MAINTAINER = u'Laurent Bachelier' EMAIL = 'laurent@bachelier.name' LICENSE = 'AGPLv3+' - VERSION = '0.g' + VERSION = '0.h' BROWSER = CitelisBrowser diff --git a/modules/cmb/backend.py b/modules/cmb/backend.py index ef507b09..34dc502f 100644 --- a/modules/cmb/backend.py +++ b/modules/cmb/backend.py @@ -49,7 +49,7 @@ class CmbBackend(BaseBackend, ICapBank): NAME = 'cmb' MAINTAINER = u'Johann Broudin' EMAIL = 'Johann.Broudin@6-8.fr' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' AUTH_CERT = os.path.dirname(__file__) AUTH_CERT += '/Verisign_Class_3_Public_Primary_Certification_Authority.pem' diff --git a/modules/cmso/backend.py b/modules/cmso/backend.py index 7844700d..615fa3d7 100644 --- a/modules/cmso/backend.py +++ b/modules/cmso/backend.py @@ -32,7 +32,7 @@ class CmsoBackend(BaseBackend, ICapBank): NAME = 'cmso' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'Crédit Mutuel Sud-Ouest French bank website' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False), diff --git a/modules/cragr/backend.py b/modules/cragr/backend.py index 96c680a8..85ee2175 100644 --- a/modules/cragr/backend.py +++ b/modules/cragr/backend.py @@ -34,7 +34,7 @@ class CragrBackend(BaseBackend, ICapBank): NAME = 'cragr' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'Crédit Agricole French bank website' LICENSE = 'AGPLv3+' website_choices = OrderedDict([(k, u'%s (%s)' % (v, k)) for k, v in sorted({ diff --git a/modules/creditcooperatif/backend.py b/modules/creditcooperatif/backend.py index 0b6146ff..d133527c 100644 --- a/modules/creditcooperatif/backend.py +++ b/modules/creditcooperatif/backend.py @@ -33,7 +33,7 @@ class CreditCooperatifBackend(BaseBackend, ICapBank): NAME = 'creditcooperatif' MAINTAINER = u'Kevin Pouget' EMAIL = 'weboob@kevin.pouget.me' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'Crédit Coopératif French bank website' LICENSE = 'AGPLv3+' auth_type = {'particular': "Interface Particuliers", diff --git a/modules/creditdunord/backend.py b/modules/creditdunord/backend.py index c66d623c..4c49e84d 100644 --- a/modules/creditdunord/backend.py +++ b/modules/creditdunord/backend.py @@ -34,7 +34,7 @@ class CreditDuNordBackend(BaseBackend, ICapBank): NAME = 'creditdunord' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'Crédit du Nord, Banque Courtois, Kolb, Tarneaud French bank website' LICENSE = 'AGPLv3+' website_choices = OrderedDict([(k, u'%s (%s)' % (v, k)) for k, v in sorted({ diff --git a/modules/creditmutuel/backend.py b/modules/creditmutuel/backend.py index 9cbe4348..0d4241bb 100644 --- a/modules/creditmutuel/backend.py +++ b/modules/creditmutuel/backend.py @@ -36,7 +36,7 @@ class CreditMutuelBackend(BaseBackend, ICapBank): NAME = 'creditmutuel' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'Crédit Mutuel French bank website' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', regexp='^\d{1,13}\w$', masked=False), diff --git a/modules/cuisineaz/backend.py b/modules/cuisineaz/backend.py index 82952ce6..29d31847 100644 --- a/modules/cuisineaz/backend.py +++ b/modules/cuisineaz/backend.py @@ -34,7 +34,7 @@ class CuisineazBackend(BaseBackend, ICapRecipe): NAME = 'cuisineaz' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'Cuisine AZ French recipe website' LICENSE = 'AGPLv3+' BROWSER = CuisineazBrowser diff --git a/modules/dailymotion/backend.py b/modules/dailymotion/backend.py index 8d904454..06de480d 100644 --- a/modules/dailymotion/backend.py +++ b/modules/dailymotion/backend.py @@ -35,7 +35,7 @@ class DailymotionBackend(BaseBackend, ICapVideo, ICapCollection): NAME = 'dailymotion' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'Dailymotion video streaming website' LICENSE = 'AGPLv3+' BROWSER = DailymotionBrowser diff --git a/modules/delubac/backend.py b/modules/delubac/backend.py index 2a6f6420..644382c4 100644 --- a/modules/delubac/backend.py +++ b/modules/delubac/backend.py @@ -32,7 +32,7 @@ class DelubacBackend(BaseBackend, ICapBank): DESCRIPTION = u'Banque Delubac & Cie' MAINTAINER = u'Noe Rubinstein' EMAIL = 'nru@budget-insight.com' - VERSION = '0.g' + VERSION = '0.h' BROWSER = DelubacBrowser diff --git a/modules/dlfp/backend.py b/modules/dlfp/backend.py index e85b4fbf..7ad0ad82 100644 --- a/modules/dlfp/backend.py +++ b/modules/dlfp/backend.py @@ -41,7 +41,7 @@ class DLFPBackend(BaseBackend, ICapMessages, ICapMessagesPost, ICapContent): NAME = 'dlfp' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = "Da Linux French Page news website" CONFIG = BackendConfig(Value('username', label='Username', default=''), diff --git a/modules/dresdenwetter/backend.py b/modules/dresdenwetter/backend.py index 852f1760..1b2aae94 100644 --- a/modules/dresdenwetter/backend.py +++ b/modules/dresdenwetter/backend.py @@ -31,7 +31,7 @@ class DresdenWetterBackend(BaseBackend, ICapGauge): NAME = 'dresdenwetter' MAINTAINER = u'Florent Fourcot' EMAIL = 'weboob@flo.fourcot.fr' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = u"Private wetter station Dresden" BROWSER = DresdenWetterBrowser diff --git a/modules/ebonics/backend.py b/modules/ebonics/backend.py index f8d059b2..6c258961 100644 --- a/modules/ebonics/backend.py +++ b/modules/ebonics/backend.py @@ -32,7 +32,7 @@ class EbonicsBackend(BaseBackend, ICapTranslate): NAME = 'ebonics' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = u'English to Ebonics translation service' BROWSER = StandardBrowser diff --git a/modules/ecrans/backend.py b/modules/ecrans/backend.py index 5e96e9a1..4fca2c72 100644 --- a/modules/ecrans/backend.py +++ b/modules/ecrans/backend.py @@ -27,7 +27,7 @@ from .tools import rssid, url2id class NewspaperEcransBackend(GenericNewspaperBackend, ICapMessages): MAINTAINER = u'Julien Hebert' EMAIL = 'juke@free.fr' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' STORAGE = {'seen': {}} NAME = 'ecrans' diff --git a/modules/ehentai/backend.py b/modules/ehentai/backend.py index ad297928..42a8a2cb 100644 --- a/modules/ehentai/backend.py +++ b/modules/ehentai/backend.py @@ -37,7 +37,7 @@ class EHentaiBackend(BaseBackend, ICapGallery, ICapCollection): NAME = 'ehentai' MAINTAINER = u'Roger Philibert' EMAIL = 'roger.philibert@gmail.com' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'E-Hentai galleries' LICENSE = 'AGPLv3+' BROWSER = EHentaiBrowser diff --git a/modules/europarl/backend.py b/modules/europarl/backend.py index 44ea532e..b521df29 100644 --- a/modules/europarl/backend.py +++ b/modules/europarl/backend.py @@ -36,7 +36,7 @@ class EuroparlBackend(BaseBackend, ICapVideo, ICapCollection): NAME = 'europarl' MAINTAINER = u'François Revol' EMAIL = 'revol@free.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'Europarl parliamentary video streaming website' LICENSE = 'AGPLv3+' BROWSER = EuroparlBrowser diff --git a/modules/fortuneo/backend.py b/modules/fortuneo/backend.py index b391ed55..e0c5dabb 100644 --- a/modules/fortuneo/backend.py +++ b/modules/fortuneo/backend.py @@ -35,7 +35,7 @@ class FortuneoBackend(BaseBackend, ICapBank): NAME = 'fortuneo' MAINTAINER = u'Gilles-Alexandre Quenot' EMAIL = 'gilles.quenot@gmail.com' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = u'Fortuneo French bank website' CONFIG = BackendConfig( diff --git a/modules/fourchan/backend.py b/modules/fourchan/backend.py index f576f350..251b677f 100644 --- a/modules/fourchan/backend.py +++ b/modules/fourchan/backend.py @@ -34,7 +34,7 @@ class FourChanBackend(BaseBackend, ICapMessages): NAME = 'fourchan' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = '4chan image board' CONFIG = BackendConfig(Value('boards', label='Boards to fetch')) diff --git a/modules/francetelevisions/backend.py b/modules/francetelevisions/backend.py index 867666cd..20557b8a 100644 --- a/modules/francetelevisions/backend.py +++ b/modules/francetelevisions/backend.py @@ -35,7 +35,7 @@ class PluzzBackend(BaseBackend, ICapVideo, ICapCollection): NAME = 'francetelevisions' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'France Télévisions video website' LICENSE = 'AGPLv3+' BROWSER = PluzzBrowser diff --git a/modules/freemobile/backend.py b/modules/freemobile/backend.py index a8d9bf66..9cf62244 100644 --- a/modules/freemobile/backend.py +++ b/modules/freemobile/backend.py @@ -33,7 +33,7 @@ class FreeMobileBackend(BaseBackend, ICapBill): NAME = 'freemobile' MAINTAINER = u'Florent Fourcot' EMAIL = 'weboob@flo.fourcot.fr' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = 'Free Mobile website' CONFIG = BackendConfig(ValueBackendPassword('login', diff --git a/modules/ganassurances/backend.py b/modules/ganassurances/backend.py index 5ca4d808..9d771fd0 100644 --- a/modules/ganassurances/backend.py +++ b/modules/ganassurances/backend.py @@ -33,7 +33,7 @@ class GanAssurancesBackend(BaseBackend, ICapBank): NAME = 'ganassurances' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'Groupama Assurances French bank website' LICENSE = 'AGPLv3+' website_choices = OrderedDict([(k, u'%s (%s)' % (v, k)) for k, v in sorted({ diff --git a/modules/gazelle/backend.py b/modules/gazelle/backend.py index dd17e8d1..d1749463 100644 --- a/modules/gazelle/backend.py +++ b/modules/gazelle/backend.py @@ -31,7 +31,7 @@ class GazelleBackend(BaseBackend, ICapTorrent): NAME = 'gazelle' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'Gazelle-based BitTorrent trackers' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(Value('domain', label='Domain (example "ssl.what.cd")'), diff --git a/modules/gdcvault/backend.py b/modules/gdcvault/backend.py index c4b77543..fd29a4aa 100644 --- a/modules/gdcvault/backend.py +++ b/modules/gdcvault/backend.py @@ -37,7 +37,7 @@ class GDCVaultBackend(BaseBackend, ICapVideo, ICapCollection): NAME = 'gdcvault' MAINTAINER = u'François Revol' EMAIL = 'revol@free.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'Game Developers Conferences Vault video streaming website' LICENSE = 'AGPLv3+' BROWSER = GDCVaultBrowser diff --git a/modules/gdfsuez/backend.py b/modules/gdfsuez/backend.py index 43774e6b..bcce1579 100644 --- a/modules/gdfsuez/backend.py +++ b/modules/gdfsuez/backend.py @@ -30,7 +30,7 @@ class GdfSuezBackend(BaseBackend, ICapBill): NAME = 'gdfsuez' MAINTAINER = u'Mathieu Jourdan' EMAIL = 'mathieu.jourdan@gresille.org' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = 'GdF-Suez website' CONFIG = BackendConfig(ValueBackendPassword('login', diff --git a/modules/geolocip/backend.py b/modules/geolocip/backend.py index f8df0f5a..00f5e799 100644 --- a/modules/geolocip/backend.py +++ b/modules/geolocip/backend.py @@ -31,7 +31,7 @@ class GeolocIpBackend(BaseBackend, ICapGeolocIp): NAME = 'geolocip' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = u"GeolocIP IP addresses geolocation service" BROWSER = BaseBrowser diff --git a/modules/googletranslate/backend.py b/modules/googletranslate/backend.py index 33d2a4bd..40d94d07 100644 --- a/modules/googletranslate/backend.py +++ b/modules/googletranslate/backend.py @@ -31,7 +31,7 @@ __all__ = ['GoogleTranslateBackend'] class GoogleTranslateBackend(BaseBackend, ICapTranslate): MAINTAINER = u'Lucien Loiseau' EMAIL = 'loiseau.lucien@gmail.com' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' NAME = 'googletranslate' DESCRIPTION = u'Google translation web service' diff --git a/modules/grooveshark/backend.py b/modules/grooveshark/backend.py index 215e655d..6793d0ad 100644 --- a/modules/grooveshark/backend.py +++ b/modules/grooveshark/backend.py @@ -29,7 +29,7 @@ class GroovesharkBackend(BaseBackend, ICapVideo): DESCRIPTION = u'grooveshark website' MAINTAINER = u'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' BROWSER = GroovesharkBrowser diff --git a/modules/hds/backend.py b/modules/hds/backend.py index 7b8eed27..46df927d 100644 --- a/modules/hds/backend.py +++ b/modules/hds/backend.py @@ -33,7 +33,7 @@ class HDSBackend(BaseBackend, ICapMessages): NAME = 'hds' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = u"Histoires de Sexe French erotic novels" STORAGE = {'seen': []} diff --git a/modules/hellobank/backend.py b/modules/hellobank/backend.py index 9c8289a3..7256ad99 100644 --- a/modules/hellobank/backend.py +++ b/modules/hellobank/backend.py @@ -40,7 +40,7 @@ class HelloBankBackend(BaseBackend, ICapBank, ICapMessages): NAME = 'hellobank' MAINTAINER = u'Christophe Lampin' EMAIL = 'weboob@lampin.net' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = 'Hello Bank ! website' CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False), diff --git a/modules/hsbc/backend.py b/modules/hsbc/backend.py index d02b6840..26138cb8 100644 --- a/modules/hsbc/backend.py +++ b/modules/hsbc/backend.py @@ -33,7 +33,7 @@ class HSBCBackend(BaseBackend, ICapBank): NAME = 'hsbc' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = 'HSBC France bank website' CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False), diff --git a/modules/imdb/backend.py b/modules/imdb/backend.py index c44ce92a..da26798e 100644 --- a/modules/imdb/backend.py +++ b/modules/imdb/backend.py @@ -31,7 +31,7 @@ class ImdbBackend(BaseBackend, ICapCinema): NAME = 'imdb' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'Internet Movie Database service' LICENSE = 'AGPLv3+' BROWSER = ImdbBrowser diff --git a/modules/ina/backend.py b/modules/ina/backend.py index 6fc45032..16dfecb4 100644 --- a/modules/ina/backend.py +++ b/modules/ina/backend.py @@ -34,7 +34,7 @@ class InaBackend(BaseBackend, ICapVideo): NAME = 'ina' MAINTAINER = u'Christophe Benz' EMAIL = 'christophe.benz@gmail.com' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'INA French TV video archives' LICENSE = 'AGPLv3+' BROWSER = InaBrowser diff --git a/modules/ing/backend.py b/modules/ing/backend.py index 206276d0..208d2f74 100644 --- a/modules/ing/backend.py +++ b/modules/ing/backend.py @@ -37,7 +37,7 @@ class INGBackend(BaseBackend, ICapBank, ICapBill): NAME = 'ing' MAINTAINER = u'Florent Fourcot' EMAIL = 'weboob@flo.fourcot.fr' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = 'ING Direct French bank website' CONFIG = BackendConfig(ValueBackendPassword('login', diff --git a/modules/inrocks/backend.py b/modules/inrocks/backend.py index 26e945bd..3b0d472b 100644 --- a/modules/inrocks/backend.py +++ b/modules/inrocks/backend.py @@ -27,7 +27,7 @@ from .tools import rssid class NewspaperInrocksBackend(GenericNewspaperBackend, ICapMessages): MAINTAINER = u'Julien Hebert' EMAIL = 'juke@free.fr' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' STORAGE = {'seen': {}} NAME = 'inrocks' diff --git a/modules/ipinfodb/backend.py b/modules/ipinfodb/backend.py index 66c9ed32..eef45113 100644 --- a/modules/ipinfodb/backend.py +++ b/modules/ipinfodb/backend.py @@ -31,7 +31,7 @@ class IpinfodbBackend(BaseBackend, ICapGeolocIp): NAME = 'ipinfodb' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = u"IPInfoDB IP addresses geolocation service" BROWSER = BaseBrowser diff --git a/modules/isohunt/backend.py b/modules/isohunt/backend.py index 633b616b..221ecda7 100644 --- a/modules/isohunt/backend.py +++ b/modules/isohunt/backend.py @@ -31,7 +31,7 @@ class IsohuntBackend(BaseBackend, ICapTorrent): NAME = 'isohunt' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'isoHunt BitTorrent tracker' LICENSE = 'AGPLv3+' BROWSER = IsohuntBrowser diff --git a/modules/izneo/backend.py b/modules/izneo/backend.py index 1e6815e1..af39de22 100644 --- a/modules/izneo/backend.py +++ b/modules/izneo/backend.py @@ -65,7 +65,7 @@ class IzneoBackend(BaseBackend, ICapGallery): NAME = 'izneo' MAINTAINER = u'Roger Philibert' EMAIL = 'roger.philibert@gmail.com' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'Izneo digital comics' LICENSE = 'AGPLv3+' BROWSER = IzneoBrowser diff --git a/modules/kickass/backend.py b/modules/kickass/backend.py index f97a511e..82c4db26 100644 --- a/modules/kickass/backend.py +++ b/modules/kickass/backend.py @@ -33,7 +33,7 @@ class KickassBackend(BaseBackend, ICapTorrent): NAME = 'kickass' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'Kickass Torrents BitTorrent tracker' LICENSE = 'AGPLv3+' BROWSER = KickassBrowser diff --git a/modules/lcl/backend.py b/modules/lcl/backend.py index bc1be03a..845ff557 100644 --- a/modules/lcl/backend.py +++ b/modules/lcl/backend.py @@ -35,7 +35,7 @@ class LCLBackend(BaseBackend, ICapBank): NAME = 'lcl' MAINTAINER = u'Pierre Mazière' EMAIL = 'pierre.maziere@gmx.com' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'Le Crédit Lyonnais French bank website' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False), diff --git a/modules/leclercmobile/backend.py b/modules/leclercmobile/backend.py index 8adad00c..4421a065 100644 --- a/modules/leclercmobile/backend.py +++ b/modules/leclercmobile/backend.py @@ -34,7 +34,7 @@ class LeclercMobileBackend(BaseBackend, ICapBill): NAME = 'leclercmobile' MAINTAINER = u'Florent Fourcot' EMAIL = 'weboob@flo.fourcot.fr' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = 'Leclerc Mobile website' CONFIG = BackendConfig(ValueBackendPassword('login', diff --git a/modules/lefigaro/backend.py b/modules/lefigaro/backend.py index aeb0b5ae..badb1c13 100644 --- a/modules/lefigaro/backend.py +++ b/modules/lefigaro/backend.py @@ -27,7 +27,7 @@ from .tools import rssid class NewspaperFigaroBackend(GenericNewspaperBackend, ICapMessages): MAINTAINER = u'Julien Hebert' EMAIL = 'juke@free.fr' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' STORAGE = {'seen': {}} NAME = 'lefigaro' diff --git a/modules/lolix/backend.py b/modules/lolix/backend.py index 15c10341..1f18188e 100644 --- a/modules/lolix/backend.py +++ b/modules/lolix/backend.py @@ -33,7 +33,7 @@ class LolixBackend(BaseBackend, ICapJob): DESCRIPTION = u'Lolix est un centre de compétences spécialisé dans les technologies à base de Logiciel Libre.' MAINTAINER = u'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' - VERSION = '0.g' + VERSION = '0.h' BROWSER = LolixBrowser diff --git a/modules/marmiton/backend.py b/modules/marmiton/backend.py index b1d7442b..3113cf09 100644 --- a/modules/marmiton/backend.py +++ b/modules/marmiton/backend.py @@ -31,7 +31,7 @@ class MarmitonBackend(BaseBackend, ICapRecipe): NAME = 'marmiton' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'Marmiton French recipe website' LICENSE = 'AGPLv3+' BROWSER = MarmitonBrowser diff --git a/modules/mediawiki/backend.py b/modules/mediawiki/backend.py index a253baa3..4c9f0921 100644 --- a/modules/mediawiki/backend.py +++ b/modules/mediawiki/backend.py @@ -34,7 +34,7 @@ class MediawikiBackend(BaseBackend, ICapContent): NAME = 'mediawiki' MAINTAINER = u'Clément Schreiner' EMAIL = 'clemux@clemux.info' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = 'Wikis running MediaWiki, like Wikipedia' CONFIG = BackendConfig(Value('url', label='URL of the Mediawiki website', default='http://en.wikipedia.org/', regexp='https?://.*'), diff --git a/modules/meteofrance/backend.py b/modules/meteofrance/backend.py index 633f9c8a..56951c49 100644 --- a/modules/meteofrance/backend.py +++ b/modules/meteofrance/backend.py @@ -31,7 +31,7 @@ class MeteofranceBackend(BaseBackend, ICapWeather): NAME = 'meteofrance' MAINTAINER = u'Cedric Defortis' EMAIL = 'cedric@aiur.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'Get forecasts from the MeteoFrance website' LICENSE = 'AGPLv3+' BROWSER = MeteofranceBrowser diff --git a/modules/minutes20/backend.py b/modules/minutes20/backend.py index 43adb887..a0cba165 100644 --- a/modules/minutes20/backend.py +++ b/modules/minutes20/backend.py @@ -27,7 +27,7 @@ from .tools import rssid class Newspaper20minutesBackend(GenericNewspaperBackend, ICapMessages): MAINTAINER = u'Julien Hebert' EMAIL = 'juke@free.fr' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' STORAGE = {'seen': {}} NAME = 'minutes20' diff --git a/modules/nettokom/backend.py b/modules/nettokom/backend.py index c2525382..4f0b2646 100644 --- a/modules/nettokom/backend.py +++ b/modules/nettokom/backend.py @@ -33,7 +33,7 @@ class NettoKomBackend(BaseBackend, ICapBill): NAME = 'nettokom' MAINTAINER = u'Florent Fourcot' EMAIL = 'weboob@flo.fourcot.fr' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = 'Nettokom website' CONFIG = BackendConfig(ValueBackendPassword('login', diff --git a/modules/newsfeed/backend.py b/modules/newsfeed/backend.py index e991c53b..5d495bf9 100644 --- a/modules/newsfeed/backend.py +++ b/modules/newsfeed/backend.py @@ -31,7 +31,7 @@ class NewsfeedBackend(BaseBackend, ICapMessages): NAME = 'newsfeed' MAINTAINER = u'Clément Schreiner' EMAIL = "clemux@clemux.info" - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = "Loads RSS and Atom feeds from any website" LICENSE = "AGPLv3+" CONFIG = BackendConfig(Value('url', label="Atom/RSS feed's url", regexp='https?://.*')) diff --git a/modules/nolifetv/backend.py b/modules/nolifetv/backend.py index 94041264..44f71749 100644 --- a/modules/nolifetv/backend.py +++ b/modules/nolifetv/backend.py @@ -36,7 +36,7 @@ class NolifeTVBackend(BaseBackend, ICapVideo, ICapCollection): NAME = 'nolifetv' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'NolifeTV French video streaming website' LICENSE = 'AGPLv3+' BROWSER = NolifeTVBrowser diff --git a/modules/nova/backend.py b/modules/nova/backend.py index 42e34640..894a1ed8 100644 --- a/modules/nova/backend.py +++ b/modules/nova/backend.py @@ -34,7 +34,7 @@ class NovaBackend(BaseBackend, ICapRadio, ICapCollection): NAME = 'nova' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'Nova French radio' LICENSE = 'AGPLv3+' BROWSER = StandardBrowser diff --git a/modules/okc/backend.py b/modules/okc/backend.py index 1a29bbc3..16c71a97 100644 --- a/modules/okc/backend.py +++ b/modules/okc/backend.py @@ -68,7 +68,7 @@ class OkCBackend(BaseBackend, ICapMessages, ICapContact, ICapMessagesPost): NAME = 'okc' MAINTAINER = u'Roger Philibert' EMAIL = 'roger.philibert@gmail.com' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = u'OkCupid dating website' CONFIG = BackendConfig(Value('username', label='Username'), diff --git a/modules/opacwebaloes/backend.py b/modules/opacwebaloes/backend.py index b3affb72..3809cae5 100644 --- a/modules/opacwebaloes/backend.py +++ b/modules/opacwebaloes/backend.py @@ -34,7 +34,7 @@ class AloesBackend(BaseBackend, ICapBook): NAME = 'opacwebaloes' MAINTAINER = u'Jeremy Monnet' EMAIL = 'jmonnet@gmail.com' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'Aloes Library software' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(Value('login', label='Account ID', regexp='^\d{1,8}\w$'), diff --git a/modules/opensubtitles/backend.py b/modules/opensubtitles/backend.py index bdf6dd82..dc6fd066 100644 --- a/modules/opensubtitles/backend.py +++ b/modules/opensubtitles/backend.py @@ -32,7 +32,7 @@ class OpensubtitlesBackend(BaseBackend, ICapSubtitle): NAME = 'opensubtitles' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'Opensubtitles subtitle website' LICENSE = 'AGPLv3+' BROWSER = OpensubtitlesBrowser diff --git a/modules/orange/backend.py b/modules/orange/backend.py index 89d497e0..1fd0d0a3 100644 --- a/modules/orange/backend.py +++ b/modules/orange/backend.py @@ -35,7 +35,7 @@ class OrangeBackend(BaseBackend, ICapAccount, ICapMessages, ICapMessagesPost): NAME = 'orange' MAINTAINER = u'Nicolas Duhamel' EMAIL = 'nicolas@jombi.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'Orange French mobile phone provider' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(Value('login', label='Login'), diff --git a/modules/ouifm/backend.py b/modules/ouifm/backend.py index 2cc6e4c3..e3d25c06 100644 --- a/modules/ouifm/backend.py +++ b/modules/ouifm/backend.py @@ -32,7 +32,7 @@ class OuiFMBackend(BaseBackend, ICapRadio, ICapCollection): NAME = 'ouifm' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'Ouï FM French radio' LICENSE = 'AGPLv3+' BROWSER = StandardBrowser diff --git a/modules/pap/backend.py b/modules/pap/backend.py index f3448920..d4cf10f9 100644 --- a/modules/pap/backend.py +++ b/modules/pap/backend.py @@ -32,7 +32,7 @@ class PapBackend(BaseBackend, ICapHousing): NAME = 'pap' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'French housing website' LICENSE = 'AGPLv3+' BROWSER = PapBrowser diff --git a/modules/parolesmania/backend.py b/modules/parolesmania/backend.py index 8f462d6f..56bea7f8 100644 --- a/modules/parolesmania/backend.py +++ b/modules/parolesmania/backend.py @@ -31,7 +31,7 @@ class ParolesmaniaBackend(BaseBackend, ICapLyrics): NAME = 'parolesmania' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'Paroles Mania lyrics website' LICENSE = 'AGPLv3+' BROWSER = ParolesmaniaBrowser diff --git a/modules/parolesmusique/backend.py b/modules/parolesmusique/backend.py index 66772d4c..80032049 100644 --- a/modules/parolesmusique/backend.py +++ b/modules/parolesmusique/backend.py @@ -29,7 +29,7 @@ class ParolesmusiqueBackend(BaseBackend, ICapLyrics): NAME = 'parolesmusique' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'paroles-musique lyrics website' LICENSE = 'AGPLv3+' BROWSER = ParolesmusiqueBrowser diff --git a/modules/parolesnet/backend.py b/modules/parolesnet/backend.py index 318e72cd..ee5882c4 100644 --- a/modules/parolesnet/backend.py +++ b/modules/parolesnet/backend.py @@ -29,7 +29,7 @@ class ParolesnetBackend(BaseBackend, ICapLyrics): NAME = 'parolesnet' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'paroles.net lyrics website' LICENSE = 'AGPLv3+' BROWSER = ParolesnetBrowser diff --git a/modules/pastealacon/backend.py b/modules/pastealacon/backend.py index 5549aee8..4e7807ab 100644 --- a/modules/pastealacon/backend.py +++ b/modules/pastealacon/backend.py @@ -37,7 +37,7 @@ class PastealaconBackend(BaseBackend, BasePasteBackend): NAME = 'pastealacon' MAINTAINER = u'Laurent Bachelier' EMAIL = 'laurent@bachelier.name' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'Paste à la con text sharing tool' LICENSE = 'AGPLv3+' BROWSER = PastealaconBrowser diff --git a/modules/pastebin/backend.py b/modules/pastebin/backend.py index f2fdd1e5..0bc419a8 100644 --- a/modules/pastebin/backend.py +++ b/modules/pastebin/backend.py @@ -36,7 +36,7 @@ class PastebinBackend(BaseBackend, BasePasteBackend): NAME = 'pastebin' MAINTAINER = u'Laurent Bachelier' EMAIL = 'laurent@bachelier.name' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'Pastebin text sharing service' LICENSE = 'AGPLv3+' BROWSER = PastebinBrowser diff --git a/modules/paypal/backend.py b/modules/paypal/backend.py index 44410510..3d1aef79 100644 --- a/modules/paypal/backend.py +++ b/modules/paypal/backend.py @@ -35,7 +35,7 @@ class PaypalBackend(BaseBackend, ICapBank): NAME = 'paypal' MAINTAINER = u'Laurent Bachelier' EMAIL = 'laurent@bachelier.name' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = u'PayPal money transfer website' CONFIG = BackendConfig(ValueBackendPassword('login', label='E-mail', masked=False), diff --git a/modules/phpbb/backend.py b/modules/phpbb/backend.py index 1dd34615..33e07e50 100644 --- a/modules/phpbb/backend.py +++ b/modules/phpbb/backend.py @@ -37,7 +37,7 @@ class PhpBBBackend(BaseBackend, ICapMessages, ICapMessagesPost): NAME = 'phpbb' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = "phpBB forum" CONFIG = BackendConfig(Value('url', label='URL of forum', regexp='https?://.*'), diff --git a/modules/piratebay/backend.py b/modules/piratebay/backend.py index f00aa3a9..b0c3d62a 100644 --- a/modules/piratebay/backend.py +++ b/modules/piratebay/backend.py @@ -32,7 +32,7 @@ class PiratebayBackend(BaseBackend, ICapTorrent): NAME = 'piratebay' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'The Pirate Bay BitTorrent tracker' LICENSE = 'AGPLv3+' BROWSER = PiratebayBrowser diff --git a/modules/podnapisi/backend.py b/modules/podnapisi/backend.py index dec5f62b..b0d6d8b9 100644 --- a/modules/podnapisi/backend.py +++ b/modules/podnapisi/backend.py @@ -32,7 +32,7 @@ class PodnapisiBackend(BaseBackend, ICapSubtitle): NAME = 'podnapisi' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'Podnapisi movies and tv series subtitle website' LICENSE = 'AGPLv3+' BROWSER = PodnapisiBrowser diff --git a/modules/popolemploi/backend.py b/modules/popolemploi/backend.py index c9fbe76b..42139e84 100644 --- a/modules/popolemploi/backend.py +++ b/modules/popolemploi/backend.py @@ -34,7 +34,7 @@ class PopolemploiBackend(BaseBackend, ICapJob): DESCRIPTION = u'Pole Emploi website' MAINTAINER = u'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' - VERSION = '0.g' + VERSION = '0.h' BROWSER = PopolemploiBrowser diff --git a/modules/presseurop/backend.py b/modules/presseurop/backend.py index 34196c7e..a34f5bff 100644 --- a/modules/presseurop/backend.py +++ b/modules/presseurop/backend.py @@ -30,7 +30,7 @@ from weboob.tools.newsfeed import Newsfeed class NewspaperPresseuropBackend(GenericNewspaperBackend, ICapMessages): MAINTAINER = u'Florent Fourcot' EMAIL = 'weboob@flo.fourcot.fr' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' STORAGE = {'seen': {}} NAME = 'presseurop' diff --git a/modules/prixcarburants/backend.py b/modules/prixcarburants/backend.py index 901eae5a..3ecfaf15 100644 --- a/modules/prixcarburants/backend.py +++ b/modules/prixcarburants/backend.py @@ -31,7 +31,7 @@ class PrixCarburantsBackend(BaseBackend, ICapPriceComparison): NAME = 'prixcarburants' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'French governement website to compare fuel prices' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(Value('zipcode', label='Zipcode', regexp='\d+')) diff --git a/modules/radiofrance/backend.py b/modules/radiofrance/backend.py index 0ef2b113..fa286bbc 100644 --- a/modules/radiofrance/backend.py +++ b/modules/radiofrance/backend.py @@ -35,7 +35,7 @@ class RadioFranceBackend(BaseBackend, ICapRadio, ICapCollection, ICapVideo): NAME = 'radiofrance' MAINTAINER = u'Laurent Bachelier' EMAIL = 'laurent@bachelier.name' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'Radios of Radio France: Inter, Info, Bleu, Culture, Musique, FIP, Le Mouv\'' LICENSE = 'AGPLv3+' BROWSER = RadioFranceBrowser diff --git a/modules/redmine/backend.py b/modules/redmine/backend.py index de2a199e..58de3716 100644 --- a/modules/redmine/backend.py +++ b/modules/redmine/backend.py @@ -39,7 +39,7 @@ class RedmineBackend(BaseBackend, ICapContent, ICapBugTracker, ICapCollection): NAME = 'redmine' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'The Redmine project management web application' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(Value('url', label='URL of the Redmine website', regexp=r'https?://.*'), diff --git a/modules/sachsen/backend.py b/modules/sachsen/backend.py index 800fa1cd..15860c34 100644 --- a/modules/sachsen/backend.py +++ b/modules/sachsen/backend.py @@ -33,7 +33,7 @@ class SachsenLevelBackend(BaseBackend, ICapGauge): NAME = 'sachsen' MAINTAINER = u'Florent Fourcot' EMAIL = 'weboob@flo.fourcot.fr' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = u"Level of Sachsen river" BROWSER = SachsenBrowser diff --git a/modules/seeklyrics/backend.py b/modules/seeklyrics/backend.py index 97a2e3ff..85e181fa 100644 --- a/modules/seeklyrics/backend.py +++ b/modules/seeklyrics/backend.py @@ -31,7 +31,7 @@ class SeeklyricsBackend(BaseBackend, ICapLyrics): NAME = 'seeklyrics' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'SeekLyrics lyrics website' LICENSE = 'AGPLv3+' BROWSER = SeeklyricsBrowser diff --git a/modules/seloger/backend.py b/modules/seloger/backend.py index 6e492441..77b819d5 100644 --- a/modules/seloger/backend.py +++ b/modules/seloger/backend.py @@ -32,7 +32,7 @@ class SeLogerBackend(BaseBackend, ICapHousing): NAME = 'seloger' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'French housing website' LICENSE = 'AGPLv3+' ICON = 'http://static.poliris.com/z/portail/svx/portals/sv6_gen/favicon.png' diff --git a/modules/sfr/backend.py b/modules/sfr/backend.py index 09c1549f..3b910f10 100644 --- a/modules/sfr/backend.py +++ b/modules/sfr/backend.py @@ -35,7 +35,7 @@ class SfrBackend(BaseBackend, ICapAccount, ICapMessages, ICapMessagesPost): NAME = 'sfr' MAINTAINER = u'Christophe Benz' EMAIL = 'christophe.benz@gmail.com' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'SFR French mobile phone provider' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(Value('login', label='Login'), diff --git a/modules/societegenerale/backend.py b/modules/societegenerale/backend.py index 83ede72f..ea5eebdc 100644 --- a/modules/societegenerale/backend.py +++ b/modules/societegenerale/backend.py @@ -36,7 +36,7 @@ class SocieteGeneraleBackend(BaseBackend, ICapBank): NAME = 'societegenerale' MAINTAINER = u'Jocelyn Jaubert' EMAIL = 'jocelyn.jaubert@gmail.com' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = u'Société Générale French bank website' CONFIG = BackendConfig( diff --git a/modules/supertoinette/backend.py b/modules/supertoinette/backend.py index a2740079..186ffc6b 100644 --- a/modules/supertoinette/backend.py +++ b/modules/supertoinette/backend.py @@ -29,7 +29,7 @@ class SupertoinetteBackend(BaseBackend, ICapRecipe): NAME = 'supertoinette' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'Super Toinette, la cuisine familiale French recipe website' LICENSE = 'AGPLv3+' BROWSER = SupertoinetteBrowser diff --git a/modules/taz/backend.py b/modules/taz/backend.py index e23385a1..9ab2ee93 100644 --- a/modules/taz/backend.py +++ b/modules/taz/backend.py @@ -27,7 +27,7 @@ from .tools import rssid, url2id class NewspaperTazBackend(GenericNewspaperBackend, ICapMessages): MAINTAINER = u'Florent Fourcot' EMAIL = 'weboob@flo.fourcot.fr' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' STORAGE = {'seen': {}} NAME = 'taz' diff --git a/modules/transilien/backend.py b/modules/transilien/backend.py index b7ebf078..f7e202b9 100644 --- a/modules/transilien/backend.py +++ b/modules/transilien/backend.py @@ -31,7 +31,7 @@ class TransilienBackend(BaseBackend, ICapTravel): NAME = 'transilien' MAINTAINER = u'Julien Hébert' EMAIL = 'juke@free.fr' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = u"Public transportation in the Paris area" BROWSER = Transilien diff --git a/modules/trictractv/backend.py b/modules/trictractv/backend.py index 4cb75bdc..bcbb6540 100644 --- a/modules/trictractv/backend.py +++ b/modules/trictractv/backend.py @@ -35,7 +35,7 @@ class TricTracTVBackend(BaseBackend, ICapVideo): NAME = 'trictractv' MAINTAINER = u'Benjamin Drieu' EMAIL = 'benjamin@drieu.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'TricTrac.tv video website' LICENSE = 'AGPLv3+' BROWSER = TricTracTVBrowser diff --git a/modules/tvsubtitles/backend.py b/modules/tvsubtitles/backend.py index 74b780c9..5b2dbe41 100644 --- a/modules/tvsubtitles/backend.py +++ b/modules/tvsubtitles/backend.py @@ -31,7 +31,7 @@ class TvsubtitlesBackend(BaseBackend, ICapSubtitle): NAME = 'tvsubtitles' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'Tvsubtitles subtitle website' LICENSE = 'AGPLv3+' BROWSER = TvsubtitlesBrowser diff --git a/modules/ups/backend.py b/modules/ups/backend.py index cb57bffc..acb8b312 100644 --- a/modules/ups/backend.py +++ b/modules/ups/backend.py @@ -32,7 +32,7 @@ class UpsBackend(BaseBackend, ICapParcel): DESCRIPTION = u'UPS website' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' BROWSER = UpsBrowser diff --git a/modules/vimeo/backend.py b/modules/vimeo/backend.py index b23637fc..bef71b19 100644 --- a/modules/vimeo/backend.py +++ b/modules/vimeo/backend.py @@ -36,7 +36,7 @@ class VimeoBackend(BaseBackend, ICapVideo, ICapCollection): NAME = 'vimeo' MAINTAINER = u'François Revol' EMAIL = 'revol@free.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'Vimeo video streaming website' LICENSE = 'AGPLv3+' BROWSER = VimeoBrowser diff --git a/modules/vlille/backend.py b/modules/vlille/backend.py index fe77b742..8d1938ad 100644 --- a/modules/vlille/backend.py +++ b/modules/vlille/backend.py @@ -31,7 +31,7 @@ class VlilleBackend(BaseBackend, ICapGauge): DESCRIPTION = u'access to vlille datas' MAINTAINER = u'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' - VERSION = '0.g' + VERSION = '0.h' BROWSER = VlilleBrowser diff --git a/modules/weather/backend.py b/modules/weather/backend.py index aa89f31d..8508576d 100644 --- a/modules/weather/backend.py +++ b/modules/weather/backend.py @@ -30,7 +30,7 @@ class WeatherBackend(BaseBackend, ICapWeather): NAME = 'weather' MAINTAINER = u'Arno Renevier' EMAIL = 'arno@renevier.net' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'Get forecasts from weather.com' LICENSE = 'AGPLv3+' BROWSER = WeatherBrowser diff --git a/modules/wordreference/backend.py b/modules/wordreference/backend.py index 1ca4d327..aa9a76d2 100644 --- a/modules/wordreference/backend.py +++ b/modules/wordreference/backend.py @@ -31,7 +31,7 @@ __all__ = ['WordReferenceBackend'] class WordReferenceBackend(BaseBackend, ICapTranslate): MAINTAINER = u'Lucien Loiseau' EMAIL = 'loiseau.lucien@gmail.com' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' NAME = 'wordreference' DESCRIPTION = u'Free online translator' diff --git a/modules/yahoo/backend.py b/modules/yahoo/backend.py index 862e5893..8b13f289 100644 --- a/modules/yahoo/backend.py +++ b/modules/yahoo/backend.py @@ -39,7 +39,7 @@ class YahooBackend(BaseBackend, ICapWeather): NAME = 'yahoo' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'Yahoo!' LICENSE = 'AGPLv3+' BROWSER = StandardBrowser diff --git a/modules/youjizz/backend.py b/modules/youjizz/backend.py index b52e5624..009bce3c 100644 --- a/modules/youjizz/backend.py +++ b/modules/youjizz/backend.py @@ -35,7 +35,7 @@ class YoujizzBackend(BaseBackend, ICapVideo, ICapCollection): NAME = 'youjizz' MAINTAINER = u'Roger Philibert' EMAIL = 'roger.philibert@gmail.com' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'YouJizz pornographic video streaming website' LICENSE = 'AGPLv3+' BROWSER = YoujizzBrowser diff --git a/modules/youporn/backend.py b/modules/youporn/backend.py index b58d7915..43d2e8e6 100644 --- a/modules/youporn/backend.py +++ b/modules/youporn/backend.py @@ -35,7 +35,7 @@ class YoupornBackend(BaseBackend, ICapVideo, ICapCollection): NAME = 'youporn' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'YouPorn pornographic video streaming website' LICENSE = 'AGPLv3+' BROWSER = YoupornBrowser diff --git a/modules/youtube/backend.py b/modules/youtube/backend.py index eca5d422..d7362727 100644 --- a/modules/youtube/backend.py +++ b/modules/youtube/backend.py @@ -48,7 +48,7 @@ class YoutubeBackend(BaseBackend, ICapVideo, ICapCollection): NAME = 'youtube' MAINTAINER = u'Laurent Bachelier' EMAIL = 'laurent@bachelier.name' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'YouTube video streaming website' LICENSE = 'AGPLv3+' BROWSER = YoutubeBrowser diff --git a/setup.py b/setup.py index b28c8943..1488d711 100755 --- a/setup.py +++ b/setup.py @@ -188,7 +188,7 @@ if not options.deps: setup( name='weboob', - version='0.g', + version='0.h', description='Weboob, Web Outside Of Browsers', long_description=open('README').read(), author='Romain Bignon', diff --git a/tools/boilerplate.py b/tools/boilerplate.py index 04290d82..a3b8dfd5 100755 --- a/tools/boilerplate.py +++ b/tools/boilerplate.py @@ -32,7 +32,7 @@ MODULE_PATH = os.getenv( TEMPLATE_PATH = os.getenv( 'TEMPLATE_PATH', os.path.realpath(os.path.join(os.path.dirname(__file__), 'boilerplate_data'))) -VERSION = '0.g' +VERSION = '0.h' TEMPLATES = TemplateLookup(directories=[TEMPLATE_PATH]) diff --git a/weboob/applications/boobank/boobank.py b/weboob/applications/boobank/boobank.py index f4eb31bf..e86dbf53 100644 --- a/weboob/applications/boobank/boobank.py +++ b/weboob/applications/boobank/boobank.py @@ -207,7 +207,7 @@ class AccountListFormatter(IFormatter): class Boobank(ReplApplication): APPNAME = 'boobank' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon, Christophe Benz' CAPS = ICapBank DESCRIPTION = "Console application allowing to list your bank accounts and get their balance, " \ diff --git a/weboob/applications/boobathon/boobathon.py b/weboob/applications/boobathon/boobathon.py index a7431673..c651e0e2 100644 --- a/weboob/applications/boobathon/boobathon.py +++ b/weboob/applications/boobathon/boobathon.py @@ -277,7 +277,7 @@ h2. Attendees class Boobathon(ReplApplication): APPNAME = 'boobathon' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2011 Romain Bignon' DESCRIPTION = 'Console application to participate to a Boobathon.' SHORT_DESCRIPTION = "participate in a Boobathon" diff --git a/weboob/applications/boobill/boobill.py b/weboob/applications/boobill/boobill.py index 244245e3..177daeca 100644 --- a/weboob/applications/boobill/boobill.py +++ b/weboob/applications/boobill/boobill.py @@ -40,7 +40,7 @@ class SubscriptionsFormatter(PrettyFormatter): class Boobill(ReplApplication): APPNAME = 'boobill' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2012 Florent Fourcot' DESCRIPTION = 'Console application allowing to get and download bills.' SHORT_DESCRIPTION = "get and download bills" diff --git a/weboob/applications/booblyrics/booblyrics.py b/weboob/applications/booblyrics/booblyrics.py index 520bb0e1..b35f0cf0 100644 --- a/weboob/applications/booblyrics/booblyrics.py +++ b/weboob/applications/booblyrics/booblyrics.py @@ -58,7 +58,7 @@ class LyricsListFormatter(PrettyFormatter): class Booblyrics(ReplApplication): APPNAME = 'booblyrics' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2013 Julien Veyssier' DESCRIPTION = "Console application allowing to search for song lyrics on various websites." SHORT_DESCRIPTION = "search and display song lyrics" diff --git a/weboob/applications/boobmsg/boobmsg.py b/weboob/applications/boobmsg/boobmsg.py index 157e0cc0..81952964 100644 --- a/weboob/applications/boobmsg/boobmsg.py +++ b/weboob/applications/boobmsg/boobmsg.py @@ -267,7 +267,7 @@ class ProfileFormatter(IFormatter): class Boobmsg(ReplApplication): APPNAME = 'boobmsg' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz' DESCRIPTION = "Console application allowing to send messages on various websites and " \ "to display message threads and contents." diff --git a/weboob/applications/boobooks/boobooks.py b/weboob/applications/boobooks/boobooks.py index a6612d37..cc069229 100644 --- a/weboob/applications/boobooks/boobooks.py +++ b/weboob/applications/boobooks/boobooks.py @@ -39,7 +39,7 @@ class RentedListFormatter(PrettyFormatter): class Boobooks(ReplApplication): APPNAME = 'boobooks' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2012 Jeremy Monnet' CAPS = ICapBook DESCRIPTION = "Console application allowing to list your books rented or booked at the library, " \ diff --git a/weboob/applications/boobtracker/boobtracker.py b/weboob/applications/boobtracker/boobtracker.py index 7b17bf4e..9cba0442 100644 --- a/weboob/applications/boobtracker/boobtracker.py +++ b/weboob/applications/boobtracker/boobtracker.py @@ -72,7 +72,7 @@ class IssuesListFormatter(PrettyFormatter): class BoobTracker(ReplApplication): APPNAME = 'boobtracker' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2011 Romain Bignon' DESCRIPTION = "Console application allowing to create, edit, view bug tracking issues." SHORT_DESCRIPTION = "manage bug tracking issues" diff --git a/weboob/applications/cineoob/cineoob.py b/weboob/applications/cineoob/cineoob.py index 042fa65a..60c8a90e 100644 --- a/weboob/applications/cineoob/cineoob.py +++ b/weboob/applications/cineoob/cineoob.py @@ -177,7 +177,7 @@ class PersonBiographyFormatter(PrettyFormatter): class Cineoob(ReplApplication): APPNAME = 'cineoob' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2013 Julien Veyssier' DESCRIPTION = "Console application allowing to search for movies and persons on various cinema databases " \ ", list persons related to a movie, list movies related to a person and list common movies " \ diff --git a/weboob/applications/comparoob/comparoob.py b/weboob/applications/comparoob/comparoob.py index aedb4589..0143b5cf 100644 --- a/weboob/applications/comparoob/comparoob.py +++ b/weboob/applications/comparoob/comparoob.py @@ -77,7 +77,7 @@ class PricesFormatter(PrettyFormatter): class Comparoob(ReplApplication): APPNAME = 'comparoob' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2012 Romain Bignon' DESCRIPTION = "Console application to compare products." SHORT_DESCRIPTION = "compare products" diff --git a/weboob/applications/cookboob/cookboob.py b/weboob/applications/cookboob/cookboob.py index afa835c9..6a7bbcdf 100644 --- a/weboob/applications/cookboob/cookboob.py +++ b/weboob/applications/cookboob/cookboob.py @@ -75,7 +75,7 @@ class RecipeListFormatter(PrettyFormatter): class Cookboob(ReplApplication): APPNAME = 'cookboob' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2013 Julien Veyssier' DESCRIPTION = "Console application allowing to search for recipes on various websites." SHORT_DESCRIPTION = "search and consult recipes" diff --git a/weboob/applications/flatboob/flatboob.py b/weboob/applications/flatboob/flatboob.py index 9c47c34e..8c31740b 100644 --- a/weboob/applications/flatboob/flatboob.py +++ b/weboob/applications/flatboob/flatboob.py @@ -75,7 +75,7 @@ class HousingListFormatter(PrettyFormatter): class Flatboob(ReplApplication): APPNAME = 'flatboob' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2012 Romain Bignon' DESCRIPTION = "Console application to search for housing." SHORT_DESCRIPTION = "search for housing" diff --git a/weboob/applications/galleroob/galleroob.py b/weboob/applications/galleroob/galleroob.py index 47160a27..9107e94c 100644 --- a/weboob/applications/galleroob/galleroob.py +++ b/weboob/applications/galleroob/galleroob.py @@ -48,7 +48,7 @@ class GalleryListFormatter(PrettyFormatter): class Galleroob(ReplApplication): APPNAME = 'galleroob' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = u'Copyright(C) 2011 Noé Rubinstein' DESCRIPTION = 'galleroob browses and downloads web image galleries' SHORT_DESCRIPTION = 'browse and download web image galleries' diff --git a/weboob/applications/geolooc/geolooc.py b/weboob/applications/geolooc/geolooc.py index 0b858fcc..da3aaae7 100644 --- a/weboob/applications/geolooc/geolooc.py +++ b/weboob/applications/geolooc/geolooc.py @@ -29,7 +29,7 @@ __all__ = ['Geolooc'] class Geolooc(ReplApplication): APPNAME = 'geolooc' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' DESCRIPTION = "Console application allowing to geolocalize IP addresses." SHORT_DESCRIPTION = "geolocalize IP addresses" diff --git a/weboob/applications/handjoob/handjoob.py b/weboob/applications/handjoob/handjoob.py index 01b9d547..fd2ce38c 100644 --- a/weboob/applications/handjoob/handjoob.py +++ b/weboob/applications/handjoob/handjoob.py @@ -75,7 +75,7 @@ class JobAdvertListFormatter(PrettyFormatter): class Handjoob(ReplApplication): APPNAME = 'handjoob' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2012 Bezleputh' DESCRIPTION = "Console application to search for a job." SHORT_DESCRIPTION = "search for a job" diff --git a/weboob/applications/havedate/havedate.py b/weboob/applications/havedate/havedate.py index ad0151b8..095cf2a3 100644 --- a/weboob/applications/havedate/havedate.py +++ b/weboob/applications/havedate/havedate.py @@ -48,7 +48,7 @@ class EventListFormatter(PrettyFormatter): class HaveDate(Boobmsg): APPNAME = 'havedate' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2010-2012 Romain Bignon' DESCRIPTION = "Console application allowing to interact with various dating websites " \ "and to optimize seduction algorithmically." diff --git a/weboob/applications/masstransit/masstransit.py b/weboob/applications/masstransit/masstransit.py index 836babdb..cc6ec905 100644 --- a/weboob/applications/masstransit/masstransit.py +++ b/weboob/applications/masstransit/masstransit.py @@ -278,7 +278,7 @@ class MasstransitHildon(): class Masstransit(BaseApplication): "Application Class" APPNAME = 'masstransit' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2010-2011 Julien Hébert' DESCRIPTION = "Maemo application allowing to search for train stations and get departure times." SHORT_DESCRIPTION = "search for train stations and departures" diff --git a/weboob/applications/monboob/monboob.py b/weboob/applications/monboob/monboob.py index d55dfceb..3b54ccba 100644 --- a/weboob/applications/monboob/monboob.py +++ b/weboob/applications/monboob/monboob.py @@ -87,7 +87,7 @@ class MonboobScheduler(Scheduler): class Monboob(ReplApplication): APPNAME = 'monboob' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' DESCRIPTION = 'Daemon allowing to regularly check for new messages on various websites, ' \ 'and send an email for each message, and post a reply to a message on a website.' diff --git a/weboob/applications/parceloob/parceloob.py b/weboob/applications/parceloob/parceloob.py index bf05d6b5..c0561511 100644 --- a/weboob/applications/parceloob/parceloob.py +++ b/weboob/applications/parceloob/parceloob.py @@ -79,7 +79,7 @@ class StatusFormatter(IFormatter): class Parceloob(ReplApplication): APPNAME = 'parceloob' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2013 Romain Bignon' CAPS = ICapParcel DESCRIPTION = "Console application to track your parcels." diff --git a/weboob/applications/pastoob/pastoob.py b/weboob/applications/pastoob/pastoob.py index 0fc70f1b..c9321a2b 100644 --- a/weboob/applications/pastoob/pastoob.py +++ b/weboob/applications/pastoob/pastoob.py @@ -36,7 +36,7 @@ __all__ = ['Pastoob'] class Pastoob(ReplApplication): APPNAME = 'pastoob' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2011-2013 Laurent Bachelier' DESCRIPTION = "Console application allowing to post and get pastes from pastebins." SHORT_DESCRIPTION = "post and get pastes from pastebins" diff --git a/weboob/applications/qboobmsg/qboobmsg.py b/weboob/applications/qboobmsg/qboobmsg.py index 0e29d08d..e0bf282a 100644 --- a/weboob/applications/qboobmsg/qboobmsg.py +++ b/weboob/applications/qboobmsg/qboobmsg.py @@ -26,7 +26,7 @@ from .main_window import MainWindow class QBoobMsg(QtApplication): APPNAME = 'qboobmsg' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' DESCRIPTION = "Qt application allowing to read messages on various websites and reply to them." SHORT_DESCRIPTION = "send and receive message threads" diff --git a/weboob/applications/qcineoob/qcineoob.py b/weboob/applications/qcineoob/qcineoob.py index 23b6dbee..fd005733 100644 --- a/weboob/applications/qcineoob/qcineoob.py +++ b/weboob/applications/qcineoob/qcineoob.py @@ -28,7 +28,7 @@ from .main_window import MainWindow class QCineoob(QtApplication): APPNAME = 'qcineoob' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2013 Julien Veyssier' DESCRIPTION = "Qt application allowing to search movies, people, torrent and subtitles." SHORT_DESCRIPTION = "search movies, people, torrent and subtitles" diff --git a/weboob/applications/qcookboob/qcookboob.py b/weboob/applications/qcookboob/qcookboob.py index 5e7a9fbd..35bfe3d6 100644 --- a/weboob/applications/qcookboob/qcookboob.py +++ b/weboob/applications/qcookboob/qcookboob.py @@ -26,7 +26,7 @@ from .main_window import MainWindow class QCookboob(QtApplication): APPNAME = 'qcookboob' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2013 Julien Veyssier' DESCRIPTION = "Qt application allowing to search recipes." SHORT_DESCRIPTION = "search recipes" diff --git a/weboob/applications/qflatboob/qflatboob.py b/weboob/applications/qflatboob/qflatboob.py index 7da2966c..08db9e0f 100644 --- a/weboob/applications/qflatboob/qflatboob.py +++ b/weboob/applications/qflatboob/qflatboob.py @@ -27,7 +27,7 @@ from .main_window import MainWindow class QFlatBoob(QtApplication): APPNAME = 'qflatboob' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2010-2012 Romain Bignon' DESCRIPTION = "Qt application to search for housing." SHORT_DESCRIPTION = "search for housing" diff --git a/weboob/applications/qhandjoob/qhandjoob.py b/weboob/applications/qhandjoob/qhandjoob.py index 3ad73698..0b993167 100644 --- a/weboob/applications/qhandjoob/qhandjoob.py +++ b/weboob/applications/qhandjoob/qhandjoob.py @@ -27,7 +27,7 @@ from .main_window import MainWindow class QHandJoob(QtApplication): APPNAME = 'qhandjoob' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = u'Copyright(C) 2013 Sébastien Monel' DESCRIPTION = "Qt application to search for job." SHORT_DESCRIPTION = "search for job" diff --git a/weboob/applications/qhavedate/qhavedate.py b/weboob/applications/qhavedate/qhavedate.py index 24ab7c3e..a0a14ee9 100644 --- a/weboob/applications/qhavedate/qhavedate.py +++ b/weboob/applications/qhavedate/qhavedate.py @@ -26,7 +26,7 @@ from .main_window import MainWindow class QHaveDate(QtApplication): APPNAME = 'qhavedate' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2010-2012 Romain Bignon' DESCRIPTION = "Qt application allowing to interact with various dating websites." SHORT_DESCRIPTION = "interact with dating websites" diff --git a/weboob/applications/qvideoob/qvideoob.py b/weboob/applications/qvideoob/qvideoob.py index 4b015084..ed4165c5 100644 --- a/weboob/applications/qvideoob/qvideoob.py +++ b/weboob/applications/qvideoob/qvideoob.py @@ -26,7 +26,7 @@ from .main_window import MainWindow class QVideoob(QtApplication): APPNAME = 'qvideoob' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' DESCRIPTION = "Qt application allowing to search videos on various websites and play them." SHORT_DESCRIPTION = "search and play videos" diff --git a/weboob/applications/qwebcontentedit/qwebcontentedit.py b/weboob/applications/qwebcontentedit/qwebcontentedit.py index a8158b08..00b2dfb9 100644 --- a/weboob/applications/qwebcontentedit/qwebcontentedit.py +++ b/weboob/applications/qwebcontentedit/qwebcontentedit.py @@ -25,7 +25,7 @@ from .main_window import MainWindow class QWebContentEdit(QtApplication): APPNAME = 'qwebcontentedit' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = u'Copyright(C) 2011 Clément Schreiner' DESCRIPTION = "Qt application allowing to manage content of various websites." SHORT_DESCRIPTION = "manage websites content" diff --git a/weboob/applications/qweboobcfg/qweboobcfg.py b/weboob/applications/qweboobcfg/qweboobcfg.py index 859fee24..d7ada5eb 100644 --- a/weboob/applications/qweboobcfg/qweboobcfg.py +++ b/weboob/applications/qweboobcfg/qweboobcfg.py @@ -24,7 +24,7 @@ from weboob.tools.application.qt import BackendCfg, QtApplication class QWeboobCfg(QtApplication): APPNAME = 'qweboobcfg' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' DESCRIPTION = "weboob-config-qt is a graphical application to add/edit/remove backends, " \ "and to register new website accounts." diff --git a/weboob/applications/radioob/radioob.py b/weboob/applications/radioob/radioob.py index 5895e653..8e38529b 100644 --- a/weboob/applications/radioob/radioob.py +++ b/weboob/applications/radioob/radioob.py @@ -48,7 +48,7 @@ class RadioListFormatter(PrettyFormatter): class Radioob(ReplApplication): APPNAME = 'radioob' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2010-2012 Romain Bignon' DESCRIPTION = "Console application allowing to search for web radio stations, listen to them and get information " \ "like the current song." diff --git a/weboob/applications/suboob/suboob.py b/weboob/applications/suboob/suboob.py index bd7f01a6..88be1beb 100644 --- a/weboob/applications/suboob/suboob.py +++ b/weboob/applications/suboob/suboob.py @@ -87,7 +87,7 @@ class SubtitleListFormatter(PrettyFormatter): class Suboob(ReplApplication): APPNAME = 'suboob' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2013 Julien Veyssier' DESCRIPTION = "Console application allowing to search for subtitles on various services " \ "and download them." diff --git a/weboob/applications/translaboob/translaboob.py b/weboob/applications/translaboob/translaboob.py index 280441e5..e3592a97 100644 --- a/weboob/applications/translaboob/translaboob.py +++ b/weboob/applications/translaboob/translaboob.py @@ -47,7 +47,7 @@ class XmlTranslationFormatter(IFormatter): class Translaboob(ReplApplication): APPNAME = 'translaboob' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2012 Lucien Loiseau' DESCRIPTION = "Console application to translate text from one language to another" SHORT_DESCRIPTION = "translate text from one language to another" diff --git a/weboob/applications/traveloob/traveloob.py b/weboob/applications/traveloob/traveloob.py index 31095356..21d0528e 100644 --- a/weboob/applications/traveloob/traveloob.py +++ b/weboob/applications/traveloob/traveloob.py @@ -31,7 +31,7 @@ __all__ = ['Traveloob'] class Traveloob(ReplApplication): APPNAME = 'traveloob' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' DESCRIPTION = "Console application allowing to search for train stations and get departure times." SHORT_DESCRIPTION = "search for train stations and departures" diff --git a/weboob/applications/videoob/videoob.py b/weboob/applications/videoob/videoob.py index b595c513..8db052b6 100644 --- a/weboob/applications/videoob/videoob.py +++ b/weboob/applications/videoob/videoob.py @@ -52,7 +52,7 @@ class VideoListFormatter(PrettyFormatter): class Videoob(ReplApplication): APPNAME = 'videoob' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz, Romain Bignon, John Obbele' DESCRIPTION = "Console application allowing to search for videos on various websites, " \ "play and download them and get information." diff --git a/weboob/applications/webcontentedit/webcontentedit.py b/weboob/applications/webcontentedit/webcontentedit.py index be7a5309..9e125c6a 100644 --- a/weboob/applications/webcontentedit/webcontentedit.py +++ b/weboob/applications/webcontentedit/webcontentedit.py @@ -37,7 +37,7 @@ __all__ = ['WebContentEdit'] class WebContentEdit(ReplApplication): APPNAME = 'webcontentedit' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' DESCRIPTION = "Console application allowing to display and edit contents on various websites." SHORT_DESCRIPTION = "manage websites content" diff --git a/weboob/applications/weboobcfg/weboobcfg.py b/weboob/applications/weboobcfg/weboobcfg.py index beac87ed..3fd7150f 100644 --- a/weboob/applications/weboobcfg/weboobcfg.py +++ b/weboob/applications/weboobcfg/weboobcfg.py @@ -33,7 +33,7 @@ __all__ = ['WeboobCfg'] class WeboobCfg(ReplApplication): APPNAME = 'weboob-config' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2010-2012 Christophe Benz, Romain Bignon' DESCRIPTION = "Weboob-Config is a console application to add/edit/remove backends, " \ "and to register new website accounts." diff --git a/weboob/applications/weboobcli/weboobcli.py b/weboob/applications/weboobcli/weboobcli.py index 8288809d..f764d242 100644 --- a/weboob/applications/weboobcli/weboobcli.py +++ b/weboob/applications/weboobcli/weboobcli.py @@ -28,7 +28,7 @@ __all__ = ['WeboobCli'] class WeboobCli(ReplApplication): APPNAME = 'weboob-cli' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' SYNOPSIS = 'Usage: %prog [-dqv] [-b backends] [-cnfs] capability method [arguments..]\n' SYNOPSIS += ' %prog [--help] [--version]' diff --git a/weboob/applications/weboobdebug/weboobdebug.py b/weboob/applications/weboobdebug/weboobdebug.py index 6b4e0d90..00a8b9da 100644 --- a/weboob/applications/weboobdebug/weboobdebug.py +++ b/weboob/applications/weboobdebug/weboobdebug.py @@ -26,7 +26,7 @@ from weboob.tools.application.base import BaseApplication class WeboobDebug(BaseApplication): APPNAME = 'weboobdebug' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz' DESCRIPTION = "Weboob-Debug is a console application to debug backends." SHORT_DESCRIPTION = "debug backends" diff --git a/weboob/applications/weboobrepos/weboobrepos.py b/weboob/applications/weboobrepos/weboobrepos.py index 9b8fac8f..49e2b2ad 100644 --- a/weboob/applications/weboobrepos/weboobrepos.py +++ b/weboob/applications/weboobrepos/weboobrepos.py @@ -39,7 +39,7 @@ __all__ = ['WeboobRepos'] class WeboobRepos(ReplApplication): APPNAME = 'weboob-repos' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2012 Romain Bignon' DESCRIPTION = "Weboob-repos is a console application to manage a Weboob Repository." SHORT_DESCRIPTION = "manage a weboob repository" diff --git a/weboob/applications/weboorrents/weboorrents.py b/weboob/applications/weboorrents/weboorrents.py index c416c992..9d6767c5 100644 --- a/weboob/applications/weboorrents/weboorrents.py +++ b/weboob/applications/weboorrents/weboorrents.py @@ -91,7 +91,7 @@ class TorrentListFormatter(PrettyFormatter): class Weboorrents(ReplApplication): APPNAME = 'weboorrents' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2010-2012 Romain Bignon' DESCRIPTION = "Console application allowing to search for torrents on various trackers " \ "and download .torrent files." diff --git a/weboob/applications/wetboobs/wetboobs.py b/weboob/applications/wetboobs/wetboobs.py index 6fde363e..59f6983a 100644 --- a/weboob/applications/wetboobs/wetboobs.py +++ b/weboob/applications/wetboobs/wetboobs.py @@ -61,7 +61,7 @@ class CitiesFormatter(PrettyFormatter): class WetBoobs(ReplApplication): APPNAME = 'wetboobs' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' DESCRIPTION = "Console application allowing to display weather and forecasts in your city." SHORT_DESCRIPTION = "display weather and forecasts" diff --git a/weboob/core/ouiboube.py b/weboob/core/ouiboube.py index e713ce3f..05e11922 100644 --- a/weboob/core/ouiboube.py +++ b/weboob/core/ouiboube.py @@ -53,7 +53,7 @@ class Weboob(object): :param storage: provide a storage where backends can save data :type storage: :class:`weboob.tools.storage.IStorage` """ - VERSION = '0.g' + VERSION = '0.h' BACKENDS_FILENAME = 'backends' def __init__(self, workdir=None, backends_filename=None, scheduler=None, storage=None): diff --git a/weboob/tools/capabilities/gallery/genericcomicreader.py b/weboob/tools/capabilities/gallery/genericcomicreader.py index 902ca2f1..8e588b25 100644 --- a/weboob/tools/capabilities/gallery/genericcomicreader.py +++ b/weboob/tools/capabilities/gallery/genericcomicreader.py @@ -67,7 +67,7 @@ class GenericComicReaderBackend(BaseBackend, ICapGallery): NAME = 'genericcomicreader' MAINTAINER = u'Noé Rubinstein' EMAIL = 'noe.rubinstein@gmail.com' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'Generic comic reader backend; subclasses implement specific sites' LICENSE = 'AGPLv3+' BROWSER = GenericComicReaderBrowser diff --git a/weboob/tools/capabilities/messages/GenericBackend.py b/weboob/tools/capabilities/messages/GenericBackend.py index 86af7800..7724e94a 100644 --- a/weboob/tools/capabilities/messages/GenericBackend.py +++ b/weboob/tools/capabilities/messages/GenericBackend.py @@ -32,7 +32,7 @@ class GenericNewspaperBackend(BaseBackend, ICapMessages): """ MAINTAINER = u'Julien Hebert' EMAIL = 'juke@free.fr' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' STORAGE = {'seen': {}} RSS_FEED = None