diff --git a/docs/source/conf.py b/docs/source/conf.py index 51ca9c0f0d567eec21c6abb8aa1da7067c9d262c..cf2aa48207ba2ccc1a2f3db4bf49aa2ba5f7879f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -48,9 +48,9 @@ # built documents. # # The short X.Y version. -version = '1.0' +version = '1.1' # The full version, including alpha/beta/rc tags. -release = '1.0' +release = '1.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/modules/750g/module.py b/modules/750g/module.py index ba71c6c37417c663f8f9a5d49659451c8e79e3bd..03c24165df9a4d17ad56edbf0eac4fac6e769d5b 100644 --- a/modules/750g/module.py +++ b/modules/750g/module.py @@ -35,7 +35,7 @@ class SevenFiftyGramsModule(Module, CapRecipe): NAME = '750g' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = u'750g French recipe website' LICENSE = 'AGPLv3+' BROWSER = SevenFiftyGramsBrowser diff --git a/modules/adecco/module.py b/modules/adecco/module.py index 8c463c73c5ae4deb4c678e6dde520781ceb305b8..0fa4fa04f93b9885e273c76028fca91bbaa240b9 100644 --- a/modules/adecco/module.py +++ b/modules/adecco/module.py @@ -33,7 +33,7 @@ class AdeccoModule(Module, CapJob): DESCRIPTION = u'adecco website' MAINTAINER = u'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' - VERSION = '1.0' + VERSION = '1.1' BROWSER = AdeccoBrowser diff --git a/modules/agendadulibre/module.py b/modules/agendadulibre/module.py index 565d97d42b0a70b2ebeff47352a0feb4eaa60c93..14c9e8ea8175e7e6911f56a20e507336fa515b9a 100644 --- a/modules/agendadulibre/module.py +++ b/modules/agendadulibre/module.py @@ -35,7 +35,7 @@ class AgendadulibreModule(Module, CapCalendarEvent): MAINTAINER = u'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' LICENSE = 'AGPLv3+' - VERSION = '1.0' + VERSION = '1.1' ASSOCIATED_CATEGORIES = [CATEGORIES.CONF] BROWSER = AgendadulibreBrowser diff --git a/modules/allocine/module.py b/modules/allocine/module.py index 6c32f178c000404dba5c3825de3fb50dc3387131..52ec75b402cd7d4591481037e460263770e99781 100644 --- a/modules/allocine/module.py +++ b/modules/allocine/module.py @@ -31,7 +31,7 @@ class AllocineModule(Module, CapCinema): NAME = 'allocine' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = u'AlloCiné French cinema database service' LICENSE = 'AGPLv3+' BROWSER = AllocineBrowser diff --git a/modules/alloresto/module.py b/modules/alloresto/module.py index 46cabf282c7dd040a65398c9f4ea547a15907717..885303e3f3c1b12da7d8e997351d50011c6c28c5 100644 --- a/modules/alloresto/module.py +++ b/modules/alloresto/module.py @@ -32,7 +32,7 @@ class AlloRestoModule(Module, CapBank): NAME = 'alloresto' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = u'Allo Resto' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(ValueBackendPassword('login', label='Identifiant', masked=False), diff --git a/modules/allrecipes/module.py b/modules/allrecipes/module.py index f97ca0d19645b98a3ac9f15c7b06886dda366f1a..f629b90fa3350cbdd6316b88b348078633c708d1 100644 --- a/modules/allrecipes/module.py +++ b/modules/allrecipes/module.py @@ -31,7 +31,7 @@ class AllrecipesModule(Module, CapRecipe): NAME = 'allrecipes' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = u'Allrecipes English recipe website' LICENSE = 'AGPLv3+' BROWSER = AllrecipesBrowser diff --git a/modules/ameli/module.py b/modules/ameli/module.py index c1592585f2beb15f0d16b79d736867e9ff1d818b..dd1c870dab894cc9cd83cea1992f450c64b189fc 100644 --- a/modules/ameli/module.py +++ b/modules/ameli/module.py @@ -31,7 +31,7 @@ class AmeliModule(Module, CapBill): DESCRIPTION = u'Ameli website: French Health Insurance' MAINTAINER = u'Christophe Lampin' EMAIL = 'weboob@lampin.net' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3+' BROWSER = AmeliBrowser CONFIG = BackendConfig(ValueBackendPassword('login', diff --git a/modules/amelipro/module.py b/modules/amelipro/module.py index 9d5f44d5d45de9b8454919388d9e1586340d1d9f..d8010ae8cca27e0a66cbad6416c16f223ffadfca 100644 --- a/modules/amelipro/module.py +++ b/modules/amelipro/module.py @@ -31,7 +31,7 @@ class AmeliProModule(Module, CapBill): DESCRIPTION = u'Ameli website: French Health Insurance for Professionals' MAINTAINER = u'Christophe Lampin' EMAIL = 'weboob@lampin.net' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3+' BROWSER = AmeliProBrowser CONFIG = BackendConfig(ValueBackendPassword('login', diff --git a/modules/americanexpress/module.py b/modules/americanexpress/module.py index f62cd80139d925ab271f3feaf52a32c2602f5cee..4d7475a0623cde20242281d3bbd8c16cd58debc1 100644 --- a/modules/americanexpress/module.py +++ b/modules/americanexpress/module.py @@ -32,7 +32,7 @@ class AmericanExpressModule(Module, CapBank): NAME = 'americanexpress' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = u'American Express' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(ValueBackendPassword('login', label='Code utilisateur', masked=False), diff --git a/modules/apec/module.py b/modules/apec/module.py index d027e32d9c16e5d78a62f66aeca6dc29fc5cd900..e1d1f866119fdd5ac27675b9537c34bdbd02e856 100644 --- a/modules/apec/module.py +++ b/modules/apec/module.py @@ -33,7 +33,7 @@ class ApecModule(Module, CapJob): DESCRIPTION = u'apec website' MAINTAINER = u'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' - VERSION = '1.0' + VERSION = '1.1' BROWSER = ApecBrowser diff --git a/modules/apivie/module.py b/modules/apivie/module.py index c1ec58a45875a535db134caca2364f3a60664187..274a3f26c70ee89c5dcaf7336ac5f52f5e0f5523 100644 --- a/modules/apivie/module.py +++ b/modules/apivie/module.py @@ -32,7 +32,7 @@ class ApivieModule(Module, CapBank): DESCRIPTION = u'Apivie' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '1.0' + VERSION = '1.1' BROWSER = ApivieBrowser diff --git a/modules/arretsurimages/module.py b/modules/arretsurimages/module.py index 56724147d56c089fda1a743a18de53ddd2fd1e04..bfb3aab1216ebafdc49fa7dc56e7eb4b725d0eed 100644 --- a/modules/arretsurimages/module.py +++ b/modules/arretsurimages/module.py @@ -34,7 +34,7 @@ class ArretSurImagesModule(Module, CapVideo, CapCollection): DESCRIPTION = u'arretsurimages website' MAINTAINER = u'franek' EMAIL = 'franek@chicour.net' - VERSION = '1.0' + VERSION = '1.1' CONFIG = BackendConfig(ValueBackendPassword('login', label='email', masked=False), ValueBackendPassword('password', label='Password')) diff --git a/modules/arte/module.py b/modules/arte/module.py index e85383d29728528c6da39f206e011597b8e4c1ec..2e094d30fb80aeba3c0c4318dc30ee7b289ec001 100644 --- a/modules/arte/module.py +++ b/modules/arte/module.py @@ -36,7 +36,7 @@ class ArteModule(Module, CapVideo, CapCollection): NAME = 'arte' MAINTAINER = u'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = 'Arte French and German TV' LICENSE = 'AGPLv3+' diff --git a/modules/attilasub/module.py b/modules/attilasub/module.py index fc638467644ff7dd0717bf248f10d4bf4d6b5d8b..8d20b6666682eca697ac6dcbf73c8afa1dd61bc1 100644 --- a/modules/attilasub/module.py +++ b/modules/attilasub/module.py @@ -31,7 +31,7 @@ class AttilasubModule(Module, CapSubtitle): NAME = 'attilasub' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = '"Attila\'s Website 2.0" French subtitles' LICENSE = 'AGPLv3+' LANGUAGE_LIST = ['fr'] diff --git a/modules/audioaddict/module.py b/modules/audioaddict/module.py index e3a3522bc86f7624cc29c8beb72ba9b68435d028..7ac1498d80dd18f9a95cf28b09946e5bd0210c9c 100644 --- a/modules/audioaddict/module.py +++ b/modules/audioaddict/module.py @@ -42,7 +42,7 @@ class AudioAddictModule(Module, CapRadio, CapCollection): NAME = 'audioaddict' MAINTAINER = u'Pierre Mazière' EMAIL = 'pierre.maziere@gmx.com' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = u'Internet radios powered by audioaddict.com services' LICENSE = 'AGPLv3+' BROWSER = StandardBrowser diff --git a/modules/aum/module.py b/modules/aum/module.py index b5ce0528b61b503039a3ba4108f3aaa3e26b67b5..d189939b8fee0ba6f0fae932b9aa390989be3e12 100644 --- a/modules/aum/module.py +++ b/modules/aum/module.py @@ -56,7 +56,7 @@ class AuMModule(Module, CapMessages, CapMessagesPost, CapDating, CapChat, CapCon NAME = 'aum' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3+' DESCRIPTION = u'"Adopte un Mec" French dating website' CONFIG = BackendConfig(Value('username', label='Username'), diff --git a/modules/axabanque/module.py b/modules/axabanque/module.py index 2ef255d0d1b2e0861336bb129cc2ecd7c69dfbf1..a0c491bc90181623d0396b038b31aec053737916 100644 --- a/modules/axabanque/module.py +++ b/modules/axabanque/module.py @@ -32,7 +32,7 @@ class AXABanqueModule(Module, CapBank): NAME = 'axabanque' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = u'AXA Banque' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(ValueBackendPassword('login', label=u'N° de client', regexp='\d+', masked=False), diff --git a/modules/banqueaccord/module.py b/modules/banqueaccord/module.py index 5310cb96dd87600aa5a2179bd0748e5ce09133c6..35a4011cc4cb485cbaf4d16d7f6a6167efacdb38 100644 --- a/modules/banqueaccord/module.py +++ b/modules/banqueaccord/module.py @@ -35,7 +35,7 @@ class BanqueAccordModule(Module, CapBank): MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' LICENSE = 'AGPLv3+' - VERSION = '1.0' + VERSION = '1.1' CONFIG = BackendConfig(ValueBackendPassword('login', label='Identifiant', regexp='\d+', masked=False), ValueBackendPassword('password', label=u"Code d'accès", regexp='\d+')) diff --git a/modules/banquepopulaire/module.py b/modules/banquepopulaire/module.py index 058f9cbcedd71465a6a0c3dc8fa43debb49aee91..4afa189f42df1954cd8f1174b4317a66e44b6b1f 100644 --- a/modules/banquepopulaire/module.py +++ b/modules/banquepopulaire/module.py @@ -33,7 +33,7 @@ class BanquePopulaireModule(Module, CapBank): NAME = 'banquepopulaire' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = u'Banque Populaire' LICENSE = 'AGPLv3+' website_choices = OrderedDict([(k, u'%s (%s)' % (v, k)) for k, v in sorted({ diff --git a/modules/barclays/module.py b/modules/barclays/module.py index 5706a08c8662344164cffc7f72d747579d75843c..36a0da13ac4aefbef52667745fe669ca811a2470 100644 --- a/modules/barclays/module.py +++ b/modules/barclays/module.py @@ -32,7 +32,7 @@ class BarclaysModule(Module, CapBank): NAME = 'barclays' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = u'Barclays' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(ValueBackendPassword('login', label=u"N° d'abonné", masked=False), diff --git a/modules/biplan/module.py b/modules/biplan/module.py index f08262eb5b4615eb22d2b95c686f19144c933163..25028712ffa5c3ca454097ac8e63cade00366da9 100644 --- a/modules/biplan/module.py +++ b/modules/biplan/module.py @@ -34,7 +34,7 @@ class BiplanModule(Module, CapCalendarEvent): MAINTAINER = u'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' LICENSE = 'AGPLv3+' - VERSION = '1.0' + VERSION = '1.1' ASSOCIATED_CATEGORIES = [CATEGORIES.CONCERT, CATEGORIES.THEATRE] BROWSER = BiplanBrowser diff --git a/modules/bnporc/module.py b/modules/bnporc/module.py index 78f26a44e8760f37f91a55826064d4d1d38d0eb5..1096534762ab28b9401a027b2d07fb7416a46597 100644 --- a/modules/bnporc/module.py +++ b/modules/bnporc/module.py @@ -37,7 +37,7 @@ class BNPorcModule(Module, CapBank, CapMessages): NAME = 'bnporc' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3+' DESCRIPTION = 'BNP Paribas' CONFIG = BackendConfig( diff --git a/modules/boursorama/module.py b/modules/boursorama/module.py index c72385f4904c77ecbe0b3dd6c0e3bdce84500d46..a79331e7c0fa7a99a33f5ea2abe3c00516f8905d 100644 --- a/modules/boursorama/module.py +++ b/modules/boursorama/module.py @@ -34,7 +34,7 @@ class BoursoramaModule(Module, CapBank): NAME = 'boursorama' MAINTAINER = u'Gabriel Kerneis' EMAIL = 'gabriel@kerneis.info' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3+' DESCRIPTION = u'Boursorama' CONFIG = BackendConfig(ValueBackendPassword('login', label='Identifiant', masked=False), diff --git a/modules/bouygues/module.py b/modules/bouygues/module.py index 1a5bb83b98f2f955ca810147c458cf16896a172a..f8bbfd9069270e689c5468b3598fbfef98d8dad0 100644 --- a/modules/bouygues/module.py +++ b/modules/bouygues/module.py @@ -32,7 +32,7 @@ class BouyguesModule(Module, CapMessages, CapMessagesPost): NAME = 'bouygues' MAINTAINER = u'Christophe Benz' EMAIL = 'christophe.benz@gmail.com' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = u'Bouygues Télécom French mobile phone provider' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(Value('login', label='Login'), diff --git a/modules/bp/module.py b/modules/bp/module.py index e286cdfd0747d65a50652509cb25eb1df556b8ea..05f20ff8dad2caddad92f1b6628a6b0acc2f30ac 100644 --- a/modules/bp/module.py +++ b/modules/bp/module.py @@ -32,7 +32,7 @@ class BPModule(Module, CapBank): NAME = 'bp' MAINTAINER = u'Nicolas Duhamel' EMAIL = 'nicolas@jombi.fr' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3+' DESCRIPTION = u'La Banque Postale' CONFIG = BackendConfig(ValueBackendPassword('login', label='Identifiant', masked=False), diff --git a/modules/bred/module.py b/modules/bred/module.py index c13b55cb093b83eb53ebbadd07c4d6674f3f222f..1ad9d91a04d00fbc7549aa58d7088f91110772bd 100644 --- a/modules/bred/module.py +++ b/modules/bred/module.py @@ -32,7 +32,7 @@ class BredModule(Module, CapBank): NAME = 'bred' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = u'Bred' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(ValueBackendPassword('login', label='Identifiant', masked=False), diff --git a/modules/btdigg/module.py b/modules/btdigg/module.py index 9f76b66ea144e53fcbfd89df596810c9649ff217..83839fad15ec0533d4ad780f3683c4e2aeb71f1e 100644 --- a/modules/btdigg/module.py +++ b/modules/btdigg/module.py @@ -13,7 +13,7 @@ class BTDiggModule(Module, CapTorrent): NAME = 'btdigg' MAINTAINER = u'Matthieu Rakotojaona' EMAIL = 'matthieu.rakotojaona@gmail.com' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = 'The BitTorrent DHT search engine.' LICENSE = 'CC0' BROWSER = BTDiggBrowser diff --git a/modules/btmon/module.py b/modules/btmon/module.py index 0975efb58f6cd394c8ea2bc3c1bde6d8bbb73088..63a0c0e44864558917edd91e2f1511b395c50481 100644 --- a/modules/btmon/module.py +++ b/modules/btmon/module.py @@ -31,7 +31,7 @@ class BtmonModule(Module, CapTorrent): NAME = 'btmon' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = 'BTMon BitTorrent database' LICENSE = 'AGPLv3+' BROWSER = BtmonBrowser diff --git a/modules/caissedepargne/module.py b/modules/caissedepargne/module.py index b0a21638811c06a8bf979d0e7a69429a6ffb5157..37f28a5157887e3551dd8f984c281ab55138d2c0 100644 --- a/modules/caissedepargne/module.py +++ b/modules/caissedepargne/module.py @@ -32,7 +32,7 @@ class CaisseEpargneModule(Module, CapBank): NAME = 'caissedepargne' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = u'Caisse d\'Épargne' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(ValueBackendPassword('login', label='Identifiant client', masked=False), diff --git a/modules/canalplus/module.py b/modules/canalplus/module.py index 2ae2754cc23b3202fb2537312847cf0df474ce86..f5ee8bfd02f0dd5c1f9c167cb4dd4357f026360d 100644 --- a/modules/canalplus/module.py +++ b/modules/canalplus/module.py @@ -36,7 +36,7 @@ class CanalplusModule(Module, CapVideo, CapCollection): NAME = 'canalplus' MAINTAINER = u'Nicolas Duhamel' EMAIL = 'nicolas@jombi.fr' - VERSION = '1.0' + VERSION = '1.1' 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/module.py b/modules/canaltp/module.py index c2e2443c952ded60b4a1ee64b2c2d65c1e13921c..0fc2f9b9e5a46ac22a74ffb77dfcda7beb87289e 100644 --- a/modules/canaltp/module.py +++ b/modules/canaltp/module.py @@ -30,7 +30,7 @@ class CanalTPModule(Module, CapTravel): NAME = 'canaltp' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3+' DESCRIPTION = "French trains" BROWSER = CanalTP diff --git a/modules/cappedtv/module.py b/modules/cappedtv/module.py index 52813dd6387cc7463c9cca96572bea4106d2c499..cea09452c6cba0efd27758cc4fd158d688d5f312 100644 --- a/modules/cappedtv/module.py +++ b/modules/cappedtv/module.py @@ -22,7 +22,7 @@ class CappedModule(Module, CapVideo, CapCollection): NAME = 'cappedtv' MAINTAINER = u'Lord' EMAIL = 'lord@lordtoniok.com' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = 'Capped.tv demoscene website' LICENSE = 'WTFPLv2' BROWSER = CappedBrowser diff --git a/modules/carrefourbanque/module.py b/modules/carrefourbanque/module.py index 3fc7013b72a3021e00d9ff7113834b46028d2c8a..4532da5d507ad66992d5145fe811e049bb4b8d8c 100644 --- a/modules/carrefourbanque/module.py +++ b/modules/carrefourbanque/module.py @@ -33,7 +33,7 @@ class CarrefourBanqueModule(Module, CapBank): NAME = 'carrefourbanque' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = u'Carrefour Banque' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(ValueBackendPassword('login', label=u'Votre Identifiant Internet', masked=False), diff --git a/modules/cci/module.py b/modules/cci/module.py index 31542f69d21988edbd0dd36ccef5e7cb612681eb..931e259e9638864fc45c2946e925a922f478ef44 100644 --- a/modules/cci/module.py +++ b/modules/cci/module.py @@ -34,7 +34,7 @@ class CciModule(Module, CapJob): MAINTAINER = u'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' LICENSE = 'AGPLv3+' - VERSION = '1.0' + VERSION = '1.1' BROWSER = CciBrowser diff --git a/modules/champslibres/module.py b/modules/champslibres/module.py index 991b1cdf971201f25e78336af664a2daca79b9b4..5b4a844da7df990a31216bc7ac38534a33a42435 100644 --- a/modules/champslibres/module.py +++ b/modules/champslibres/module.py @@ -32,7 +32,7 @@ class ChampslibresModule(Module, CapBook): NAME = 'champslibres' MAINTAINER = u'Florent Fourcot' EMAIL = 'weboob@flo.fourcot.fr' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = 'Champs Libres (Rennes) Library' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(Value('login', label='Account ID', regexp='^\d{1,15}|$'), diff --git a/modules/chronopost/module.py b/modules/chronopost/module.py index 4d2c5ca61b6b3537db44ea303bb63793bb44f4cb..0c8bda1be7a559c242bdb8dd89821f594193dd4a 100644 --- a/modules/chronopost/module.py +++ b/modules/chronopost/module.py @@ -32,7 +32,7 @@ class ChronopostModule(Module, CapParcel): DESCRIPTION = u'Chronopost website' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '1.0' + VERSION = '1.1' BROWSER = ChronopostBrowser diff --git a/modules/cic/module.py b/modules/cic/module.py index ee4bcce9c9e2c95a501a6190c7b18452c971792b..252a2c03ac6d0b03f3322393945b69ffb43cb8cf 100644 --- a/modules/cic/module.py +++ b/modules/cic/module.py @@ -35,7 +35,7 @@ class CICModule(Module, CapBank): NAME = 'cic' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = u'CIC' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(ValueBackendPassword('login', label='Identifiant', regexp='^\d{1,13}\w$', masked=False), diff --git a/modules/citelis/module.py b/modules/citelis/module.py index 1d5ac0466511dde2e37169ab0bc3753932aa41a5..43f530b7e8904b003beedcb80b55f10f1d3c1d35 100644 --- a/modules/citelis/module.py +++ b/modules/citelis/module.py @@ -34,7 +34,7 @@ class CitelisModule(Module, CapBank): MAINTAINER = u'Laurent Bachelier' EMAIL = 'laurent@bachelier.name' LICENSE = 'AGPLv3+' - VERSION = '1.0' + VERSION = '1.1' BROWSER = CitelisBrowser diff --git a/modules/citibank/module.py b/modules/citibank/module.py index 32fbc031a31802f83596eb91987a06141e207a5b..6f17d0d62b0ea21925d99b5561cd7ba5b45d7d75 100644 --- a/modules/citibank/module.py +++ b/modules/citibank/module.py @@ -32,7 +32,7 @@ class CitibankModule(Module, CapBank): NAME = 'citibank' MAINTAINER = u'Oleg Plakhotniuk' EMAIL = 'olegus8@gmail.com' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3+' DESCRIPTION = u'Citibank' CONFIG = BackendConfig( diff --git a/modules/cmb/module.py b/modules/cmb/module.py index 1aab1049036c7913b2261026231e11945b792e1d..3d53e0a0400e6dde25d61b88d6577d3045f6e1f7 100644 --- a/modules/cmb/module.py +++ b/modules/cmb/module.py @@ -39,7 +39,7 @@ class CmbModule(Module, CapBank): NAME = 'cmb' MAINTAINER = u'Johann Broudin' EMAIL = 'Johann.Broudin@6-8.fr' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3+' DESCRIPTION = u'Crédit Mutuel de Bretagne' CONFIG = BackendConfig( diff --git a/modules/cmso/module.py b/modules/cmso/module.py index 51db9acb1c916fa73daad67d535ec31e3825ff4b..3575de9f086426e0fb2cc9d66a937998334baffb 100644 --- a/modules/cmso/module.py +++ b/modules/cmso/module.py @@ -32,7 +32,7 @@ class CmsoModule(Module, CapBank): NAME = 'cmso' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = u'Crédit Mutuel Sud-Ouest' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(ValueBackendPassword('login', label='Identifiant', masked=False), diff --git a/modules/colisprive/module.py b/modules/colisprive/module.py index 33125ff0f1ac0f1989443dfeacb05fbd2a76a1ee..f2e37aa8a7b45b2b1251ab17b759c2f2b4e0a824 100644 --- a/modules/colisprive/module.py +++ b/modules/colisprive/module.py @@ -30,7 +30,7 @@ class ColispriveModule(Module, CapParcel): DESCRIPTION = u'Colisprive parcel tracking website' MAINTAINER = u'Florent Fourcot' EMAIL = 'weboob@flo.fourcot.fr' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3+' BROWSER = ColispriveBrowser diff --git a/modules/colissimo/module.py b/modules/colissimo/module.py index 3791ed8a976adf52f16b851b7a1f392d946c5f3e..d93fd5ed59f7c824aef7f8651a37697c104ea606 100644 --- a/modules/colissimo/module.py +++ b/modules/colissimo/module.py @@ -31,7 +31,7 @@ class ColissimoModule(Module, CapParcel): DESCRIPTION = u'Colissimo parcel tracking website' MAINTAINER = u'Florent Fourcot' EMAIL = 'weboob@flo.fourcot.fr' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3+' BROWSER = ColissimoBrowser diff --git a/modules/cragr/module.py b/modules/cragr/module.py index bf41ad402083ce76751620ddb1349728d69280f3..85abdee272f5a688f3c05956bda16fd17498cd7c 100644 --- a/modules/cragr/module.py +++ b/modules/cragr/module.py @@ -34,7 +34,7 @@ class CragrModule(Module, CapBank): NAME = 'cragr' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = u'Crédit Agricole' LICENSE = 'AGPLv3+' website_choices = OrderedDict([(k, u'%s (%s)' % (v, k)) for k, v in sorted({ diff --git a/modules/creditcooperatif/module.py b/modules/creditcooperatif/module.py index 2f694c23eb49a8230a6ebea4a941961b82cb02d7..0532c49281a2795729d571e30ded1aa9058f87b6 100644 --- a/modules/creditcooperatif/module.py +++ b/modules/creditcooperatif/module.py @@ -34,7 +34,7 @@ class CreditCooperatifModule(Module, CapBank): NAME = 'creditcooperatif' MAINTAINER = u'Kevin Pouget' EMAIL = 'weboob@kevin.pouget.me' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = u'Crédit Coopératif' LICENSE = 'AGPLv3+' auth_type = {'particular': "Interface Particuliers", diff --git a/modules/creditdunord/module.py b/modules/creditdunord/module.py index a898127aaaf6dffbb3b5a3ea7800158b60b4c1e5..da5443f9697d8985100dd6fb82c27366fafe433b 100644 --- a/modules/creditdunord/module.py +++ b/modules/creditdunord/module.py @@ -33,7 +33,7 @@ class CreditDuNordModule(Module, CapBank): NAME = 'creditdunord' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = u'Crédit du Nord, Banque Courtois, Kolb, Tarneaud' LICENSE = 'AGPLv3+' website_choices = OrderedDict([(k, u'%s (%s)' % (v, k)) for k, v in sorted({ diff --git a/modules/creditmutuel/module.py b/modules/creditmutuel/module.py index a45da79885cdc3a8836ca1ecec24c8baac09599a..4b36bd8268b4d79fa5297d783b52d738d180f05d 100644 --- a/modules/creditmutuel/module.py +++ b/modules/creditmutuel/module.py @@ -36,7 +36,7 @@ class CreditMutuelModule(Module, CapBank): NAME = 'creditmutuel' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = u'Crédit Mutuel' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(ValueBackendPassword('login', label='Identifiant', regexp='^\d{1,13}\w$', masked=False), diff --git a/modules/cuisineaz/module.py b/modules/cuisineaz/module.py index 9ee734799dfce92f5deb29017ef8f0005cd9cb74..fd1ee9248d245981af68d57988bed334bb6ada2b 100644 --- a/modules/cuisineaz/module.py +++ b/modules/cuisineaz/module.py @@ -35,7 +35,7 @@ class CuisineazModule(Module, CapRecipe): NAME = 'cuisineaz' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = u'Cuisine AZ French recipe website' LICENSE = 'AGPLv3+' BROWSER = CuisineazBrowser diff --git a/modules/dailymotion/module.py b/modules/dailymotion/module.py index b122e786387f94763317ab9cc7f6e64c0e06573d..46d732f45913eb1d4a91ebdddc19d0ebae9e4a92 100644 --- a/modules/dailymotion/module.py +++ b/modules/dailymotion/module.py @@ -32,7 +32,7 @@ class DailymotionModule(Module, CapVideo, CapCollection): NAME = 'dailymotion' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = 'Dailymotion video streaming website' LICENSE = 'AGPLv3+' BROWSER = DailymotionBrowser diff --git a/modules/delubac/module.py b/modules/delubac/module.py index 359c2ba4d58d419739ef43b6e89e83b3e919add6..700e9db71b65b5ec2f0e8968a55feb43f2b2838d 100644 --- a/modules/delubac/module.py +++ b/modules/delubac/module.py @@ -32,7 +32,7 @@ class DelubacModule(Module, CapBank): DESCRIPTION = u'Banque Delubac & Cie' MAINTAINER = u'Noe Rubinstein' EMAIL = 'nru@budget-insight.com' - VERSION = '1.0' + VERSION = '1.1' BROWSER = DelubacBrowser diff --git a/modules/dlfp/module.py b/modules/dlfp/module.py index c34aa62cdf1e85687d38bd242a62baf4414b8f5b..2319f1452c127612cf38b0d098a676ca87c8cad8 100644 --- a/modules/dlfp/module.py +++ b/modules/dlfp/module.py @@ -39,7 +39,7 @@ class DLFPModule(Module, CapMessages, CapMessagesPost, CapContent): NAME = 'dlfp' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3+' DESCRIPTION = "Da Linux French Page news website" CONFIG = BackendConfig(Value('username', label='Username', default=''), diff --git a/modules/dresdenwetter/module.py b/modules/dresdenwetter/module.py index 65c2cc16f05191fbca4d4b35cb4b0cdd5bebc30b..b457a16e59e7a0493b0e8451d570e40e07b0aa77 100644 --- a/modules/dresdenwetter/module.py +++ b/modules/dresdenwetter/module.py @@ -32,7 +32,7 @@ class DresdenWetterModule(Module, CapGauge): NAME = 'dresdenwetter' MAINTAINER = u'Florent Fourcot' EMAIL = 'weboob@flo.fourcot.fr' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3+' DESCRIPTION = u"Private wetter station Dresden" BROWSER = DresdenWetterBrowser diff --git a/modules/ebonics/module.py b/modules/ebonics/module.py index cc2b02a6d73b98db214c53281254b35c75cd20b8..2d6a35ec96c992164e95a59dd701015247eed4d2 100644 --- a/modules/ebonics/module.py +++ b/modules/ebonics/module.py @@ -32,7 +32,7 @@ class EbonicsModule(Module, CapTranslate): NAME = 'ebonics' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3+' DESCRIPTION = u'English to Ebonics translation service' BROWSER = StandardBrowser diff --git a/modules/edf/module.py b/modules/edf/module.py index 1847d0d5e09386dc356fb67d6f073493dcab059c..1033f661c8bd51be3113a629df3d738fe94e10d5 100644 --- a/modules/edf/module.py +++ b/modules/edf/module.py @@ -30,7 +30,7 @@ class EdfModule(Module, CapBill): DESCRIPTION = u'Edf website: French power provider' MAINTAINER = u'Christophe Gouiran' EMAIL = 'bechris13250@gmail.com' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3+' BROWSER = EdfBrowser CONFIG = BackendConfig(ValueBackendPassword('login', diff --git a/modules/ehentai/module.py b/modules/ehentai/module.py index 7b22f7d5237e0da370de1e9c4fb04d0800991c2d..102ae08f1749840944267369b2b271d91eb889e4 100644 --- a/modules/ehentai/module.py +++ b/modules/ehentai/module.py @@ -36,7 +36,7 @@ class EHentaiModule(Module, CapGallery, CapCollection): NAME = 'ehentai' MAINTAINER = u'Roger Philibert' EMAIL = 'roger.philibert@gmail.com' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = 'E-Hentai galleries' LICENSE = 'AGPLv3+' BROWSER = EHentaiBrowser diff --git a/modules/europarl/module.py b/modules/europarl/module.py index de6e979cecf0d21658a3acfc841d0949d87dbf70..361d2e0eb524909afd619044b486e703380bb183 100644 --- a/modules/europarl/module.py +++ b/modules/europarl/module.py @@ -34,7 +34,7 @@ class EuroparlModule(Module, CapVideo, CapCollection): NAME = 'europarl' MAINTAINER = u'François Revol' EMAIL = 'revol@free.fr' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = 'Europarl parliamentary video streaming website' LICENSE = 'AGPLv3+' BROWSER = EuroparlBrowser diff --git a/modules/feedly/module.py b/modules/feedly/module.py index 532e97d22c5c718e4c681f337287b5918b17ca95..b068cc6b051a7847e26e55812dda7ae8bd0ada70 100644 --- a/modules/feedly/module.py +++ b/modules/feedly/module.py @@ -35,7 +35,7 @@ class FeedlyModule(Module, CapMessages, CapCollection): MAINTAINER = u'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' LICENSE = 'AGPLv3+' - VERSION = '1.0' + VERSION = '1.1' STORAGE = {'seen': []} CONFIG = BackendConfig(Value('username', label='Username', default=''), ValueBackendPassword('password', label='Password', default='')) diff --git a/modules/fortuneo/module.py b/modules/fortuneo/module.py index b561eca25f1fc69d95ee898a3f914aec4febc16e..53566ab5cdaef7040bd1bac31835e35e340841f8 100644 --- a/modules/fortuneo/module.py +++ b/modules/fortuneo/module.py @@ -32,7 +32,7 @@ class FortuneoModule(Module, CapBank): NAME = 'fortuneo' MAINTAINER = u'Gilles-Alexandre Quenot' EMAIL = 'gilles.quenot@gmail.com' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3+' DESCRIPTION = u'Fortuneo' CONFIG = BackendConfig( diff --git a/modules/fourchan/module.py b/modules/fourchan/module.py index 4ed1fe9dfec71841b94c913b21dc6875632763f0..f5d23b6e4e9e801e6fa67313330f30c0b45fe5da 100644 --- a/modules/fourchan/module.py +++ b/modules/fourchan/module.py @@ -32,7 +32,7 @@ class FourChanModule(Module, CapMessages): NAME = 'fourchan' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3+' DESCRIPTION = '4chan image board' CONFIG = BackendConfig(Value('boards', label='Boards to fetch')) diff --git a/modules/francetelevisions/module.py b/modules/francetelevisions/module.py index cf5a021ff9a439888dcc0f44acf2d2d6701111a5..8619b757d31ad463851cef976c0621c631f59b83 100644 --- a/modules/francetelevisions/module.py +++ b/modules/francetelevisions/module.py @@ -32,7 +32,7 @@ class PluzzModule(Module, CapVideo, CapCollection): NAME = 'francetelevisions' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = u'France Télévisions video website' LICENSE = 'AGPLv3+' BROWSER = PluzzBrowser diff --git a/modules/freemobile/module.py b/modules/freemobile/module.py index 304c62eb2f72081726a84c37642f5fed5e926677..1442fe37a266b77d98fececa52eee72bd3ffa117 100644 --- a/modules/freemobile/module.py +++ b/modules/freemobile/module.py @@ -32,7 +32,7 @@ class FreeMobileModule(Module, CapBill): NAME = 'freemobile' MAINTAINER = u'Florent Fourcot' EMAIL = 'weboob@flo.fourcot.fr' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3+' DESCRIPTION = 'Free Mobile website' CONFIG = BackendConfig(ValueBackendPassword('login', diff --git a/modules/ganassurances/module.py b/modules/ganassurances/module.py index 771580a0dbe639814737c0e361df42df3693c0e6..50137b96f46df1d5a72f0a849d436822085a5649 100644 --- a/modules/ganassurances/module.py +++ b/modules/ganassurances/module.py @@ -33,7 +33,7 @@ class GanAssurancesModule(Module, CapBank): NAME = 'ganassurances' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = u'Groupama' LICENSE = 'AGPLv3+' website_choices = OrderedDict([(k, u'%s (%s)' % (v, k)) for k, v in sorted({ diff --git a/modules/gazelle/module.py b/modules/gazelle/module.py index de7d7ee793c22da667ddf74d8d9beeb466f4ee5a..44723b657bad7a9b90d15d7a871ee446c50d665f 100644 --- a/modules/gazelle/module.py +++ b/modules/gazelle/module.py @@ -31,7 +31,7 @@ class GazelleModule(Module, CapTorrent): NAME = 'gazelle' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = 'Gazelle-based BitTorrent trackers' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(Value('domain', label='Domain (example "ssl.what.cd")'), diff --git a/modules/gdcvault/module.py b/modules/gdcvault/module.py index e4ba7eca14d2f3ce323a1ae98b6bcb3fd9d756d9..e1f3c8168b2f0a2e8ab4ead149e3bd0eb8741d18 100644 --- a/modules/gdcvault/module.py +++ b/modules/gdcvault/module.py @@ -35,7 +35,7 @@ class GDCVaultModule(Module, CapVideo, CapCollection): NAME = 'gdcvault' MAINTAINER = u'François Revol' EMAIL = 'revol@free.fr' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = 'Game Developers Conferences Vault video streaming website' LICENSE = 'AGPLv3+' BROWSER = GDCVaultBrowser diff --git a/modules/gdfsuez/module.py b/modules/gdfsuez/module.py index 753567548f57d86b808a352bba33586c631109b7..a4ab40e8016fa8bb78354ddf8b3531aaf324f1cf 100644 --- a/modules/gdfsuez/module.py +++ b/modules/gdfsuez/module.py @@ -30,7 +30,7 @@ class GdfSuezModule(Module, CapBill): NAME = 'gdfsuez' MAINTAINER = u'Mathieu Jourdan' EMAIL = 'mathieu.jourdan@gresille.org' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3+' DESCRIPTION = u'GDF-Suez French energy provider' CONFIG = BackendConfig(ValueBackendPassword('login', diff --git a/modules/geolocip/module.py b/modules/geolocip/module.py index 2fdec86778d0cf599dda28d70d9fd35b0356495b..32f8ac0a08f4dc794ccef7db1f7d20693406abf3 100644 --- a/modules/geolocip/module.py +++ b/modules/geolocip/module.py @@ -30,7 +30,7 @@ class GeolocIpModule(Module, CapGeolocIp): NAME = 'geolocip' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3+' DESCRIPTION = u"GeolocIP IP addresses geolocation service" BROWSER = Browser diff --git a/modules/github/module.py b/modules/github/module.py index 8946c67b4b01a5c5dd1f3f2612a84830ba6c7cb3..01b66579032c4047826b2a1d9f0376e90d9098f1 100644 --- a/modules/github/module.py +++ b/modules/github/module.py @@ -39,7 +39,7 @@ class GithubModule(Module, CapBugTracker): MAINTAINER = u'Vincent A' EMAIL = 'dev@indigo.re' LICENSE = 'AGPLv3+' - VERSION = '1.0' + VERSION = '1.1' CONFIG = BackendConfig(Value('username', label='Username', default=''), ValueBackendPassword('password', label='Password', default='')) diff --git a/modules/googletranslate/module.py b/modules/googletranslate/module.py index 7235561f00ca00113ae845f6c3555fd2a25e223a..3b8e59fcb082b85fa0647259617643057d04a646 100644 --- a/modules/googletranslate/module.py +++ b/modules/googletranslate/module.py @@ -31,7 +31,7 @@ class GoogleTranslateModule(Module, CapTranslate): MAINTAINER = u'Lucien Loiseau' EMAIL = 'loiseau.lucien@gmail.com' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3+' NAME = 'googletranslate' DESCRIPTION = u'Google translation web service' diff --git a/modules/grooveshark/module.py b/modules/grooveshark/module.py index 45d7b72201b77157a25d604f4c48745e77330d5c..70f43a27690faa855171d3d01bc7d5bdecb09acc 100644 --- a/modules/grooveshark/module.py +++ b/modules/grooveshark/module.py @@ -40,7 +40,7 @@ class GroovesharkModule(Module, CapAudio, CapCollection): DESCRIPTION = u'Grooveshark music streaming website' MAINTAINER = u'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3+' BROWSER = GroovesharkBrowser diff --git a/modules/groupamaes/module.py b/modules/groupamaes/module.py index 2919527777d42a55e8adced81ca4028cf213b3f3..3711870d4d7cd5cb9b614ae6a3c7912296e9a15a 100644 --- a/modules/groupamaes/module.py +++ b/modules/groupamaes/module.py @@ -34,7 +34,7 @@ class GroupamaesModule(Module, CapBank): MAINTAINER = u'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' LICENSE = 'AGPLv3+' - VERSION = '1.0' + VERSION = '1.1' BROWSER = GroupamaesBrowser diff --git a/modules/guerrillamail/module.py b/modules/guerrillamail/module.py index 449386e34a0ebf9e23d250bac77dd04cc8eb71ac..e2be48ecb38c7d227e2a19257527739dbf163e25 100644 --- a/modules/guerrillamail/module.py +++ b/modules/guerrillamail/module.py @@ -34,7 +34,7 @@ class GuerrillamailModule(Module, CapMessages, CapMessagesPost): MAINTAINER = u'Vincent A' EMAIL = 'dev@indigo.re' LICENSE = 'AGPLv3+' - VERSION = '1.0' + VERSION = '1.1' BROWSER = GuerrillamailBrowser diff --git a/modules/hds/module.py b/modules/hds/module.py index 96c87d45171e4bf372c0c6565a3c1b813d3daa9b..039c3453c88958cb4bc12a4ae23f0d3c88eed6fb 100644 --- a/modules/hds/module.py +++ b/modules/hds/module.py @@ -31,7 +31,7 @@ class HDSModule(Module, CapMessages): NAME = 'hds' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3+' DESCRIPTION = u"Histoires de Sexe French erotic novels" STORAGE = {'seen': []} diff --git a/modules/hellobank/module.py b/modules/hellobank/module.py index 077982a414e92194261db7c68369ffdc77b3bd5e..52938641b8207f738dc18ac13a16a32da535a657 100644 --- a/modules/hellobank/module.py +++ b/modules/hellobank/module.py @@ -37,7 +37,7 @@ class HelloBankModule(Module, CapBank, CapMessages): NAME = 'hellobank' MAINTAINER = u'Christophe Lampin' EMAIL = 'weboob@lampin.net' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3+' DESCRIPTION = u'Hello Bank!' CONFIG = BackendConfig(ValueBackendPassword('login', label='Identifiant', masked=False), diff --git a/modules/hsbc/module.py b/modules/hsbc/module.py index 7d1fa1a2b51cd0916f66710cd44420d9dc7b3340..184391f3e05ee922821303060541b4e101afc9a8 100644 --- a/modules/hsbc/module.py +++ b/modules/hsbc/module.py @@ -33,7 +33,7 @@ class HSBCModule(Module, CapBank): NAME = 'hsbc' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3+' DESCRIPTION = 'HSBC France' CONFIG = BackendConfig(ValueBackendPassword('login', label='Identifiant', masked=False), diff --git a/modules/hybride/module.py b/modules/hybride/module.py index 39e3fc641273dd3ed1d2310659e953b380a20c68..a869efb1c32c4dcf5c4303b71c7318d325323287 100644 --- a/modules/hybride/module.py +++ b/modules/hybride/module.py @@ -33,7 +33,7 @@ class HybrideModule(Module, CapCalendarEvent): MAINTAINER = u'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' LICENSE = 'AGPLv3+' - VERSION = '1.0' + VERSION = '1.1' ASSOCIATED_CATEGORIES = [CATEGORIES.CINE] BROWSER = HybrideBrowser diff --git a/modules/imdb/module.py b/modules/imdb/module.py index a716c4b61c0cef1b8aa81d11e8c3ca7548490651..5b1225de5ce29ff107d938dc882c318dd8f28842 100644 --- a/modules/imdb/module.py +++ b/modules/imdb/module.py @@ -31,7 +31,7 @@ class ImdbModule(Module, CapCinema): NAME = 'imdb' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = 'Internet Movie Database service' LICENSE = 'AGPLv3+' BROWSER = ImdbBrowser diff --git a/modules/imgur/module.py b/modules/imgur/module.py index 035c4c6e6c415544d284555fc2720a167eb0fe7d..d05bd05fd260e39b6b2c1fbe6ba1d9018eba7fa4 100644 --- a/modules/imgur/module.py +++ b/modules/imgur/module.py @@ -50,7 +50,7 @@ class ImgurModule(Module, CapPaste): MAINTAINER = u'Vincent A' EMAIL = 'dev@indigo.re' LICENSE = 'AGPLv3+' - VERSION = '1.0' + VERSION = '1.1' CLIENT_ID = '87a8e692cb09382' diff --git a/modules/ina/module.py b/modules/ina/module.py index cd33f2bd45bed054875438d63c1fcfe2e398cac3..b56ad826daa42951606d78ed59bb167b6c0e34ef 100644 --- a/modules/ina/module.py +++ b/modules/ina/module.py @@ -32,7 +32,7 @@ class InaModule(Module, CapVideo): NAME = 'ina' MAINTAINER = u'Christophe Benz' EMAIL = 'christophe.benz@gmail.com' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = 'INA French TV video archives' LICENSE = 'AGPLv3+' BROWSER = InaBrowser diff --git a/modules/indeed/module.py b/modules/indeed/module.py index d80ede9b41978e5b032abc3447a920201c9c2f81..a920c05bd76fd082d56fcc606dfa05f4c62cd5b4 100644 --- a/modules/indeed/module.py +++ b/modules/indeed/module.py @@ -33,7 +33,7 @@ class IndeedModule(Module, CapJob): MAINTAINER = u'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' LICENSE = 'AGPLv3+' - VERSION = '1.0' + VERSION = '1.1' BROWSER = IndeedBrowser diff --git a/modules/ing/module.py b/modules/ing/module.py index 8f29b78ee0ed66701fcaa80a77fbfd250cbb9497..dbb4fecf4d5f8747fc5ef36009ee73bd0f8d5125 100644 --- a/modules/ing/module.py +++ b/modules/ing/module.py @@ -35,7 +35,7 @@ class INGModule(Module, CapBank, CapBill): NAME = 'ing' MAINTAINER = u'Florent Fourcot' EMAIL = 'weboob@flo.fourcot.fr' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3+' DESCRIPTION = 'ING Direct' CONFIG = BackendConfig(ValueBackendPassword('login', diff --git a/modules/inrocks/module.py b/modules/inrocks/module.py index 39a77d77fb6de8eee30f8a7b31135447a8a0b63b..9e2942022a032c9da399a40bd143723dd75aafcf 100644 --- a/modules/inrocks/module.py +++ b/modules/inrocks/module.py @@ -27,7 +27,7 @@ class NewspaperInrocksModule(GenericNewspaperModule, CapMessages): MAINTAINER = u'Julien Hebert' EMAIL = 'juke@free.fr' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3+' STORAGE = {'seen': {}} NAME = 'inrocks' diff --git a/modules/ipinfodb/module.py b/modules/ipinfodb/module.py index 4021a071117d6de1c64a7fb067c3375d61a1afb8..62851b010a1bdd42e4cdfc895867dc33d1d6e334 100644 --- a/modules/ipinfodb/module.py +++ b/modules/ipinfodb/module.py @@ -30,7 +30,7 @@ class IpinfodbModule(Module, CapGeolocIp): NAME = 'ipinfodb' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3+' DESCRIPTION = u"IPInfoDB IP addresses geolocation service" BROWSER = StandardBrowser diff --git a/modules/izneo/module.py b/modules/izneo/module.py index bbf9985425d24f5c0274bf9d0b29d66facde2766..503f04d7fb0659ea50f17109b4d7d16ede0da544 100644 --- a/modules/izneo/module.py +++ b/modules/izneo/module.py @@ -64,7 +64,7 @@ class IzneoModule(Module, CapGallery): NAME = 'izneo' MAINTAINER = u'Roger Philibert' EMAIL = 'roger.philibert@gmail.com' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = 'Izneo digital comics' LICENSE = 'AGPLv3+' BROWSER = IzneoBrowser diff --git a/modules/jacquieetmichel/module.py b/modules/jacquieetmichel/module.py index a437b3e67a5713f708262bd9ad18aeba4aac287e..b587f8fdda9bc7490f1223098f1c1dfe1d04b662 100644 --- a/modules/jacquieetmichel/module.py +++ b/modules/jacquieetmichel/module.py @@ -32,7 +32,7 @@ class JacquieEtMichelModule(Module, CapVideo, CapCollection): NAME = 'jacquieetmichel' MAINTAINER = u'Roger Philibert' EMAIL = 'roger.philibert@gmail.com' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = 'Jacquie et Michel TV' LICENSE = 'AGPLv3+' BROWSER = JacquieEtMichelBrowser diff --git a/modules/jcvelaux/module.py b/modules/jcvelaux/module.py index ad3f95f7078c186fd13d6ff8bd5100fba7dec1f3..76ce51095397d4292816cdbae694c152c15eff48 100644 --- a/modules/jcvelaux/module.py +++ b/modules/jcvelaux/module.py @@ -57,7 +57,7 @@ class jcvelauxModule(Module, CapGauge): u', '.join(CITIES)) MAINTAINER = u'Herve Werner' EMAIL = 'dud225@hotmail.com' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3' BROWSER = VelibBrowser diff --git a/modules/jvmalin/module.py b/modules/jvmalin/module.py index 1fcce46e6695c1c61395bf8fa6c240d7da6c908e..53cd25fc394b9a19f13d17fbfa7886a15403cccf 100644 --- a/modules/jvmalin/module.py +++ b/modules/jvmalin/module.py @@ -30,7 +30,7 @@ class JVMalinModule(Module, CapTravel): NAME = 'jvmalin' MAINTAINER = u'Alexandre Lissy' EMAIL = 'github@lissy.me' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3+' DESCRIPTION = u"Multimodal public transportation for whole Région Centre, France" BROWSER = JVMalin diff --git a/modules/kickass/module.py b/modules/kickass/module.py index 372597ded103f6fbfffa6e0434d90635b5b97adf..b9a4e43035d85f05537c42fd9b65446271978cfa 100644 --- a/modules/kickass/module.py +++ b/modules/kickass/module.py @@ -33,7 +33,7 @@ class KickassModule(Module, CapTorrent): NAME = 'kickass' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = 'Kickass Torrents BitTorrent tracker' LICENSE = 'AGPLv3+' BROWSER = KickassBrowser diff --git a/modules/lacentrale/module.py b/modules/lacentrale/module.py index 121640a0e1fe24d6cc0091d6bfc845932a7df12a..32dba318c07f0258cf079f22c06c601b661c76c0 100644 --- a/modules/lacentrale/module.py +++ b/modules/lacentrale/module.py @@ -33,7 +33,7 @@ class LaCentraleModule(Module, CapPriceComparison): NAME = 'lacentrale' MAINTAINER = u'Vicnet' EMAIL = 'vo.publique@gmail.com' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = 'Vehicule prices at LaCentrale.fr' LICENSE = 'AGPLv3+' BROWSER = LaCentraleBrowser diff --git a/modules/lcl/module.py b/modules/lcl/module.py index 673ca7cb69471b2f555f2fd66a154c1641310b06..2bf38ae408e5945a1e706b3ff83d60d447cfd6b4 100644 --- a/modules/lcl/module.py +++ b/modules/lcl/module.py @@ -33,7 +33,7 @@ class LCLModule(Module, CapBank): NAME = 'lcl' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = u'LCL' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(ValueBackendPassword('login', label='Identifiant', masked=False), diff --git a/modules/leboncoin/module.py b/modules/leboncoin/module.py index d04040dc31e17a95a53532d119b4100894b85d2c..e172fb6aa8a535e15218590b7be6e3c710ebf7e1 100644 --- a/modules/leboncoin/module.py +++ b/modules/leboncoin/module.py @@ -33,7 +33,7 @@ class LeboncoinModule(Module, CapHousing): MAINTAINER = u'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' LICENSE = 'AGPLv3+' - VERSION = '1.0' + VERSION = '1.1' BROWSER = LeboncoinBrowser diff --git a/modules/leclercmobile/module.py b/modules/leclercmobile/module.py index 94b6c0c301b28737d68bcf74b2687af6b4f981e6..3eae26edb08d905a090f3506becb274239ecaf25 100644 --- a/modules/leclercmobile/module.py +++ b/modules/leclercmobile/module.py @@ -33,7 +33,7 @@ class LeclercMobileModule(Module, CapBill): NAME = 'leclercmobile' MAINTAINER = u'Florent Fourcot' EMAIL = 'weboob@flo.fourcot.fr' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3+' DESCRIPTION = 'Leclerc Mobile website' CONFIG = BackendConfig(ValueBackendPassword('login', diff --git a/modules/lefigaro/module.py b/modules/lefigaro/module.py index 62c396043f078e8b79a07939f52a5463e33643d0..3c2e6c4de93cbec243abd4e3bff8910b4af59973 100644 --- a/modules/lefigaro/module.py +++ b/modules/lefigaro/module.py @@ -27,7 +27,7 @@ class NewspaperFigaroModule(GenericNewspaperModule, CapMessages): MAINTAINER = u'Julien Hebert' EMAIL = 'juke@free.fr' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3+' STORAGE = {'seen': {}} NAME = 'lefigaro' diff --git a/modules/liberation/module.py b/modules/liberation/module.py index 497fcc6055a23ede92cdd22d24169de936de998a..9e56f70e87de7aab5ab4440162c742438a30b1d8 100644 --- a/modules/liberation/module.py +++ b/modules/liberation/module.py @@ -30,7 +30,7 @@ class NewspaperLibeModule(GenericNewspaperModule, CapMessages): MAINTAINER = u'Florent Fourcot' EMAIL = 'weboob@flo.fourcot.fr' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3+' STORAGE = {'seen': {}} NAME = 'liberation' diff --git a/modules/lolix/module.py b/modules/lolix/module.py index 86100cde7d2cbede9f7f71b9de1b6a25f82f802c..85234956abfe0c52cdb11cc72e5eba06b48e88a0 100644 --- a/modules/lolix/module.py +++ b/modules/lolix/module.py @@ -33,7 +33,7 @@ class LolixModule(Module, CapJob): DESCRIPTION = u'Lolix French free software employment website' MAINTAINER = u'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' - VERSION = '1.0' + VERSION = '1.1' BROWSER = LolixBrowser diff --git a/modules/lutim/module.py b/modules/lutim/module.py index 0eafe4d1ba3d1fb6feb694c316b6ae86fe339505..737fecd2f579a0c41f96d8399dac6bf61ebddf37 100644 --- a/modules/lutim/module.py +++ b/modules/lutim/module.py @@ -37,7 +37,7 @@ class LutimModule(Module, CapPaste): MAINTAINER = u'Vincent A' EMAIL = 'dev@indigo.re' LICENSE = 'AGPLv3+' - VERSION = '1.0' + VERSION = '1.1' BROWSER = LutimBrowser diff --git a/modules/mailinator/module.py b/modules/mailinator/module.py index 3d32bab42b10a07b034740aca0799820262a0f01..0b82e446b825d5902c2f0956ab2459faddacaf02 100644 --- a/modules/mailinator/module.py +++ b/modules/mailinator/module.py @@ -36,7 +36,7 @@ class MailinatorModule(Module, CapMessages): MAINTAINER = u'Vincent A' EMAIL = 'dev@indigo.re' LICENSE = 'AGPLv3+' - VERSION = '1.0' + VERSION = '1.1' BROWSER = MailinatorBrowser diff --git a/modules/mareeinfo/module.py b/modules/mareeinfo/module.py index 75eba7add17b27abd4de4f32834b58b8f9edcc36..3427fb2b69aeed8bd52b484130d525428eda0bd8 100644 --- a/modules/mareeinfo/module.py +++ b/modules/mareeinfo/module.py @@ -33,7 +33,7 @@ class MareeinfoModule(Module, CapGauge): MAINTAINER = u'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' LICENSE = 'AGPLv3+' - VERSION = '1.0' + VERSION = '1.1' BROWSER = MareeinfoBrowser diff --git a/modules/marmiton/module.py b/modules/marmiton/module.py index 817d5d8fad7c323da78c80e4616fb50cd60afb63..5c40e9cecc482354cb0be628ef7b5ac83e2701e1 100644 --- a/modules/marmiton/module.py +++ b/modules/marmiton/module.py @@ -31,7 +31,7 @@ class MarmitonModule(Module, CapRecipe): NAME = 'marmiton' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = u'Marmiton French recipe website' LICENSE = 'AGPLv3+' BROWSER = MarmitonBrowser diff --git a/modules/mediawiki/module.py b/modules/mediawiki/module.py index 6568dda732b50844e0a5d380fc5d3a7e4ab7ad59..af4afbe5d77778a5adc5fc9a8257a656604fa6a2 100644 --- a/modules/mediawiki/module.py +++ b/modules/mediawiki/module.py @@ -33,7 +33,7 @@ class MediawikiModule(Module, CapContent): NAME = 'mediawiki' MAINTAINER = u'Clément Schreiner' EMAIL = 'clemux@clemux.info' - VERSION = '1.0' + VERSION = '1.1' 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/module.py b/modules/meteofrance/module.py index 1f79be49b65b7401da5bcf1ff8546ea79cc9be48..154ad4d46b42e645daf853be2c47ddff19f7d639 100644 --- a/modules/meteofrance/module.py +++ b/modules/meteofrance/module.py @@ -31,7 +31,7 @@ class MeteofranceModule(Module, CapWeather): NAME = 'meteofrance' MAINTAINER = u'Cedric Defortis' EMAIL = 'cedric@aiur.fr' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = 'Get forecasts from the MeteoFrance website' LICENSE = 'AGPLv3+' BROWSER = MeteofranceBrowser diff --git a/modules/minutes20/module.py b/modules/minutes20/module.py index 8b1cacf9b722e6878856d73928bd9cda8740b088..24b2b0fd709c01062eebb369d2277c1acc531064 100644 --- a/modules/minutes20/module.py +++ b/modules/minutes20/module.py @@ -27,7 +27,7 @@ class Newspaper20minutesModule(GenericNewspaperModule, CapMessages): MAINTAINER = u'Julien Hebert' EMAIL = 'juke@free.fr' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3+' STORAGE = {'seen': {}} NAME = 'minutes20' diff --git a/modules/monster/module.py b/modules/monster/module.py index e7fce458fae797ed7ca4da3321a7c3b40a9791fc..12acfc6ba8c0f5786f6c9ff0897f947ea02a4230 100644 --- a/modules/monster/module.py +++ b/modules/monster/module.py @@ -35,7 +35,7 @@ class MonsterModule(Module, CapJob): MAINTAINER = u'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' LICENSE = 'AGPLv3+' - VERSION = '1.0' + VERSION = '1.1' BROWSER = MonsterBrowser diff --git a/modules/nectarine/module.py b/modules/nectarine/module.py index 0d0cb7a5566231ff84e85820d61d3be5fb5d9ee4..67c290fa5a1dccb2d1d1a5f42ad9c21292a3ade0 100644 --- a/modules/nectarine/module.py +++ b/modules/nectarine/module.py @@ -28,7 +28,7 @@ class NectarineModule(Module, CapRadio, CapCollection): NAME = 'nectarine' MAINTAINER = u'Thomas Lecavelier' EMAIL = 'thomas-weboob@lecavelier.name' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = u'Nectarine Demoscene Radio' # License of your module LICENSE = 'AGPLv3+' diff --git a/modules/nettokom/module.py b/modules/nettokom/module.py index aa7070c68e99f2b1271bd05f98eed8d911725e84..e22d448778b7707d45b1c0d42e02903d0d7b2b42 100644 --- a/modules/nettokom/module.py +++ b/modules/nettokom/module.py @@ -32,7 +32,7 @@ class NettoKomModule(Module, CapBill): NAME = 'nettokom' MAINTAINER = u'Florent Fourcot' EMAIL = 'weboob@flo.fourcot.fr' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3+' DESCRIPTION = 'Nettokom website' CONFIG = BackendConfig(ValueBackendPassword('login', diff --git a/modules/newsfeed/module.py b/modules/newsfeed/module.py index b1f8da3d3416fecaf13dacdb487dcbe7b8247f16..7726092c05fb2089e59d54817f68ec95587c8aca 100644 --- a/modules/newsfeed/module.py +++ b/modules/newsfeed/module.py @@ -31,7 +31,7 @@ class NewsfeedModule(Module, CapMessages): NAME = 'newsfeed' MAINTAINER = u'Clément Schreiner' EMAIL = "clemux@clemux.info" - VERSION = '1.0' + VERSION = '1.1' 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/nihonnooto/module.py b/modules/nihonnooto/module.py index 5a50b180a19f9bb826bcc40fb5001b9d81f5892a..c6e0da7e7764136965dae07e60c8865d01ee11f7 100644 --- a/modules/nihonnooto/module.py +++ b/modules/nihonnooto/module.py @@ -28,7 +28,7 @@ class NihonNoOtoModule(Module, CapRadio, CapCollection): NAME = 'nihonnooto' MAINTAINER = u'Thomas Lecavelier' EMAIL = 'thomas-weboob@lecavelier.name' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = u'« Le son du Japon » french operated web radio, diffusing japanese music' # License of your module LICENSE = 'AGPLv3+' diff --git a/modules/nolifetv/module.py b/modules/nolifetv/module.py index 2ef7e78240552e8e5413c1151232928d5f737e50..0f3a528008543c430e09c97aeeb9d697d5727ed5 100644 --- a/modules/nolifetv/module.py +++ b/modules/nolifetv/module.py @@ -37,7 +37,7 @@ class NolifeTVModule(Module, CapVideo, CapCollection): NAME = 'nolifetv' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = 'NolifeTV French video streaming website' LICENSE = 'AGPLv3+' BROWSER = NolifeTVBrowser diff --git a/modules/nova/module.py b/modules/nova/module.py index e4674c20fa6d899e192315f4c25d64a3690e9da3..0d619a4e79a4b85e063016c41fea4006a466da94 100644 --- a/modules/nova/module.py +++ b/modules/nova/module.py @@ -36,7 +36,7 @@ class NovaModule(Module, CapRadio, CapCollection): NAME = 'nova' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = u'Nova French radio' LICENSE = 'AGPLv3+' BROWSER = StandardBrowser diff --git a/modules/okc/module.py b/modules/okc/module.py index a0b498b176d057c691fb0ca98c9fc3be3b372c46..8e65bc76578ac0b732f7c5c2d758e7afb54f7fa7 100644 --- a/modules/okc/module.py +++ b/modules/okc/module.py @@ -66,7 +66,7 @@ class OkCModule(Module, CapMessages, CapContact, CapMessagesPost, CapDating): NAME = 'okc' MAINTAINER = u'Roger Philibert' EMAIL = 'roger.philibert@gmail.com' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3+' DESCRIPTION = u'OkCupid dating website' CONFIG = BackendConfig(Value('username', label='Username'), diff --git a/modules/oney/module.py b/modules/oney/module.py index 05232b4b6ce05b7d6a30c051b86f3fbf22f10b77..919b07a24586f4f4d7acbe21548d91e447227b3f 100644 --- a/modules/oney/module.py +++ b/modules/oney/module.py @@ -33,7 +33,7 @@ class OneyModule(Module, CapBank): NAME = 'oney' MAINTAINER = u'Vincet Paredes' EMAIL = 'vparedes@budget-insight.com' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3+' DESCRIPTION = 'Oney' CONFIG = BackendConfig(ValueBackendPassword('login', label='Identifiant', masked=False), diff --git a/modules/opacwebaloes/module.py b/modules/opacwebaloes/module.py index e0e549676131b28e1e37eefd79de465682da0632..4e19317f627f79c39f30c8a3337af86ba5729080 100644 --- a/modules/opacwebaloes/module.py +++ b/modules/opacwebaloes/module.py @@ -32,7 +32,7 @@ class AloesModule(Module, CapBook): NAME = 'opacwebaloes' MAINTAINER = u'Jeremy Monnet' EMAIL = 'jmonnet@gmail.com' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = 'Aloes Library software' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(Value('login', label='Account ID', regexp='^\d{1,8}\w$'), diff --git a/modules/opensubtitles/module.py b/modules/opensubtitles/module.py index 67422393e9c4197030d5c60fdf0c0ec34b9cbb40..8803a2f9b819177a1246da4688c332a8f1f3d9a9 100644 --- a/modules/opensubtitles/module.py +++ b/modules/opensubtitles/module.py @@ -32,7 +32,7 @@ class OpensubtitlesModule(Module, CapSubtitle): NAME = 'opensubtitles' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = 'Opensubtitles subtitle website' LICENSE = 'AGPLv3+' BROWSER = OpensubtitlesBrowser diff --git a/modules/orange/module.py b/modules/orange/module.py index 469a56b242a5d80ab35adddfdc883be4f0f2fdc9..760e61df86534bd7297dda15cb37a0a1032cce39 100644 --- a/modules/orange/module.py +++ b/modules/orange/module.py @@ -33,7 +33,7 @@ class OrangeModule(Module, CapAccount, CapMessages, CapMessagesPost): NAME = 'orange' MAINTAINER = u'Nicolas Duhamel' EMAIL = 'nicolas@jombi.fr' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = 'Orange French mobile phone provider' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(Value('login', label='Login'), diff --git a/modules/ouifm/module.py b/modules/ouifm/module.py index e7ff1b78fef6b806e10181da9473d1280bd0b4a4..a6c92c26385ed4358982e31f40126dead8d9f005 100644 --- a/modules/ouifm/module.py +++ b/modules/ouifm/module.py @@ -34,7 +34,7 @@ class OuiFMModule(Module, CapRadio, CapCollection): NAME = 'ouifm' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = u'OÜI FM French radio' LICENSE = 'AGPLv3+' BROWSER = StandardBrowser diff --git a/modules/ovs/module.py b/modules/ovs/module.py index e67950127b9490b06ad2b0f86416170eca3e6d39..12c143f46ce34defeb70562225ab181c9dae1140 100644 --- a/modules/ovs/module.py +++ b/modules/ovs/module.py @@ -65,7 +65,7 @@ class OvsModule(Module, CapMessages, CapMessagesPost, CapContact): DESCRIPTION = u'OnVaSortir website. Handles private messages only' MAINTAINER = u'Vincent A' EMAIL = 'dev@indigo.re' - VERSION = '1.0' + VERSION = '1.1' CONFIG = BackendConfig(Value('username', label='Username', default=''), ValueBackendPassword('password', label='Password', default=''), diff --git a/modules/pap/module.py b/modules/pap/module.py index 989030f5e5b38391ee4756897e87aba2064bb25f..8b42825cb16eda8cefb71a3b200704ea6085532f 100644 --- a/modules/pap/module.py +++ b/modules/pap/module.py @@ -31,7 +31,7 @@ class PapModule(Module, CapHousing): NAME = 'pap' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = 'French housing website' LICENSE = 'AGPLv3+' BROWSER = PapBrowser diff --git a/modules/pariskiwi/module.py b/modules/pariskiwi/module.py index 563fd01cae98f4b00d049cd9dd12d6e8b12e9477..750ff8d7206e17d528561fc67719b62b7a29f417 100644 --- a/modules/pariskiwi/module.py +++ b/modules/pariskiwi/module.py @@ -34,7 +34,7 @@ class ParisKiwiModule(Module, CapCalendarEvent): MAINTAINER = u'Vincent A' EMAIL = 'dev@indigo.re' LICENSE = 'AGPLv3+' - VERSION = '1.0' + VERSION = '1.1' BROWSER = ParisKiwiBrowser diff --git a/modules/parolesmania/module.py b/modules/parolesmania/module.py index fa82730f4e7ba9ebd7fe02c66a9c9d273b314d18..bd4cfa62f82f0577b1f6a09ed594c0f7c63f739e 100644 --- a/modules/parolesmania/module.py +++ b/modules/parolesmania/module.py @@ -31,7 +31,7 @@ class ParolesmaniaModule(Module, CapLyrics): NAME = 'parolesmania' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = 'Paroles Mania lyrics website' LICENSE = 'AGPLv3+' BROWSER = ParolesmaniaBrowser diff --git a/modules/parolesmusique/module.py b/modules/parolesmusique/module.py index 64660510bc0b8171111c98c7ad5051deb201d36d..298e941e6ba7b49c4d2ff34bc5ed94b0ed9bbbd8 100644 --- a/modules/parolesmusique/module.py +++ b/modules/parolesmusique/module.py @@ -29,7 +29,7 @@ class ParolesmusiqueModule(Module, CapLyrics): NAME = 'parolesmusique' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = 'paroles-musique lyrics website' LICENSE = 'AGPLv3+' BROWSER = ParolesmusiqueBrowser diff --git a/modules/parolesnet/module.py b/modules/parolesnet/module.py index 1f99b1750f0a2791ee5796c782c3b6f5b4947c0c..34191be512280d15bfbcc3fc99c4c6096aaa8509 100644 --- a/modules/parolesnet/module.py +++ b/modules/parolesnet/module.py @@ -29,7 +29,7 @@ class ParolesnetModule(Module, CapLyrics): NAME = 'parolesnet' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = 'paroles.net lyrics website' LICENSE = 'AGPLv3+' BROWSER = ParolesnetBrowser diff --git a/modules/pastealacon/module.py b/modules/pastealacon/module.py index e0d95d0ae63ab27653effc0b43fdff2a2ee7440e..855fe1cfd0a9f73e1fca3b05f3c2f0bc23fb0753 100644 --- a/modules/pastealacon/module.py +++ b/modules/pastealacon/module.py @@ -31,7 +31,7 @@ class PastealaconModule(Module, BasePasteModule): NAME = 'pastealacon' MAINTAINER = u'Laurent Bachelier' EMAIL = 'laurent@bachelier.name' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = u'Paste à la con text sharing tool' LICENSE = 'AGPLv3+' BROWSER = PastealaconBrowser diff --git a/modules/pastebin/module.py b/modules/pastebin/module.py index b5195b5d0505f19d2ee5436e257c43e60be228f7..be92cea1bfd89260620f98419232da8f7ee9d4a8 100644 --- a/modules/pastebin/module.py +++ b/modules/pastebin/module.py @@ -30,7 +30,7 @@ class PastebinModule(Module, BasePasteModule): NAME = 'pastebin' MAINTAINER = u'Laurent Bachelier' EMAIL = 'laurent@bachelier.name' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = 'Pastebin text sharing service' LICENSE = 'AGPLv3+' BROWSER = PastebinBrowser diff --git a/modules/paypal/module.py b/modules/paypal/module.py index ddfbff98abae696dd4d4780153ff8e088f695b24..f1f4cf40b1d522e68c5e140bebfe2cc505fafdf6 100644 --- a/modules/paypal/module.py +++ b/modules/paypal/module.py @@ -32,7 +32,7 @@ class PaypalModule(Module, CapBank): NAME = 'paypal' MAINTAINER = u'Laurent Bachelier' EMAIL = 'laurent@bachelier.name' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3+' DESCRIPTION = u'PayPal' CONFIG = BackendConfig(ValueBackendPassword('login', label='E-mail', masked=False), diff --git a/modules/phpbb/module.py b/modules/phpbb/module.py index 6ddba5718a75b3f665255cb37be36d01c9b3c599..c666baaed4e5c5fd6e491a208a87640901e1b43a 100644 --- a/modules/phpbb/module.py +++ b/modules/phpbb/module.py @@ -35,7 +35,7 @@ class PhpBBModule(Module, CapMessages, CapMessagesPost): NAME = 'phpbb' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3+' DESCRIPTION = "phpBB forum" CONFIG = BackendConfig(Value('url', label='URL of forum', regexp='https?://.*'), diff --git a/modules/piratebay/module.py b/modules/piratebay/module.py index 8e175d9bda89dd3a9ede3caf20dbff4678522f03..9a9712237260662822b0706fde508fa1a28a15f0 100644 --- a/modules/piratebay/module.py +++ b/modules/piratebay/module.py @@ -32,7 +32,7 @@ class PiratebayModule(Module, CapTorrent): NAME = 'piratebay' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = 'The Pirate Bay BitTorrent tracker' LICENSE = 'AGPLv3+' BROWSER = PiratebayBrowser diff --git a/modules/pixtoilelibre/module.py b/modules/pixtoilelibre/module.py index dff20df29cabe55a3281ab758283b033c166bea6..cde4180c09f0e757b455106a456edc7ad2519cdd 100644 --- a/modules/pixtoilelibre/module.py +++ b/modules/pixtoilelibre/module.py @@ -41,7 +41,7 @@ class PixtoilelibreModule(Module, CapPaste): MAINTAINER = u'Vincent A' EMAIL = 'dev@indigo.re' LICENSE = 'AGPLv3+' - VERSION = '1.0' + VERSION = '1.1' BROWSER = PixtoilelibreBrowser diff --git a/modules/playme/module.py b/modules/playme/module.py index 8e321a040d52af7e8182c7c14f83d2f39fa7ad78..08644e05a37129f8d5bd05d303f2bf3e9fed1d51 100644 --- a/modules/playme/module.py +++ b/modules/playme/module.py @@ -38,7 +38,7 @@ class PlayMeModule(Module, CapMessages, CapMessagesPost, CapDating): MAINTAINER = u'Roger Philibert' EMAIL = 'roger.philibert@gmail.com' LICENSE = 'AGPLv3+' - VERSION = '1.0' + VERSION = '1.1' CONFIG = BackendConfig(Value('username', label='Facebook email'), ValueBackendPassword('password', label='Facebook password')) diff --git a/modules/podnapisi/module.py b/modules/podnapisi/module.py index 0369a8ad3ca5784d4955160a1baf31900cc0ba47..5c340f1af06c6dbe797646c16f3cc7b7c7e8e536 100644 --- a/modules/podnapisi/module.py +++ b/modules/podnapisi/module.py @@ -32,7 +32,7 @@ class PodnapisiModule(Module, CapSubtitle): NAME = 'podnapisi' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = 'Podnapisi movies and tv series subtitle website' LICENSE = 'AGPLv3+' BROWSER = PodnapisiBrowser diff --git a/modules/poivy/module.py b/modules/poivy/module.py index a664fa7c858199bd1d082aef492b4beae930e07b..b56de0118e8b0b5c6ce4057006e60b23adaf10f0 100644 --- a/modules/poivy/module.py +++ b/modules/poivy/module.py @@ -33,7 +33,7 @@ class PoivyModule(Module, CapBill): NAME = 'poivy' MAINTAINER = u'Florent Fourcot' EMAIL = 'weboob@flo.fourcot.fr' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3+' DESCRIPTION = 'Poivy website' CONFIG = BackendConfig(ValueBackendPassword('login', diff --git a/modules/popolemploi/module.py b/modules/popolemploi/module.py index 1d240f774c9de9c36c669b1618432ae2e6a436b4..784eec856f90321b4f6eddb60590f5cca4266965 100644 --- a/modules/popolemploi/module.py +++ b/modules/popolemploi/module.py @@ -34,7 +34,7 @@ class PopolemploiModule(Module, CapJob): DESCRIPTION = u'Pole Emploi website' MAINTAINER = u'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' - VERSION = '1.0' + VERSION = '1.1' BROWSER = PopolemploiBrowser diff --git a/modules/presseurop/module.py b/modules/presseurop/module.py index 600abc225eb0a3c6534964abc76e2bebb9fb6e07..ade05d950b5d19043ae58c8853730e783d4e314e 100644 --- a/modules/presseurop/module.py +++ b/modules/presseurop/module.py @@ -30,7 +30,7 @@ class NewspaperPresseuropModule(GenericNewspaperModule, CapMessages): MAINTAINER = u'Florent Fourcot' EMAIL = 'weboob@flo.fourcot.fr' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3+' STORAGE = {'seen': {}} NAME = 'presseurop' diff --git a/modules/prixcarburants/module.py b/modules/prixcarburants/module.py index ea63e2b4d4962baf9a26ff2661b65ed141d13c95..99a9e2f35654f31a474ac88c708c885e1ef4f4b2 100644 --- a/modules/prixcarburants/module.py +++ b/modules/prixcarburants/module.py @@ -31,7 +31,7 @@ class PrixCarburantsModule(Module, CapPriceComparison): NAME = 'prixcarburants' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = 'French governement website to compare fuel prices' LICENSE = 'AGPLv3+' BROWSER = PrixCarburantsBrowser diff --git a/modules/quvi/module.py b/modules/quvi/module.py index c7561a09c6eb08df919d495fd42ab1b3fab25fc1..3e836f7e258dc63e70c189f6da888e8ba07968cc 100644 --- a/modules/quvi/module.py +++ b/modules/quvi/module.py @@ -43,7 +43,7 @@ class QuviModule(Module, CapVideo): MAINTAINER = u'Vincent A' EMAIL = 'dev@indigo.re' LICENSE = 'AGPLv3+' - VERSION = '1.0' + VERSION = '1.1' BROWSER = None diff --git a/modules/radiofrance/module.py b/modules/radiofrance/module.py index 0b38f2024452bb2a16ea7224f276df2b134f2a67..3bf271ab1141727ee28f4e6423ace14e14b082db 100644 --- a/modules/radiofrance/module.py +++ b/modules/radiofrance/module.py @@ -36,7 +36,7 @@ class RadioFranceModule(Module, CapRadio, CapCollection, CapVideo): NAME = 'radiofrance' MAINTAINER = u'Laurent Bachelier' EMAIL = 'laurent@bachelier.name' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = u'Radios of Radio France: Inter, Info, Bleu, Culture, Musique, FIP, Le Mouv\'' LICENSE = 'AGPLv3+' BROWSER = RadioFranceBrowser diff --git a/modules/razibus/module.py b/modules/razibus/module.py index 10777c9272c07f58342bc6444793af8e698bc890..e2461a34fe45154ba0037717fe3d1501cc3e6f42 100644 --- a/modules/razibus/module.py +++ b/modules/razibus/module.py @@ -35,7 +35,7 @@ class RazibusModule(Module, CapCalendarEvent): MAINTAINER = u'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' LICENSE = 'AGPLv3+' - VERSION = '1.0' + VERSION = '1.1' ASSOCIATED_CATEGORIES = [CATEGORIES.CONCERT] BROWSER = RazibusBrowser diff --git a/modules/redmine/module.py b/modules/redmine/module.py index 5e5f42fca60e98ea7a7ff630357d7207df88a15b..3599a99cfb66e39e614f70ec3de07cb1c3966774 100644 --- a/modules/redmine/module.py +++ b/modules/redmine/module.py @@ -37,7 +37,7 @@ class RedmineModule(Module, CapContent, CapBugTracker, CapCollection): NAME = 'redmine' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '1.0' + VERSION = '1.1' 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/regionsjob/module.py b/modules/regionsjob/module.py index d001131ebc5a865b14546888dda62fab9879c639..b2cd7232b198ca3df794d04b1b5a294ef01bb1e5 100644 --- a/modules/regionsjob/module.py +++ b/modules/regionsjob/module.py @@ -34,7 +34,7 @@ class RegionsjobModule(Module, CapJob): MAINTAINER = u'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' LICENSE = 'AGPLv3+' - VERSION = '1.0' + VERSION = '1.1' BROWSER = RegionsjobBrowser diff --git a/modules/sachsen/module.py b/modules/sachsen/module.py index 2b8bc97921304edf88b6ff969666e29866f30190..3c4ce081a94b1d6ac2f8f0cb87ac74e5185ddeb5 100644 --- a/modules/sachsen/module.py +++ b/modules/sachsen/module.py @@ -31,7 +31,7 @@ class SachsenLevelModule(Module, CapGauge): NAME = 'sachsen' MAINTAINER = u'Florent Fourcot' EMAIL = 'weboob@flo.fourcot.fr' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3+' DESCRIPTION = u"Level of Sachsen river" BROWSER = SachsenBrowser diff --git a/modules/seeklyrics/module.py b/modules/seeklyrics/module.py index 7a1c3e2f97467c0a4f4c1ef0e77e1d446760dba4..4dc1205d8367d77a8fde9f72ef5affcbd0a0aa6b 100644 --- a/modules/seeklyrics/module.py +++ b/modules/seeklyrics/module.py @@ -31,7 +31,7 @@ class SeeklyricsModule(Module, CapLyrics): NAME = 'seeklyrics' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = 'SeekLyrics lyrics website' LICENSE = 'AGPLv3+' BROWSER = SeeklyricsBrowser diff --git a/modules/seloger/module.py b/modules/seloger/module.py index d049f30ca765fbfb2016aaa74eada8431e323a3f..567611af7ca060df978d018c52b244e6992ad101 100644 --- a/modules/seloger/module.py +++ b/modules/seloger/module.py @@ -31,7 +31,7 @@ class SeLogerModule(Module, CapHousing): NAME = 'seloger' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = 'French housing website' LICENSE = 'AGPLv3+' ICON = 'http://static.poliris.com/z/portail/svx/portals/sv6_gen/favicon.png' diff --git a/modules/senscritique/module.py b/modules/senscritique/module.py index 78e631faa4c34deeca9af00592770e33b5f8d913..a17a946af841c25554fd9c28a176f1300361b52a 100644 --- a/modules/senscritique/module.py +++ b/modules/senscritique/module.py @@ -34,7 +34,7 @@ class SenscritiqueModule(Module, CapCalendarEvent): MAINTAINER = u'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' LICENSE = 'AGPLv3+' - VERSION = '1.0' + VERSION = '1.1' ASSOCIATED_CATEGORIES = [CATEGORIES.TELE] BROWSER = SenscritiqueBrowser diff --git a/modules/sfr/module.py b/modules/sfr/module.py index dcfa0ee9d18a978ce5d9bf3eb01e83118ba3d23b..3afd51cbe4d5e1acb1fb224a0400b5305b139bc8 100644 --- a/modules/sfr/module.py +++ b/modules/sfr/module.py @@ -33,7 +33,7 @@ class SfrModule(Module, CapAccount, CapMessages, CapMessagesPost): NAME = 'sfr' MAINTAINER = u'Christophe Benz' EMAIL = 'christophe.benz@gmail.com' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = 'SFR French mobile phone provider' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(Value('login', label='Login'), diff --git a/modules/societegenerale/module.py b/modules/societegenerale/module.py index 04af6d335a0a8167a5ca61e891accbc6bb0d1a94..6e655e6b827c80eb7e9ea04f5127fb586b532341 100644 --- a/modules/societegenerale/module.py +++ b/modules/societegenerale/module.py @@ -34,7 +34,7 @@ class SocieteGeneraleModule(Module, CapBank): NAME = 'societegenerale' MAINTAINER = u'Jocelyn Jaubert' EMAIL = 'jocelyn.jaubert@gmail.com' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3+' DESCRIPTION = u'Société Générale' CONFIG = BackendConfig( diff --git a/modules/somafm/module.py b/modules/somafm/module.py index c2ebf6842836720cb6c1af694be4eb7be94d34fb..fe7b4ea92f322114c57d63dace9f599e14380e50 100644 --- a/modules/somafm/module.py +++ b/modules/somafm/module.py @@ -40,7 +40,7 @@ class SomaFMModule(Module, CapRadio, CapCollection): NAME = 'somafm' MAINTAINER = u'Roger Philibert' EMAIL = 'roger.philibert@gmail.com' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = u'SomaFM web radio' LICENSE = 'AGPLv3+' BROWSER = StandardBrowser diff --git a/modules/sueurdemetal/module.py b/modules/sueurdemetal/module.py index a89ea2331048b1d1cb630d2384ca4e249d64539a..24dff47c69b5a86bd4cf0ee0ba0ddb73006d499a 100644 --- a/modules/sueurdemetal/module.py +++ b/modules/sueurdemetal/module.py @@ -40,7 +40,7 @@ class SueurDeMetalModule(Module, CapCalendarEvent): MAINTAINER = u'Vincent A' EMAIL = 'dev@indigo.re' LICENSE = 'AGPLv3+' - VERSION = '1.0' + VERSION = '1.1' BROWSER = SueurDeMetalBrowser diff --git a/modules/supertoinette/module.py b/modules/supertoinette/module.py index bfaf4a26947341907391a313cc4f1abca96cc13f..d9496826d7368e9b734ab28cc657d830ab93d623 100644 --- a/modules/supertoinette/module.py +++ b/modules/supertoinette/module.py @@ -29,7 +29,7 @@ class SupertoinetteModule(Module, CapRecipe): NAME = 'supertoinette' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = u'Super Toinette, la cuisine familiale French recipe website' LICENSE = 'AGPLv3+' BROWSER = SupertoinetteBrowser diff --git a/modules/taz/module.py b/modules/taz/module.py index f90c312d4008d44f3a853ee401b24768b1f4aac1..bc4910cbbb74aeb753cb388deb7d053310829e93 100644 --- a/modules/taz/module.py +++ b/modules/taz/module.py @@ -27,7 +27,7 @@ class NewspaperTazModule(GenericNewspaperModule, CapMessages): MAINTAINER = u'Florent Fourcot' EMAIL = 'weboob@flo.fourcot.fr' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3+' STORAGE = {'seen': {}} NAME = 'taz' diff --git a/modules/tinder/module.py b/modules/tinder/module.py index bf2349dce816bcfe6376bd048e02b34706780132..6be18feab9b3084545c39b89764166c9bb9e11b8 100644 --- a/modules/tinder/module.py +++ b/modules/tinder/module.py @@ -71,7 +71,7 @@ class TinderModule(Module, CapMessages, CapMessagesPost, CapDating): MAINTAINER = u'Roger Philibert' EMAIL = 'roger.philibert@gmail.com' LICENSE = 'AGPLv3+' - VERSION = '1.0' + VERSION = '1.1' CONFIG = BackendConfig(Value('username', label='Facebook email'), ValueBackendPassword('password', label='Facebook password')) diff --git a/modules/transilien/module.py b/modules/transilien/module.py index b1893449d0f068f3568356f6f55eedc095c6ce58..45282911d42b96f44fda5fd259f9e8ee226273c7 100644 --- a/modules/transilien/module.py +++ b/modules/transilien/module.py @@ -28,7 +28,7 @@ class TransilienModule(Module, CapTravel): NAME = 'transilien' MAINTAINER = u'Julien Hébert' EMAIL = 'juke@free.fr' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3+' DESCRIPTION = u"Public transportation in the Paris area" BROWSER = Transilien diff --git a/modules/trictractv/module.py b/modules/trictractv/module.py index 1c3fcea71ee2ae00fcd9d5546bcb15c9dbfbe938..0436d536ede44ba7ad7c8c6c73a8a72f0951a1ae 100644 --- a/modules/trictractv/module.py +++ b/modules/trictractv/module.py @@ -33,7 +33,7 @@ class TricTracTVModule(Module, CapVideo): NAME = 'trictractv' MAINTAINER = u'Benjamin Drieu' EMAIL = 'benjamin@drieu.org' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = u'TricTrac.tv video website' LICENSE = 'AGPLv3+' BROWSER = TricTracTVBrowser diff --git a/modules/tvsubtitles/module.py b/modules/tvsubtitles/module.py index 20fd6e89681f07c5fcafb094e300d5795f38832c..2cebce48d3b3a0bc05122b51359841ff41fe844f 100644 --- a/modules/tvsubtitles/module.py +++ b/modules/tvsubtitles/module.py @@ -31,7 +31,7 @@ class TvsubtitlesModule(Module, CapSubtitle): NAME = 'tvsubtitles' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = 'Tvsubtitles subtitle website' LICENSE = 'AGPLv3+' BROWSER = TvsubtitlesBrowser diff --git a/modules/twitter/module.py b/modules/twitter/module.py index ac94bf3b45ff25542d427b0398cdc3367fef96c9..5bef543d2d30e045435145e15fc49eb2854f6803 100644 --- a/modules/twitter/module.py +++ b/modules/twitter/module.py @@ -36,7 +36,7 @@ class TwitterModule(Module, CapMessages, CapMessagesPost, CapCollection): MAINTAINER = u'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' LICENSE = 'AGPLv3+' - VERSION = '1.0' + VERSION = '1.1' BROWSER = TwitterBrowser STORAGE = {'seen': {}} diff --git a/modules/unsee/module.py b/modules/unsee/module.py index 938c2aa53826c7d8c72e3cf472d1f55bfbe9ff12..f7cda9a43f401d37258ae63618d6a5082c4ed118 100644 --- a/modules/unsee/module.py +++ b/modules/unsee/module.py @@ -43,7 +43,7 @@ class UnseeModule(Module, BasePasteModule): MAINTAINER = u'Vincent A' EMAIL = 'dev@indigo.re' LICENSE = 'AGPLv3+' - VERSION = '1.0' + VERSION = '1.1' BROWSER = UnseeBrowser diff --git a/modules/ups/module.py b/modules/ups/module.py index a2289d7444dd83b288a8e7e01f49234b568852ec..9ccd23d4b6213c861373c4969080397616cda563 100644 --- a/modules/ups/module.py +++ b/modules/ups/module.py @@ -32,7 +32,7 @@ class UpsModule(Module, CapParcel): DESCRIPTION = u'UPS website' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '1.0' + VERSION = '1.1' BROWSER = UpsBrowser diff --git a/modules/vimeo/module.py b/modules/vimeo/module.py index 85658b51d8fd9bcf2992da9688ed7d1486687d15..ba1aa129c7dac7da424523a2e9d53860da81697b 100644 --- a/modules/vimeo/module.py +++ b/modules/vimeo/module.py @@ -34,7 +34,7 @@ class VimeoModule(Module, CapVideo, CapCollection): NAME = 'vimeo' MAINTAINER = u'François Revol' EMAIL = 'revol@free.fr' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = 'Vimeo video streaming website' LICENSE = 'AGPLv3+' BROWSER = VimeoBrowser diff --git a/modules/vlille/module.py b/modules/vlille/module.py index 86df02e3da0b3b079c8a37fa58c6eda72bcd7ce2..2a62163fc35252355ee80a40a7e99e8a7c13fb50 100644 --- a/modules/vlille/module.py +++ b/modules/vlille/module.py @@ -32,7 +32,7 @@ class VlilleModule(Module, CapGauge): DESCRIPTION = u'Lille bike renting availability information' MAINTAINER = u'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' - VERSION = '1.0' + VERSION = '1.1' BROWSER = VlilleBrowser diff --git a/modules/voyagessncf/module.py b/modules/voyagessncf/module.py index 0e139f45813fe37d872b9679f2b67bc0cb60cf2e..374589b8e8bc746b962e8070dac5cded69201c97 100644 --- a/modules/voyagessncf/module.py +++ b/modules/voyagessncf/module.py @@ -36,7 +36,7 @@ class VoyagesSNCFModule(Module, CapTravel): MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' LICENSE = 'AGPLv3+' - VERSION = '1.0' + VERSION = '1.1' CONFIG = BackendConfig(Value('age', label='Passenger age', default='ADULT', choices=OrderedDict((('ADULT', '26-59 ans'), ('SENIOR', '60 et +'), diff --git a/modules/weather/module.py b/modules/weather/module.py index 7716170e77444e8f16814da460a9a14d78b39b5b..63d22b51181ecfd23a1705ed84100554e3490264 100644 --- a/modules/weather/module.py +++ b/modules/weather/module.py @@ -30,7 +30,7 @@ class WeatherModule(Module, CapWeather): NAME = 'weather' MAINTAINER = u'Arno Renevier' EMAIL = 'arno@renevier.net' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = 'Get forecasts from weather.com' LICENSE = 'AGPLv3+' BROWSER = WeatherBrowser diff --git a/modules/wellsfargo/module.py b/modules/wellsfargo/module.py index 66a5e8ccd70bbb3fbca9012adcd3f73f2fc3c7a3..5886aea9218c8489c80170ec8453a7cdfd33fb3b 100644 --- a/modules/wellsfargo/module.py +++ b/modules/wellsfargo/module.py @@ -32,7 +32,7 @@ class WellsFargoModule(Module, CapBank): NAME = 'wellsfargo' MAINTAINER = u'Oleg Plakhotniuk' EMAIL = 'olegus8@gmail.com' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3+' DESCRIPTION = u'Wells Fargo' CONFIG = BackendConfig(ValueBackendPassword('login', label='Username', masked=False), diff --git a/modules/wordreference/module.py b/modules/wordreference/module.py index 80709b9477aee2ffbee3cfac3c69284f87526a0e..ca3c63b48ea3d32aede10bf57559bb2ca306c0d3 100644 --- a/modules/wordreference/module.py +++ b/modules/wordreference/module.py @@ -31,7 +31,7 @@ class WordReferenceModule(Module, CapTranslate): MAINTAINER = u'Lucien Loiseau' EMAIL = 'loiseau.lucien@gmail.com' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3+' NAME = 'wordreference' DESCRIPTION = u'Free online translator' diff --git a/modules/yahoo/module.py b/modules/yahoo/module.py index f290a90e40a8742e92f419ea78de693aa2229022..4ba7effd87b03686db37478ed1400afdd14868ef 100644 --- a/modules/yahoo/module.py +++ b/modules/yahoo/module.py @@ -34,7 +34,7 @@ class YahooModule(Module, CapWeather): NAME = 'yahoo' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = 'Yahoo!' LICENSE = 'AGPLv3+' BROWSER = StandardBrowser diff --git a/modules/youjizz/module.py b/modules/youjizz/module.py index b43ec22418d3115687d58ad1242e7cd4d8d36478..706e7a35e22f36d80011e1fc3cd592129847e85c 100644 --- a/modules/youjizz/module.py +++ b/modules/youjizz/module.py @@ -32,7 +32,7 @@ class YoujizzModule(Module, CapVideo, CapCollection): NAME = 'youjizz' MAINTAINER = u'Roger Philibert' EMAIL = 'roger.philibert@gmail.com' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = 'YouJizz pornographic video streaming website' LICENSE = 'AGPLv3+' BROWSER = YoujizzBrowser diff --git a/modules/youporn/module.py b/modules/youporn/module.py index 63192235c693bfa370d577ad3e4b627403c0df8a..ca1bbbb8c7a3438125d7bfe9e9baad3a499636f5 100644 --- a/modules/youporn/module.py +++ b/modules/youporn/module.py @@ -33,7 +33,7 @@ class YoupornModule(Module, CapVideo, CapCollection): NAME = 'youporn' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = 'YouPorn pornographic video streaming website' LICENSE = 'AGPLv3+' BROWSER = YoupornBrowser diff --git a/modules/youtube/module.py b/modules/youtube/module.py index e868aea45af2ec78c116c79e1c436c04ee1129a5..c8089c07cd6c649376fdd784eb9290df116ddc7c 100644 --- a/modules/youtube/module.py +++ b/modules/youtube/module.py @@ -46,7 +46,7 @@ class YoutubeModule(Module, CapVideo, CapCollection): NAME = 'youtube' MAINTAINER = u'Laurent Bachelier' EMAIL = 'laurent@bachelier.name' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = 'YouTube video streaming website' LICENSE = 'AGPLv3+' BROWSER = YoutubeBrowser diff --git a/setup.py b/setup.py index e9cb6c3a12fdf179c8f8b022e853a9be14c58deb..a291814ed0cd2bd6a91afa35097056e40027d86d 100755 --- a/setup.py +++ b/setup.py @@ -155,7 +155,7 @@ def install_weboob(): setup( name='weboob', - version='1.0', + version='1.1', 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 23d8bb0e6a478fd86716de4491723805f25f2ce4..fa5de77b1b8cf3aec00cf34236c4c102a28c6741 100755 --- a/tools/boilerplate.py +++ b/tools/boilerplate.py @@ -35,7 +35,7 @@ TEMPLATE_PATH = os.getenv( 'TEMPLATE_PATH', os.path.realpath(os.path.join(os.path.dirname(__file__), 'boilerplate_data'))) -VERSION = '1.0' +VERSION = '1.1' TEMPLATES = TemplateLookup(directories=[TEMPLATE_PATH]) diff --git a/weboob/applications/boobank/boobank.py b/weboob/applications/boobank/boobank.py index 10a20a142a986e2d4546076061ff5ebe3a79978a..ee241f95fcc473d96dcc1378549303939a6f2f62 100644 --- a/weboob/applications/boobank/boobank.py +++ b/weboob/applications/boobank/boobank.py @@ -283,7 +283,7 @@ def flush(self): class Boobank(ReplApplication): APPNAME = 'boobank' - VERSION = '1.0' + VERSION = '1.1' COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon, Christophe Benz' CAPS = CapBank 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 7940a23eb7c5dac952915dcf1645ba460f31037e..09c30c34ef95f58a0ca4ec3a29c9b73326af3fc7 100644 --- a/weboob/applications/boobathon/boobathon.py +++ b/weboob/applications/boobathon/boobathon.py @@ -278,7 +278,7 @@ def save(self, message): class Boobathon(ReplApplication): APPNAME = 'boobathon' - VERSION = '1.0' + VERSION = '1.1' 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/boobcoming/boobcoming.py b/weboob/applications/boobcoming/boobcoming.py index 20f403dea27771600d10c33f3bd5071bd2f3038f..9800506a9afd40fcef50251042ec3c1a108bf16e 100644 --- a/weboob/applications/boobcoming/boobcoming.py +++ b/weboob/applications/boobcoming/boobcoming.py @@ -140,7 +140,7 @@ def format_obj(self, obj, alias): class Boobcoming(ReplApplication): APPNAME = 'boobcoming' - VERSION = '1.0' + VERSION = '1.1' COPYRIGHT = 'Copyright(C) 2012 Bezleputh' DESCRIPTION = "Console application to see upcoming events." SHORT_DESCRIPTION = "see upcoming events" diff --git a/weboob/applications/boobill/boobill.py b/weboob/applications/boobill/boobill.py index 4e49fe6ad047781dcf29484f1d1fad7e2f9226b4..bd0e6bd57ab0d1edc274b064479c95e93fa12c35 100644 --- a/weboob/applications/boobill/boobill.py +++ b/weboob/applications/boobill/boobill.py @@ -41,7 +41,7 @@ def get_title(self, obj): class Boobill(ReplApplication): APPNAME = 'boobill' - VERSION = '1.0' + VERSION = '1.1' 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 7539677bbc34f2be8ac679b9950fd28d23bb16e2..00f06d44aa178bcb73750c8731fbb6173bf61a24 100644 --- a/weboob/applications/booblyrics/booblyrics.py +++ b/weboob/applications/booblyrics/booblyrics.py @@ -56,7 +56,7 @@ def get_description(self, obj): class Booblyrics(ReplApplication): APPNAME = 'booblyrics' - VERSION = '1.0' + VERSION = '1.1' 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 6bd68b3a291cc5d054505a7a8b9a23042743b58c..ecde81316eca551409ec0d81c301c5b4128ecd5b 100644 --- a/weboob/applications/boobmsg/boobmsg.py +++ b/weboob/applications/boobmsg/boobmsg.py @@ -235,7 +235,7 @@ def format_obj(self, obj, alias=None): class Boobmsg(ReplApplication): APPNAME = 'boobmsg' - VERSION = '1.0' + VERSION = '1.1' 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 6dd978fb7950a4ba7f20529496860bb7d1bce105..1e5cd3700319e167ec90ef080dce3a8b1be21c8a 100644 --- a/weboob/applications/boobooks/boobooks.py +++ b/weboob/applications/boobooks/boobooks.py @@ -40,7 +40,7 @@ def get_title(self, obj): class Boobooks(ReplApplication): APPNAME = 'boobooks' - VERSION = '1.0' + VERSION = '1.1' COPYRIGHT = 'Copyright(C) 2012 Jeremy Monnet' CAPS = CapBook DESCRIPTION = "Console application allowing to list your books rented or booked at the library, " \ diff --git a/weboob/applications/boobsize/boobsize.py b/weboob/applications/boobsize/boobsize.py index 35bc7a8952dd5a8594eecafacd795bdf261f7d18..5d196ef006a43a6453521e7d06d57f139c749a66 100644 --- a/weboob/applications/boobsize/boobsize.py +++ b/weboob/applications/boobsize/boobsize.py @@ -94,7 +94,7 @@ def format_obj(self, obj, alias): class Boobsize(ReplApplication): APPNAME = 'Boobsize' - VERSION = '1.0' + VERSION = '1.1' COPYRIGHT = 'Copyright(C) 2013 Florent Fourcot' DESCRIPTION = "Console application allowing to display various sensors and gauges values." SHORT_DESCRIPTION = "display sensors and gauges values" diff --git a/weboob/applications/boobtracker/boobtracker.py b/weboob/applications/boobtracker/boobtracker.py index 2e17659d65ba66e67778f0c0cee04264da4f8a87..09deb28dc7b3111d443bc4c22a4fa753244194b3 100644 --- a/weboob/applications/boobtracker/boobtracker.py +++ b/weboob/applications/boobtracker/boobtracker.py @@ -105,7 +105,7 @@ def get_description(self, obj): class BoobTracker(ReplApplication): APPNAME = 'boobtracker' - VERSION = '1.0' + VERSION = '1.1' 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 ebe1c2ab1aa12e9c50ec0fe7eded602f59168ae1..0e632390d88a4eb8eca7baf05c3196b3f8fbd622 100644 --- a/weboob/applications/cineoob/cineoob.py +++ b/weboob/applications/cineoob/cineoob.py @@ -176,7 +176,7 @@ def get_description(self, obj): class Cineoob(ReplApplication): APPNAME = 'cineoob' - VERSION = '1.0' + VERSION = '1.1' 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 d2e0e671dee725ee2baef4b056e24fc6b6137156..af966b42e2a586fc240af58fa6c46cc8ac2a340e 100644 --- a/weboob/applications/comparoob/comparoob.py +++ b/weboob/applications/comparoob/comparoob.py @@ -74,7 +74,7 @@ def get_description(self, obj): class Comparoob(ReplApplication): APPNAME = 'comparoob' - VERSION = '1.0' + VERSION = '1.1' 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 b3ebd14a283415898b69556d646ff9d1202c82fd..a8990eec87fef3b38932ff88883eb14b555fff05 100644 --- a/weboob/applications/cookboob/cookboob.py +++ b/weboob/applications/cookboob/cookboob.py @@ -74,7 +74,7 @@ def get_description(self, obj): class Cookboob(ReplApplication): APPNAME = 'cookboob' - VERSION = '1.0' + VERSION = '1.1' 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 e38c9fe972fd1f1858c4bc78261f07779fa5e8ce..3806be75d9bfc0fde01d76d93d828dd0702f4149 100644 --- a/weboob/applications/flatboob/flatboob.py +++ b/weboob/applications/flatboob/flatboob.py @@ -80,7 +80,7 @@ def get_description(self, obj): class Flatboob(ReplApplication): APPNAME = 'flatboob' - VERSION = '1.0' + VERSION = '1.1' 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 c761649a3dd8b8f2bbedf80e1ab2903a97830a89..66fc6af9df98d2f99066f240fc6f6436eee257e8 100644 --- a/weboob/applications/galleroob/galleroob.py +++ b/weboob/applications/galleroob/galleroob.py @@ -47,7 +47,7 @@ def get_description(self, obj): class Galleroob(ReplApplication): APPNAME = 'galleroob' - VERSION = '1.0' + VERSION = '1.1' 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 d61410d343f0a0fec0b06c3e17dbb0bf98e6bf19..1d7c5099417e817eff03cc5d389849986b34a593 100644 --- a/weboob/applications/geolooc/geolooc.py +++ b/weboob/applications/geolooc/geolooc.py @@ -28,7 +28,7 @@ class Geolooc(ReplApplication): APPNAME = 'geolooc' - VERSION = '1.0' + VERSION = '1.1' 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 e0bc8550a3d9e6a8e73d5ad0307ca48e2d146149..1edef295e7ed761d4767a5d5cdce0fb92328a129 100644 --- a/weboob/applications/handjoob/handjoob.py +++ b/weboob/applications/handjoob/handjoob.py @@ -75,7 +75,7 @@ def get_description(self, obj): class Handjoob(ReplApplication): APPNAME = 'handjoob' - VERSION = '1.0' + VERSION = '1.1' 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 f74936c35ca6eeafc7ccf40a5898d129f0f48a37..c03d02fad6fa90d1df7fa8e27b08a3c4846e46bf 100644 --- a/weboob/applications/havedate/havedate.py +++ b/weboob/applications/havedate/havedate.py @@ -48,7 +48,7 @@ def get_description(self, event): class HaveDate(Boobmsg): APPNAME = 'havedate' - VERSION = '1.0' + VERSION = '1.1' 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 fa4f5bf5898a142edd4e7adca5313ca3bcb881ff..7e048e4135981344b3874bda241abc2ac7480a78 100644 --- a/weboob/applications/masstransit/masstransit.py +++ b/weboob/applications/masstransit/masstransit.py @@ -278,7 +278,7 @@ def refresh(self): class Masstransit(Application): "Application Class" APPNAME = 'masstransit' - VERSION = '1.0' + VERSION = '1.1' 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 6b72450c3c2dc3e221a3404d140f2a2b6c58ebd9..7148861ff3b1e321776efc05127ced926d3b2460 100644 --- a/weboob/applications/monboob/monboob.py +++ b/weboob/applications/monboob/monboob.py @@ -89,7 +89,7 @@ def run(self): class Monboob(ReplApplication): APPNAME = 'monboob' - VERSION = '1.0' + VERSION = '1.1' 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 87fe9c90ccc7b76aef8a7b869f64f5ddae77bd1c..0a8d10b739108862f3765b846f5e9e55551b2e9a 100644 --- a/weboob/applications/parceloob/parceloob.py +++ b/weboob/applications/parceloob/parceloob.py @@ -84,7 +84,7 @@ def format_obj(self, obj, alias): class Parceloob(ReplApplication): APPNAME = 'parceloob' - VERSION = '1.0' + VERSION = '1.1' COPYRIGHT = 'Copyright(C) 2013 Romain Bignon' CAPS = CapParcel DESCRIPTION = "Console application to track your parcels." diff --git a/weboob/applications/pastoob/pastoob.py b/weboob/applications/pastoob/pastoob.py index 6a65670e13ed719789318344ab19387bf8bbd850..9ed3c472f7112be9cec1296983755d8e009c24ea 100644 --- a/weboob/applications/pastoob/pastoob.py +++ b/weboob/applications/pastoob/pastoob.py @@ -33,7 +33,7 @@ class Pastoob(ReplApplication): APPNAME = 'pastoob' - VERSION = '1.0' + VERSION = '1.1' 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 ffcb3a8ba070b73f5b584f723d7b4ffcfe1d9e10..b2109148941fd51a1bef153950ac82d8c7d1c549 100644 --- a/weboob/applications/qboobmsg/qboobmsg.py +++ b/weboob/applications/qboobmsg/qboobmsg.py @@ -26,7 +26,7 @@ class QBoobMsg(QtApplication): APPNAME = 'qboobmsg' - VERSION = '1.0' + VERSION = '1.1' 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 e5fb3315a5f9b175228a5059e9def0ab9ef3a06e..e9aa77a8b4c75fc39cf7cde13e8e039d0db46859 100644 --- a/weboob/applications/qcineoob/qcineoob.py +++ b/weboob/applications/qcineoob/qcineoob.py @@ -28,7 +28,7 @@ class QCineoob(QtApplication): APPNAME = 'qcineoob' - VERSION = '1.0' + VERSION = '1.1' 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 bf0962848a308241ee64d2cb9de170c09edd9891..0d8ab1fe0890857b40c50485226de433c8503458 100644 --- a/weboob/applications/qcookboob/qcookboob.py +++ b/weboob/applications/qcookboob/qcookboob.py @@ -26,7 +26,7 @@ class QCookboob(QtApplication): APPNAME = 'qcookboob' - VERSION = '1.0' + VERSION = '1.1' 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 df3f1abbe1a959d6bfca89730401ba979b483784..17f814630daeae90f243f5ea20f11d7c13513171 100644 --- a/weboob/applications/qflatboob/qflatboob.py +++ b/weboob/applications/qflatboob/qflatboob.py @@ -27,7 +27,7 @@ class QFlatBoob(QtApplication): APPNAME = 'qflatboob' - VERSION = '1.0' + VERSION = '1.1' 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 a5fc1b9bdcd6dff5ced8dad38c2a60e93ec45bf8..f1617b3b5f974558d746d057a43a5ebb93b25b9c 100644 --- a/weboob/applications/qhandjoob/qhandjoob.py +++ b/weboob/applications/qhandjoob/qhandjoob.py @@ -27,7 +27,7 @@ class QHandJoob(QtApplication): APPNAME = 'qhandjoob' - VERSION = '1.0' + VERSION = '1.1' 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 70f601e8b4ade836f98741173499965c820bb848..e8e9f2ea854ab507f072cb61c1cc37ff8fcae74e 100644 --- a/weboob/applications/qhavedate/qhavedate.py +++ b/weboob/applications/qhavedate/qhavedate.py @@ -26,7 +26,7 @@ class QHaveDate(QtApplication): APPNAME = 'qhavedate' - VERSION = '1.0' + VERSION = '1.1' 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 9333866e535f40673d1a128d6be4543e47e3ac5f..e115ff424cefa57e2a5facf16a7bdab452433c8d 100644 --- a/weboob/applications/qvideoob/qvideoob.py +++ b/weboob/applications/qvideoob/qvideoob.py @@ -26,7 +26,7 @@ class QVideoob(QtApplication): APPNAME = 'qvideoob' - VERSION = '1.0' + VERSION = '1.1' 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 e660e2352eebf00b02794413138d6ad342fd6b39..23d7eae2a757959cf0f3135a71f417c0f1cb567f 100644 --- a/weboob/applications/qwebcontentedit/qwebcontentedit.py +++ b/weboob/applications/qwebcontentedit/qwebcontentedit.py @@ -25,7 +25,7 @@ class QWebContentEdit(QtApplication): APPNAME = 'qwebcontentedit' - VERSION = '1.0' + VERSION = '1.1' 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 a0889ef402c72d0e9b3616b9dc4feea449471d29..7a6add0abd9efc9806ac6c07141d8ce45926257c 100644 --- a/weboob/applications/qweboobcfg/qweboobcfg.py +++ b/weboob/applications/qweboobcfg/qweboobcfg.py @@ -23,7 +23,7 @@ class QWeboobCfg(QtApplication): APPNAME = 'qweboobcfg' - VERSION = '1.0' + VERSION = '1.1' 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 c4542c230d26b16044aaa6f6b48fafb5c6d2be59..5f439b0c6e58be4b40b1b776992d34eb6ea19a87 100644 --- a/weboob/applications/radioob/radioob.py +++ b/weboob/applications/radioob/radioob.py @@ -125,7 +125,7 @@ def get_description(self, obj): class Radioob(ReplApplication): APPNAME = 'radioob' - VERSION = '1.0' + VERSION = '1.1' COPYRIGHT = 'Copyright(C) 2010-2013 Romain Bignon\nCopyright(C) 2013 Pierre Maziere' 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 b51a46a3f321bf7302b34a7179492604e2933ec7..738cc07cee34d114eb1694efb059b6907788b7ef 100644 --- a/weboob/applications/suboob/suboob.py +++ b/weboob/applications/suboob/suboob.py @@ -85,7 +85,7 @@ def get_description(self, obj): class Suboob(ReplApplication): APPNAME = 'suboob' - VERSION = '1.0' + VERSION = '1.1' 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 92dc1d9f794183dbe9f0a16221a9198c4d6539ef..8834ea1d8d402f668f713c397a039ebefa87d55a 100644 --- a/weboob/applications/translaboob/translaboob.py +++ b/weboob/applications/translaboob/translaboob.py @@ -47,7 +47,7 @@ def format_obj(self, obj, alias): class Translaboob(ReplApplication): APPNAME = 'translaboob' - VERSION = '1.0' + VERSION = '1.1' 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 f5ad1ad0f279ca96757a37753373f7225e93e438..8f265614d0ba15fff80ed5026f3c60b3119c2b58 100644 --- a/weboob/applications/traveloob/traveloob.py +++ b/weboob/applications/traveloob/traveloob.py @@ -66,7 +66,7 @@ def get_title(self, obj): class Traveloob(ReplApplication): APPNAME = 'traveloob' - VERSION = '1.0' + VERSION = '1.1' COPYRIGHT = 'Copyright(C) 2010-2013 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 eec2442ccd62b83d5fcca501c7a6dbb08876c585..46c7a32e4fd088609fb1856a47d7198119dbfa86 100644 --- a/weboob/applications/videoob/videoob.py +++ b/weboob/applications/videoob/videoob.py @@ -53,7 +53,7 @@ def get_description(self, obj): class Videoob(ReplApplication): APPNAME = 'videoob' - VERSION = '1.0' + VERSION = '1.1' 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 555e5e47b291b15a8f942fe70c4285424e6d023c..4e83fd1177407414b98df09258429b2860c7abc6 100644 --- a/weboob/applications/webcontentedit/webcontentedit.py +++ b/weboob/applications/webcontentedit/webcontentedit.py @@ -34,7 +34,7 @@ class WebContentEdit(ReplApplication): APPNAME = 'webcontentedit' - VERSION = '1.0' + VERSION = '1.1' 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 742ee14314074c616f7aeac1b39602a99191dd31..044928fe967180b9b8bd479772e7b17ec06b921a 100644 --- a/weboob/applications/weboobcfg/weboobcfg.py +++ b/weboob/applications/weboobcfg/weboobcfg.py @@ -33,7 +33,7 @@ class WeboobCfg(ReplApplication): APPNAME = 'weboob-config' - VERSION = '1.0' + VERSION = '1.1' 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 dae9f12213e83a96965bf1589c671ee02fc1a2d8..1d2879213fd9f95a968a511a26ecaaa7d568e527 100644 --- a/weboob/applications/weboobcli/weboobcli.py +++ b/weboob/applications/weboobcli/weboobcli.py @@ -27,7 +27,7 @@ class WeboobCli(ReplApplication): APPNAME = 'weboob-cli' - VERSION = '1.0' + VERSION = '1.1' 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 d5539e2a5ff28995e5eefd84ae43be0576fac2e6..8a58be08bde7be5b3d04960c97c38761879c7ff2 100644 --- a/weboob/applications/weboobdebug/weboobdebug.py +++ b/weboob/applications/weboobdebug/weboobdebug.py @@ -26,7 +26,7 @@ class WeboobDebug(Application): APPNAME = 'weboobdebug' - VERSION = '1.0' + VERSION = '1.1' 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 6daf3c0861f642291505e4801310191516935e3b..4b348b0303510cd5e75d114e6d52c1d34e2dcb51 100644 --- a/weboob/applications/weboobrepos/weboobrepos.py +++ b/weboob/applications/weboobrepos/weboobrepos.py @@ -38,7 +38,7 @@ class WeboobRepos(ReplApplication): APPNAME = 'weboob-repos' - VERSION = '1.0' + VERSION = '1.1' 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 9904f4aa0ee25f5fddd890edf4c4a34bb73e4b07..a86c89d0d784a2513c83121bf4263bb5979b0709 100644 --- a/weboob/applications/weboorrents/weboorrents.py +++ b/weboob/applications/weboorrents/weboorrents.py @@ -90,7 +90,7 @@ def get_description(self, obj): class Weboorrents(ReplApplication): APPNAME = 'weboorrents' - VERSION = '1.0' + VERSION = '1.1' 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 576f903989e85e8434db1696716a2042ba4bdafb..dd923ca2c64d2b8b24c77c92acd2592e855e3e74 100644 --- a/weboob/applications/wetboobs/wetboobs.py +++ b/weboob/applications/wetboobs/wetboobs.py @@ -59,7 +59,7 @@ def get_title(self, obj): class WetBoobs(ReplApplication): APPNAME = 'wetboobs' - VERSION = '1.0' + VERSION = '1.1' COPYRIGHT = 'Copyright(C) 2010-2014 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 f9f5b98db644bec2e7832c2018a696a1cbc30cbc..c614f30d6498afb90753c04057ea9fae13ed6b52 100644 --- a/weboob/core/ouiboube.py +++ b/weboob/core/ouiboube.py @@ -51,7 +51,7 @@ class WebNip(object): :param scheduler: what scheduler to use; default is :class:`weboob.core.scheduler.Scheduler` :type scheduler: :class:`weboob.core.scheduler.IScheduler` """ - VERSION = '1.0' + VERSION = '1.1' def __init__(self, modules_path=None, storage=None, scheduler=None): self.logger = getLogger('weboob') diff --git a/weboob/tools/capabilities/gallery/genericcomicreader.py b/weboob/tools/capabilities/gallery/genericcomicreader.py index e27c096eaef9956bb592289c337f96629304e546..3d733409b2c3eeae44214da1871a409f37f0af13 100644 --- a/weboob/tools/capabilities/gallery/genericcomicreader.py +++ b/weboob/tools/capabilities/gallery/genericcomicreader.py @@ -66,7 +66,7 @@ class GenericComicReaderModule(Module, CapGallery): NAME = 'genericcomicreader' MAINTAINER = u'Noé Rubinstein' EMAIL = 'noe.rubinstein@gmail.com' - VERSION = '1.0' + VERSION = '1.1' DESCRIPTION = 'Generic comic reader backend; subclasses implement specific sites' LICENSE = 'AGPLv3+' BROWSER = GenericComicReaderBrowser diff --git a/weboob/tools/capabilities/messages/GenericModule.py b/weboob/tools/capabilities/messages/GenericModule.py index 3dcc863c454435e9a5c3a6ceac47ef68c2a33ad7..f268e83fd485a32eab70ff3e40bf175e173aa1da 100644 --- a/weboob/tools/capabilities/messages/GenericModule.py +++ b/weboob/tools/capabilities/messages/GenericModule.py @@ -31,7 +31,7 @@ class GenericNewspaperModule(Module, CapMessages): """ MAINTAINER = u'Julien Hebert' EMAIL = 'juke@free.fr' - VERSION = '1.0' + VERSION = '1.1' LICENSE = 'AGPLv3+' STORAGE = {'seen': {}} RSS_FEED = None