diff --git a/contrib/videoob_web/videoob_web/videoob_web.py b/contrib/videoob_web/videoob_web/videoob_web.py index f47fc8aa..46553144 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.e' + VERSION = '0.f' 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 3fadfefa..7166b1ed 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.e' +version = '0.f' # The full version, including alpha/beta/rc tags. -release = '0.e' +release = '0.f' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/modules/arte/backend.py b/modules/arte/backend.py index f52d7331..3176871c 100644 --- a/modules/arte/backend.py +++ b/modules/arte/backend.py @@ -36,7 +36,7 @@ class ArteBackend(BaseBackend, ICapVideo, ICapCollection): NAME = 'arte' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.e' + VERSION = '0.f' DESCRIPTION = 'Arte French and German TV' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(Value('lang', label='Lang of videos', diff --git a/modules/aum/backend.py b/modules/aum/backend.py index a3704dd8..e1404d61 100644 --- a/modules/aum/backend.py +++ b/modules/aum/backend.py @@ -59,7 +59,7 @@ class AuMBackend(BaseBackend, ICapMessages, ICapMessagesPost, ICapDating, ICapCh NAME = 'aum' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.e' + VERSION = '0.f' 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 6e0eae7c..b8c13da5 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.e' + VERSION = '0.f' 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 f2db26bd..18df4c43 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.e' + VERSION = '0.f' 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 d1124da7..4efede4f 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.e' + VERSION = '0.f' 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 4cad8d9a..8a8725ee 100644 --- a/modules/bnporc/backend.py +++ b/modules/bnporc/backend.py @@ -39,7 +39,7 @@ class BNPorcBackend(BaseBackend, ICapBank, ICapMessages): NAME = 'bnporc' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.e' + VERSION = '0.f' LICENSE = 'AGPLv3+' DESCRIPTION = 'BNP Paribas French bank website' CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False), diff --git a/modules/boursorama/backend.py b/modules/boursorama/backend.py index 348e5860..a36b3021 100644 --- a/modules/boursorama/backend.py +++ b/modules/boursorama/backend.py @@ -36,7 +36,7 @@ class BoursoramaBackend(BaseBackend, ICapBank): NAME = 'boursorama' MAINTAINER = u'Gabriel Kerneis' EMAIL = 'gabriel@kerneis.info' - VERSION = '0.e' + VERSION = '0.f' 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 388f1252..4e272dd9 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.e' + VERSION = '0.f' 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 d98153eb..b3b061bd 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.e' + VERSION = '0.f' 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 6fc85680..a4a73446 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.e' + VERSION = '0.f' DESCRIPTION = u'Bred French bank website' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False), diff --git a/modules/caissedepargne/backend.py b/modules/caissedepargne/backend.py index 1911e344..02b16f69 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.e' + VERSION = '0.f' 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 b8623700..3aa48b23 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.e' + VERSION = '0.f' 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 9e5b4d9b..5ecc27d4 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.e' + VERSION = '0.f' LICENSE = 'AGPLv3+' DESCRIPTION = "French trains" BROWSER = CanalTP diff --git a/modules/cappedtv/backend.py b/modules/cappedtv/backend.py index 9c95c150..d266b7ae 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.e' + VERSION = '0.f' DESCRIPTION = 'Capped.tv demoscene website' LICENSE = 'WTFPLv2' BROWSER = CappedBrowser diff --git a/modules/carrefourbanque/backend.py b/modules/carrefourbanque/backend.py index 6b50ada4..03b75ef9 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.e' + VERSION = '0.f' 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 d2dfb76e..f6925fff 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.e' + VERSION = '0.f' DESCRIPTION = 'Champs Libres (Rennes) Library' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(Value('login', label='Account ID', regexp='^\d{1,15}|$'), diff --git a/modules/cic/backend.py b/modules/cic/backend.py index 7ff5befb..9daf3f54 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.e' + VERSION = '0.f' 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/cmb/backend.py b/modules/cmb/backend.py index 2b5a85a5..28723cda 100644 --- a/modules/cmb/backend.py +++ b/modules/cmb/backend.py @@ -50,7 +50,7 @@ class CmbBackend(BaseBackend, ICapBank): NAME = 'cmb' MAINTAINER = u'Johann Broudin' EMAIL = 'Johann.Broudin@6-8.fr' - VERSION = '0.e' + VERSION = '0.f' 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 6df83de7..2ab63a6a 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.e' + VERSION = '0.f' DESCRIPTION = u'Credit 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 ff2e70d2..1c5f2a42 100644 --- a/modules/cragr/backend.py +++ b/modules/cragr/backend.py @@ -33,7 +33,7 @@ class CragrBackend(BaseBackend, ICapBank): NAME = 'cragr' MAINTAINER = u'Xavier Guerrin' EMAIL = 'xavier@tuxfamily.org' - VERSION = '0.e' + VERSION = '0.f' 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 38e0dec6..3604aab5 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.e' + VERSION = '0.f' DESCRIPTION = u'Credit Cooperatif French bank website' LICENSE = 'AGPLv3+' auth_type = {'particular': "Interface Particuliers", diff --git a/modules/creditmutuel/backend.py b/modules/creditmutuel/backend.py index 37650d2b..d9aa9c18 100644 --- a/modules/creditmutuel/backend.py +++ b/modules/creditmutuel/backend.py @@ -35,7 +35,7 @@ class CreditMutuelBackend(BaseBackend, ICapBank): NAME = 'creditmutuel' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '0.e' + VERSION = '0.f' 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/dailymotion/backend.py b/modules/dailymotion/backend.py index 4b86aabc..03a05896 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.e' + VERSION = '0.f' DESCRIPTION = 'Dailymotion video streaming website' LICENSE = 'AGPLv3+' BROWSER = DailymotionBrowser diff --git a/modules/dlfp/backend.py b/modules/dlfp/backend.py index 9a5c252a..4164811f 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.e' + VERSION = '0.f' LICENSE = 'AGPLv3+' DESCRIPTION = "Da Linux French Page news website" CONFIG = BackendConfig(Value('username', label='Username', default=''), diff --git a/modules/ebonics/backend.py b/modules/ebonics/backend.py index 5558b4ff..75f97dea 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.e' + VERSION = '0.f' LICENSE = 'AGPLv3+' DESCRIPTION = u'English to Ebonics translation service' BROWSER = StandardBrowser diff --git a/modules/ecrans/backend.py b/modules/ecrans/backend.py index 3d289a2a..41ffd7b5 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.e' + VERSION = '0.f' LICENSE = 'AGPLv3+' STORAGE = {'seen': {}} NAME = 'ecrans' diff --git a/modules/ehentai/backend.py b/modules/ehentai/backend.py index d300dc05..ba5df4e2 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.e' + VERSION = '0.f' DESCRIPTION = 'E-Hentai galleries' LICENSE = 'AGPLv3+' BROWSER = EHentaiBrowser diff --git a/modules/europarl/backend.py b/modules/europarl/backend.py index 0308f2d3..3224a520 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.e' + VERSION = '0.f' DESCRIPTION = 'Europarl parliamentary video streaming website' LICENSE = 'AGPLv3+' BROWSER = EuroparlBrowser diff --git a/modules/fortuneo/backend.py b/modules/fortuneo/backend.py index d78ca6c7..3faed9a8 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.e' + VERSION = '0.f' LICENSE = 'AGPLv3+' DESCRIPTION = u'Fortuneo French bank website' CONFIG = BackendConfig( diff --git a/modules/fourchan/backend.py b/modules/fourchan/backend.py index fdb4e64a..df9a1ec2 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.e' + VERSION = '0.f' 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 e32cc791..d4c187f7 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.e' + VERSION = '0.f' 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 0cfbd86a..6126078d 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.e' + VERSION = '0.f' LICENSE = 'AGPLv3+' DESCRIPTION = 'Free Mobile website' CONFIG = BackendConfig(ValueBackendPassword('login', diff --git a/modules/ganassurances/backend.py b/modules/ganassurances/backend.py index 6f098768..d5011cac 100644 --- a/modules/ganassurances/backend.py +++ b/modules/ganassurances/backend.py @@ -32,7 +32,7 @@ class GanAssurancesBackend(BaseBackend, ICapBank): NAME = 'ganassurances' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.e' + VERSION = '0.f' DESCRIPTION = u'Groupama Assurances French bank website' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False), diff --git a/modules/gazelle/backend.py b/modules/gazelle/backend.py index 56dee92b..53f26d8e 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.e' + VERSION = '0.f' 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 5ffd38f1..f311420b 100644 --- a/modules/gdcvault/backend.py +++ b/modules/gdcvault/backend.py @@ -36,7 +36,7 @@ class GDCVaultBackend(BaseBackend, ICapVideo, ICapCollection): NAME = 'gdcvault' MAINTAINER = u'François Revol' EMAIL = 'revol@free.fr' - VERSION = '0.e' + VERSION = '0.f' DESCRIPTION = 'Game Developers Conferences Vault video streaming website' LICENSE = 'AGPLv3+' BROWSER = GDCVaultBrowser diff --git a/modules/geolocip/backend.py b/modules/geolocip/backend.py index 641fadbd..dbb3c129 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.e' + VERSION = '0.f' LICENSE = 'AGPLv3+' DESCRIPTION = u"GeolocIP IP addresses geolocation service" BROWSER = BaseBrowser diff --git a/modules/googletranslate/backend.py b/modules/googletranslate/backend.py index e5c47b73..588cf711 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.e' + VERSION = '0.f' LICENSE = 'AGPLv3+' NAME = 'googletranslate' DESCRIPTION = u'Google translation web service' diff --git a/modules/hds/backend.py b/modules/hds/backend.py index 484ed324..dd0e6a01 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.e' + VERSION = '0.f' LICENSE = 'AGPLv3+' DESCRIPTION = u"Histoires de Sexe French erotic novels" STORAGE = {'seen': []} diff --git a/modules/hsbc/backend.py b/modules/hsbc/backend.py index 87cacfae..302d0180 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.e' + VERSION = '0.f' LICENSE = 'AGPLv3+' DESCRIPTION = 'HSBC France bank website' CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False), diff --git a/modules/ina/backend.py b/modules/ina/backend.py index 391f5fa3..127030d9 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.e' + VERSION = '0.f' DESCRIPTION = 'INA French TV video archives' LICENSE = 'AGPLv3+' BROWSER = InaBrowser diff --git a/modules/ing/backend.py b/modules/ing/backend.py index da64c4bb..fbad4243 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.e' + VERSION = '0.f' 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 02127635..50917596 100644 --- a/modules/inrocks/backend.py +++ b/modules/inrocks/backend.py @@ -26,7 +26,7 @@ from .tools import rssid class NewspaperInrocksBackend(GenericNewspaperBackend, ICapMessages): MAINTAINER = u'Julien Hebert' EMAIL = 'juke@free.fr' - VERSION = '0.e' + VERSION = '0.f' LICENSE = 'AGPLv3+' STORAGE = {'seen': {}} NAME = 'inrocks' diff --git a/modules/ipinfodb/backend.py b/modules/ipinfodb/backend.py index cbca25e0..38a28aa1 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.e' + VERSION = '0.f' LICENSE = 'AGPLv3+' DESCRIPTION = u"IPInfoDB IP addresses geolocation service" BROWSER = BaseBrowser diff --git a/modules/isohunt/backend.py b/modules/isohunt/backend.py index 75dd44f6..2526d1b4 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.e' + VERSION = '0.f' DESCRIPTION = 'isoHunt BitTorrent tracker' LICENSE = 'AGPLv3+' BROWSER = IsohuntBrowser diff --git a/modules/izneo/backend.py b/modules/izneo/backend.py index 12962790..56b230be 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.e' + VERSION = '0.f' DESCRIPTION = 'Izneo digital comics' LICENSE = 'AGPLv3+' BROWSER = IzneoBrowser diff --git a/modules/kickass/backend.py b/modules/kickass/backend.py index bc714210..89c027fe 100644 --- a/modules/kickass/backend.py +++ b/modules/kickass/backend.py @@ -31,7 +31,7 @@ class KickassBackend(BaseBackend, ICapTorrent): NAME = 'kickass' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '0.e' + VERSION = '0.f' DESCRIPTION = 'Kickass Torrents BitTorrent tracker' LICENSE = 'AGPLv3+' BROWSER = KickassBrowser diff --git a/modules/lcl/backend.py b/modules/lcl/backend.py index fa099475..73ce7d28 100644 --- a/modules/lcl/backend.py +++ b/modules/lcl/backend.py @@ -34,7 +34,7 @@ class LCLBackend(BaseBackend, ICapBank): NAME = 'lcl' MAINTAINER = u'Pierre Mazière' EMAIL = 'pierre.maziere@gmx.com' - VERSION = '0.e' + VERSION = '0.f' DESCRIPTION = u'Le Crédit Lyonnais French bank website' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', regexp='^\d+\w$', masked=False), diff --git a/modules/leclercmobile/backend.py b/modules/leclercmobile/backend.py index cf39b3a6..e32ceba5 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.e' + VERSION = '0.f' LICENSE = 'AGPLv3+' DESCRIPTION = 'Leclerc Mobile website' CONFIG = BackendConfig(ValueBackendPassword('login', diff --git a/modules/lefigaro/backend.py b/modules/lefigaro/backend.py index 2ef6c9c4..68beba50 100644 --- a/modules/lefigaro/backend.py +++ b/modules/lefigaro/backend.py @@ -26,7 +26,7 @@ from .tools import rssid class NewspaperFigaroBackend(GenericNewspaperBackend, ICapMessages): MAINTAINER = u'Julien Hebert' EMAIL = 'juke@free.fr' - VERSION = '0.e' + VERSION = '0.f' LICENSE = 'AGPLv3+' STORAGE = {'seen': {}} NAME = 'lefigaro' diff --git a/modules/mediawiki/backend.py b/modules/mediawiki/backend.py index 372ac547..33fc28b7 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.e' + VERSION = '0.f' 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 c350309d..54f178aa 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.e' + VERSION = '0.f' DESCRIPTION = 'Get forecasts from the MeteoFrance website' LICENSE = 'AGPLv3+' BROWSER = MeteofranceBrowser diff --git a/modules/minutes20/backend.py b/modules/minutes20/backend.py index ee4452a4..a2b996f8 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.e' + VERSION = '0.f' LICENSE = 'AGPLv3+' STORAGE = {'seen': {}} NAME = 'minutes20' diff --git a/modules/nettokom/backend.py b/modules/nettokom/backend.py index 4e69f8e1..fb088c8e 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.e' + VERSION = '0.f' LICENSE = 'AGPLv3+' DESCRIPTION = 'Nettokom website' CONFIG = BackendConfig(ValueBackendPassword('login', diff --git a/modules/newsfeed/backend.py b/modules/newsfeed/backend.py index 2595f043..3d6c8263 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.e' + VERSION = '0.f' 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 05c26ee7..ed72dd67 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.e' + VERSION = '0.f' DESCRIPTION = 'NolifeTV French video streaming website' LICENSE = 'AGPLv3+' BROWSER = NolifeTVBrowser diff --git a/modules/nova/backend.py b/modules/nova/backend.py index b0f57bcc..48e3b958 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.e' + VERSION = '0.f' DESCRIPTION = u'Nova French radio' LICENSE = 'AGPLv3+' BROWSER = StandardBrowser diff --git a/modules/okc/backend.py b/modules/okc/backend.py index 7f38be8e..52745ba9 100644 --- a/modules/okc/backend.py +++ b/modules/okc/backend.py @@ -66,7 +66,7 @@ class OkCBackend(BaseBackend, ICapMessages, ICapContact, ICapMessagesPost): NAME = 'okc' MAINTAINER = u'Roger Philibert' EMAIL = 'roger.philibert@gmail.com' - VERSION = '0.e' + VERSION = '0.f' 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 5341bc3b..c6c8bddf 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.e' + VERSION = '0.f' DESCRIPTION = 'Aloes Library software' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(Value('login', label='Account ID', regexp='^\d{1,8}\w$'), diff --git a/modules/orange/backend.py b/modules/orange/backend.py index 44c80a9a..843769e7 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.e' + VERSION = '0.f' 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 4c420dcf..3141c59a 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.e' + VERSION = '0.f' DESCRIPTION = u'Ouï FM French radio' LICENSE = 'AGPLv3+' BROWSER = StandardBrowser diff --git a/modules/pap/backend.py b/modules/pap/backend.py index bbb75c0c..6140af82 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.e' + VERSION = '0.f' DESCRIPTION = 'French housing website' LICENSE = 'AGPLv3+' BROWSER = PapBrowser diff --git a/modules/pastealacon/backend.py b/modules/pastealacon/backend.py index f545936d..5e7d5b5e 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.e' + VERSION = '0.f' 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 4ce2c317..6aaeb45a 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.e' + VERSION = '0.f' DESCRIPTION = 'Pastebin text sharing service' LICENSE = 'AGPLv3+' BROWSER = PastebinBrowser diff --git a/modules/phpbb/backend.py b/modules/phpbb/backend.py index 517c238b..9373770f 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.e' + VERSION = '0.f' 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 ae8eb462..e9b709da 100644 --- a/modules/piratebay/backend.py +++ b/modules/piratebay/backend.py @@ -30,7 +30,7 @@ class PiratebayBackend(BaseBackend, ICapTorrent): NAME = 'piratebay' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '0.e' + VERSION = '0.f' DESCRIPTION = 'The Pirate Bay BitTorrent tracker' LICENSE = 'AGPLv3+' BROWSER = PiratebayBrowser diff --git a/modules/presseurop/backend.py b/modules/presseurop/backend.py index a8470057..0fee4b40 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.e' + VERSION = '0.f' LICENSE = 'AGPLv3+' STORAGE = {'seen': {}} NAME = 'presseurop' diff --git a/modules/prixcarburants/backend.py b/modules/prixcarburants/backend.py index ff0c540c..a9e5eea3 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.e' + VERSION = '0.f' 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 7c53df9b..d0596e88 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.e' + VERSION = '0.f' 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 43fc4cdf..5f0d8b65 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.e' + VERSION = '0.f' 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 4179736d..65f4d78f 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.e' + VERSION = '0.f' LICENSE = 'AGPLv3+' DESCRIPTION = u"Level of Sachsen river" BROWSER = SachsenBrowser diff --git a/modules/seloger/backend.py b/modules/seloger/backend.py index f24cd80d..466138da 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.e' + VERSION = '0.f' 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 332a7048..3c910240 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.e' + VERSION = '0.f' 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 29e88713..3643be0c 100644 --- a/modules/societegenerale/backend.py +++ b/modules/societegenerale/backend.py @@ -35,7 +35,7 @@ class SocieteGeneraleBackend(BaseBackend, ICapBank): NAME = 'societegenerale' MAINTAINER = u'Jocelyn Jaubert' EMAIL = 'jocelyn.jaubert@gmail.com' - VERSION = '0.e' + VERSION = '0.f' LICENSE = 'AGPLv3+' DESCRIPTION = u'Société Générale French bank website' CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False), diff --git a/modules/taz/backend.py b/modules/taz/backend.py index e4713e36..c5748c03 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.e' + VERSION = '0.f' LICENSE = 'AGPLv3+' STORAGE = {'seen': {}} NAME = 'taz' diff --git a/modules/transilien/backend.py b/modules/transilien/backend.py index 85eb53c8..61310077 100644 --- a/modules/transilien/backend.py +++ b/modules/transilien/backend.py @@ -30,7 +30,7 @@ class TransilienBackend(BaseBackend, ICapTravel): NAME = 'transilien' MAINTAINER = u'Julien Hébert' EMAIL = 'juke@free.fr' - VERSION = '0.e' + VERSION = '0.f' 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 a29ce891..3fec7e54 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.e' + VERSION = '0.f' DESCRIPTION = u'TricTrac.tv video website' LICENSE = 'AGPLv3+' BROWSER = TricTracTVBrowser diff --git a/modules/vimeo/backend.py b/modules/vimeo/backend.py index c14d6ffa..0a26e1e8 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.e' + VERSION = '0.f' DESCRIPTION = 'Vimeo video streaming website' LICENSE = 'AGPLv3+' BROWSER = VimeoBrowser diff --git a/modules/weather/backend.py b/modules/weather/backend.py index c76b7d2f..8800e881 100644 --- a/modules/weather/backend.py +++ b/modules/weather/backend.py @@ -29,7 +29,7 @@ class WeatherBackend(BaseBackend, ICapWeather): NAME = 'weather' MAINTAINER = u'Arno Renevier' EMAIL = 'arno@renevier.net' - VERSION = '0.e' + VERSION = '0.f' DESCRIPTION = 'Get forecasts from weather.com' LICENSE = 'AGPLv3+' BROWSER = WeatherBrowser diff --git a/modules/wordreference/backend.py b/modules/wordreference/backend.py index 05b4a7e1..b8671f48 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.e' + VERSION = '0.f' LICENSE = 'AGPLv3+' NAME = 'wordreference' DESCRIPTION = u'Free online translator' diff --git a/modules/yahoo/backend.py b/modules/yahoo/backend.py index 7d8ea250..55a58493 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.e' + VERSION = '0.f' DESCRIPTION = 'Yahoo!' LICENSE = 'AGPLv3+' BROWSER = StandardBrowser diff --git a/modules/youjizz/backend.py b/modules/youjizz/backend.py index b1bf304c..066d8073 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.e' + VERSION = '0.f' DESCRIPTION = 'YouJizz pornographic video streaming website' LICENSE = 'AGPLv3+' BROWSER = YoujizzBrowser diff --git a/modules/youporn/backend.py b/modules/youporn/backend.py index 143ecdf1..ed67034e 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.e' + VERSION = '0.f' DESCRIPTION = 'YouPorn pornographic video streaming website' LICENSE = 'AGPLv3+' BROWSER = YoupornBrowser diff --git a/modules/youtube/backend.py b/modules/youtube/backend.py index 5ec6bb18..d355c093 100644 --- a/modules/youtube/backend.py +++ b/modules/youtube/backend.py @@ -48,7 +48,7 @@ class YoutubeBackend(BaseBackend, ICapVideo, ICapCollection): NAME = 'youtube' MAINTAINER = u'Christophe Benz' EMAIL = 'christophe.benz@gmail.com' - VERSION = '0.e' + VERSION = '0.f' DESCRIPTION = 'YouTube video streaming website' LICENSE = 'AGPLv3+' BROWSER = YoutubeBrowser diff --git a/setup.py b/setup.py index 098a5f8b..11faa82a 100755 --- a/setup.py +++ b/setup.py @@ -150,7 +150,7 @@ if options.xdg: setup( name='weboob', - version = '0.e', + version = '0.f', description='Weboob, Web Outside Of Browsers', long_description=open('README').read(), author='Romain Bignon', diff --git a/weboob/applications/boobank/boobank.py b/weboob/applications/boobank/boobank.py index de33fc88..d10f1f03 100644 --- a/weboob/applications/boobank/boobank.py +++ b/weboob/applications/boobank/boobank.py @@ -153,7 +153,7 @@ class AccountListFormatter(IFormatter): class Boobank(ReplApplication): APPNAME = 'boobank' - VERSION = '0.e' + VERSION = '0.f' 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 901883c3..5d3796a6 100644 --- a/weboob/applications/boobathon/boobathon.py +++ b/weboob/applications/boobathon/boobathon.py @@ -274,7 +274,7 @@ h2. Attendees class Boobathon(ReplApplication): APPNAME = 'boobathon' - VERSION = '0.e' + VERSION = '0.f' COPYRIGHT = 'Copyright(C) 2011 Romain Bignon' DESCRIPTION = 'Console application to participate to a Boobathon.' CAPS = ICapContent diff --git a/weboob/applications/boobill/boobill.py b/weboob/applications/boobill/boobill.py index 8cae9686..f72ac2c4 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.e' + VERSION = '0.f' COPYRIGHT = 'Copyright(C) 2012 Florent Fourcot' DESCRIPTION = 'Console application allowing to get and download bills.' CAPS = ICapBill diff --git a/weboob/applications/boobmsg/boobmsg.py b/weboob/applications/boobmsg/boobmsg.py index 4605019d..561e69bc 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.e' + VERSION = '0.f' 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 03169506..0f8de684 100644 --- a/weboob/applications/boobooks/boobooks.py +++ b/weboob/applications/boobooks/boobooks.py @@ -38,7 +38,7 @@ class RentedListFormatter(PrettyFormatter): class Boobooks(ReplApplication): APPNAME = 'boobooks' - VERSION = '0.e' + VERSION = '0.f' 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 b9caad26..6c471ad2 100644 --- a/weboob/applications/boobtracker/boobtracker.py +++ b/weboob/applications/boobtracker/boobtracker.py @@ -71,7 +71,7 @@ class IssuesListFormatter(PrettyFormatter): class BoobTracker(ReplApplication): APPNAME = 'boobtracker' - VERSION = '0.e' + VERSION = '0.f' COPYRIGHT = 'Copyright(C) 2011 Romain Bignon' DESCRIPTION = "Console application allowing to send messages on various websites and " \ "to display message threads and contents." diff --git a/weboob/applications/comparoob/comparoob.py b/weboob/applications/comparoob/comparoob.py index 9c2b70f0..e8712032 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.e' + VERSION = '0.f' COPYRIGHT = 'Copyright(C) 2012 Romain Bignon' DESCRIPTION = 'Console application to compare products.' DEFAULT_FORMATTER = 'table' diff --git a/weboob/applications/flatboob/flatboob.py b/weboob/applications/flatboob/flatboob.py index 8745a2f1..cf55d4ef 100644 --- a/weboob/applications/flatboob/flatboob.py +++ b/weboob/applications/flatboob/flatboob.py @@ -74,7 +74,7 @@ class HousingListFormatter(PrettyFormatter): class Flatboob(ReplApplication): APPNAME = 'flatboob' - VERSION = '0.e' + VERSION = '0.f' COPYRIGHT = 'Copyright(C) 2012 Romain Bignon' DESCRIPTION = 'Console application to search a house.' CAPS = ICapHousing diff --git a/weboob/applications/galleroob/galleroob.py b/weboob/applications/galleroob/galleroob.py index 6f0c5141..6eca3d90 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.e' + VERSION = '0.f' COPYRIGHT = u'Copyright(C) 2011 Noé Rubinstein' DESCRIPTION = 'galleroob browses and downloads web image galleries' CAPS = ICapGallery diff --git a/weboob/applications/geolooc/geolooc.py b/weboob/applications/geolooc/geolooc.py index 9fbfb4b8..7f89c4f1 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.e' + VERSION = '0.f' COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' DESCRIPTION = 'Console application allowing to geolocalize IP addresses.' CAPS = ICapGeolocIp diff --git a/weboob/applications/havedate/havedate.py b/weboob/applications/havedate/havedate.py index 40cf336d..47d8e534 100644 --- a/weboob/applications/havedate/havedate.py +++ b/weboob/applications/havedate/havedate.py @@ -47,7 +47,7 @@ class EventListFormatter(PrettyFormatter): class HaveDate(Boobmsg): APPNAME = 'havedate' - VERSION = '0.e' + VERSION = '0.f' 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 35cdaea6..70836194 100644 --- a/weboob/applications/masstransit/masstransit.py +++ b/weboob/applications/masstransit/masstransit.py @@ -279,7 +279,7 @@ class MasstransitHildon(): class Masstransit(BaseApplication): "Application Class" APPNAME = 'masstransit' - VERSION = '0.e' + VERSION = '0.f' COPYRIGHT = 'Copyright(C) 2010-2011 Julien Hébert' def main(self, argv): diff --git a/weboob/applications/monboob/monboob.py b/weboob/applications/monboob/monboob.py index c00e0117..24a460d8 100644 --- a/weboob/applications/monboob/monboob.py +++ b/weboob/applications/monboob/monboob.py @@ -85,7 +85,7 @@ class MonboobScheduler(Scheduler): class Monboob(ReplApplication): APPNAME = 'monboob' - VERSION = '0.e' + VERSION = '0.f' 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/pastoob/pastoob.py b/weboob/applications/pastoob/pastoob.py index 2516c165..39b954a9 100644 --- a/weboob/applications/pastoob/pastoob.py +++ b/weboob/applications/pastoob/pastoob.py @@ -35,7 +35,7 @@ __all__ = ['Pastoob'] class Pastoob(ReplApplication): APPNAME = 'pastoob' - VERSION = '0.e' + VERSION = '0.f' COPYRIGHT = 'Copyright(C) 2011 Laurent Bachelier' DESCRIPTION = 'Console application allowing to post and get pastes from pastebins.' CAPS = ICapPaste diff --git a/weboob/applications/qboobmsg/qboobmsg.py b/weboob/applications/qboobmsg/qboobmsg.py index 26f0c7e0..2aad4167 100644 --- a/weboob/applications/qboobmsg/qboobmsg.py +++ b/weboob/applications/qboobmsg/qboobmsg.py @@ -25,7 +25,7 @@ from .main_window import MainWindow class QBoobMsg(QtApplication): APPNAME = 'qboobmsg' - VERSION = '0.e' + VERSION = '0.f' COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' DESCRIPTION = 'Qt application allowing to read messages on various websites and reply to them.' CAPS = ICapMessages diff --git a/weboob/applications/qflatboob/qflatboob.py b/weboob/applications/qflatboob/qflatboob.py index b5a564e0..2cc32b21 100644 --- a/weboob/applications/qflatboob/qflatboob.py +++ b/weboob/applications/qflatboob/qflatboob.py @@ -26,7 +26,7 @@ from .main_window import MainWindow class QFlatBoob(QtApplication): APPNAME = 'qflatboob' - VERSION = '0.e' + VERSION = '0.f' COPYRIGHT = 'Copyright(C) 2010-2012 Romain Bignon' DESCRIPTION = 'Qt application to find housings.' CAPS = ICapHousing diff --git a/weboob/applications/qhavedate/qhavedate.py b/weboob/applications/qhavedate/qhavedate.py index 4e30345f..5b3bdeeb 100644 --- a/weboob/applications/qhavedate/qhavedate.py +++ b/weboob/applications/qhavedate/qhavedate.py @@ -25,7 +25,7 @@ from .main_window import MainWindow class QHaveDate(QtApplication): APPNAME = 'qhavedate' - VERSION = '0.e' + VERSION = '0.f' COPYRIGHT = 'Copyright(C) 2010-2012 Romain Bignon' DESCRIPTION = 'Qt application allowing to interact with various dating websites.' CAPS = ICapDating diff --git a/weboob/applications/qvideoob/qvideoob.py b/weboob/applications/qvideoob/qvideoob.py index 77384ee5..85408773 100644 --- a/weboob/applications/qvideoob/qvideoob.py +++ b/weboob/applications/qvideoob/qvideoob.py @@ -25,7 +25,7 @@ from .main_window import MainWindow class QVideoob(QtApplication): APPNAME = 'qvideoob' - VERSION = '0.e' + VERSION = '0.f' COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' DESCRIPTION = 'Qt application allowing to search videos on various websites and play them.' CAPS = ICapVideo diff --git a/weboob/applications/qwebcontentedit/qwebcontentedit.py b/weboob/applications/qwebcontentedit/qwebcontentedit.py index 35c8c91b..e0efb5a3 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.e' + VERSION = '0.f' COPYRIGHT = u'Copyright(C) 2011 Clément Schreiner' DESCRIPTION = 'Qt application allowing to manage contents of various websites.' CAPS = ICapContent diff --git a/weboob/applications/qweboobcfg/qweboobcfg.py b/weboob/applications/qweboobcfg/qweboobcfg.py index 1c8e0099..3bbc42d6 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.e' + VERSION = '0.f' 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 e36395a8..a6f67aa4 100644 --- a/weboob/applications/radioob/radioob.py +++ b/weboob/applications/radioob/radioob.py @@ -49,7 +49,7 @@ class RadioListFormatter(PrettyFormatter): class Radioob(ReplApplication): APPNAME = 'radioob' - VERSION = '0.e' + VERSION = '0.f' 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/translaboob/translaboob.py b/weboob/applications/translaboob/translaboob.py index 78ec6c1e..506150e2 100644 --- a/weboob/applications/translaboob/translaboob.py +++ b/weboob/applications/translaboob/translaboob.py @@ -45,7 +45,7 @@ class XmlTranslationFormatter(IFormatter): class Translaboob(ReplApplication): APPNAME = 'translaboob' - VERSION = '0.e' + VERSION = '0.f' COPYRIGHT = 'Copyright(C) 2012 Lucien Loiseau' DESCRIPTION = 'Console application to translate text from one language to another' CAPS = ICapTranslate diff --git a/weboob/applications/traveloob/traveloob.py b/weboob/applications/traveloob/traveloob.py index 1ebac7eb..26627b21 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.e' + VERSION = '0.f' COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' DESCRIPTION = 'Console application allowing to search for train stations and get departure times.' CAPS = ICapTravel diff --git a/weboob/applications/videoob/videoob.py b/weboob/applications/videoob/videoob.py index 8cde65b0..9072ea19 100644 --- a/weboob/applications/videoob/videoob.py +++ b/weboob/applications/videoob/videoob.py @@ -51,7 +51,7 @@ class VideoListFormatter(PrettyFormatter): class Videoob(ReplApplication): APPNAME = 'videoob' - VERSION = '0.e' + VERSION = '0.f' 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 da2de5bf..19feb3e0 100644 --- a/weboob/applications/webcontentedit/webcontentedit.py +++ b/weboob/applications/webcontentedit/webcontentedit.py @@ -35,7 +35,7 @@ __all__ = ['WebContentEdit'] class WebContentEdit(ReplApplication): APPNAME = 'webcontentedit' - VERSION = '0.e' + VERSION = '0.f' COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' DESCRIPTION = 'Console application allowing to display and edit contents on various websites.' CAPS = ICapContent diff --git a/weboob/applications/weboobcfg/weboobcfg.py b/weboob/applications/weboobcfg/weboobcfg.py index fe955ff5..42a95acb 100644 --- a/weboob/applications/weboobcfg/weboobcfg.py +++ b/weboob/applications/weboobcfg/weboobcfg.py @@ -34,7 +34,7 @@ __all__ = ['WeboobCfg'] class WeboobCfg(ReplApplication): APPNAME = 'weboob-config' - VERSION = '0.e' + VERSION = '0.f' 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 38885ade..41f01ab7 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.e' + VERSION = '0.f' 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 16d2c3f0..c5c0f657 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.e' + VERSION = '0.f' COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz' DESCRIPTION = "Weboob-Debug is a console application to debug backends." diff --git a/weboob/applications/weboobrepos/weboobrepos.py b/weboob/applications/weboobrepos/weboobrepos.py index 55af5003..67dd6269 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.e' + VERSION = '0.f' COPYRIGHT = 'Copyright(C) 2012 Romain Bignon' DESCRIPTION = "Weboob-repos is a console application to manage a Weboob Repository." COMMANDS_FORMATTERS = {'backends': 'table', diff --git a/weboob/applications/weboorrents/weboorrents.py b/weboob/applications/weboorrents/weboorrents.py index 313f7b86..b5f7bfa1 100644 --- a/weboob/applications/weboorrents/weboorrents.py +++ b/weboob/applications/weboorrents/weboorrents.py @@ -71,7 +71,7 @@ class TorrentListFormatter(PrettyFormatter): class Weboorrents(ReplApplication): APPNAME = 'weboorrents' - VERSION = '0.e' + VERSION = '0.f' 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 28fd8be0..a4f7ff75 100644 --- a/weboob/applications/wetboobs/wetboobs.py +++ b/weboob/applications/wetboobs/wetboobs.py @@ -57,7 +57,7 @@ class CitiesFormatter(PrettyFormatter): class WetBoobs(ReplApplication): APPNAME = 'wetboobs' - VERSION = '0.e' + VERSION = '0.f' COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' DESCRIPTION = 'Console application allowing to display weather and forecasts in your city.' CAPS = (ICapWeather, ICapGauge) diff --git a/weboob/core/ouiboube.py b/weboob/core/ouiboube.py index 8c8bf0ab..9f75faaa 100644 --- a/weboob/core/ouiboube.py +++ b/weboob/core/ouiboube.py @@ -49,7 +49,7 @@ class Weboob(object): :param storage: provide a storage where backends can save data :type storage: :class:`weboob.tools.storage.IStorage` """ - VERSION = '0.e' + VERSION = '0.f' 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 a852978d..3470b1e1 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.e' + VERSION = '0.f' 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 362879c7..fab196e6 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.e' + VERSION = '0.f' LICENSE = 'AGPLv3+' STORAGE = {'seen': {}} RSS_FEED = None