diff --git a/contrib/boobank_indicator/setup.py b/contrib/boobank_indicator/setup.py index 1a93962b79274370c30539e55de79017a886a05a..7325d1bd3f82cdcbcd5801a90339e8a5e89b6d03 100644 --- a/contrib/boobank_indicator/setup.py +++ b/contrib/boobank_indicator/setup.py @@ -2,7 +2,7 @@ from setuptools import find_packages setup(name='boobank_indicator', - version='2.0', + version='2.1', description='show your bank accounts in your System Tray', long_description='boobank_indicator will show you bank accounts and associated transactions in your system tray. Your bank accounts should be configured in boobank', keywords='weboob boobank tray icon', diff --git a/contrib/plugin.video.videoobmc/default.py b/contrib/plugin.video.videoobmc/default.py index ddd712e819bdfeb16420927fe211048b9034ab55..b8083134ba968e6cd2dfbf4784ad6d339939c193 100644 --- a/contrib/plugin.video.videoobmc/default.py +++ b/contrib/plugin.video.videoobmc/default.py @@ -5,7 +5,7 @@ from resources.lib.actions import actions # Plugin constants -version = '2.0' +version = '2.1' plugin = "videoobmc" + version addon_id = "plugin.video.videoobmc" author = "Bezleputh" diff --git a/contrib/videoob_web/videoob_web/videoob_web.py b/contrib/videoob_web/videoob_web/videoob_web.py index 915dbfb7e0c037d9096faddd7c517d0addb9fead..27c42fb66405e0801e08783ff57d3f0433c45f19 100644 --- a/contrib/videoob_web/videoob_web/videoob_web.py +++ b/contrib/videoob_web/videoob_web/videoob_web.py @@ -42,7 +42,7 @@ class VideoobWeb(Application): APPNAME = 'videoob-webserver' - VERSION = '2.0' + VERSION = '2.1' COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz' DESCRIPTION = 'WSGI web server application allowing to search for videos on various websites.' CAPS = CapVideo diff --git a/docs/source/conf.py b/docs/source/conf.py index 0c2fdd54eb429860d964f4b39137e6867d615828..ac5ad18a2a6a2fe77e96c23258e6f045a708efbd 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -48,9 +48,9 @@ # built documents. # # The short X.Y version. -version = '2.0' +version = '2.1' # The full version, including alpha/beta/rc tags. -release = '2.0' +release = '2.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/source/guides/module.rst b/docs/source/guides/module.rst index 10969f4deb9be7795a98da357501993d9b03358e..2de832a5c87e91b435f2c638b534e69bb93fb07d 100644 --- a/docs/source/guides/module.rst +++ b/docs/source/guides/module.rst @@ -121,7 +121,7 @@ Edit ``module.py``. It contains the main class of the module derived from :class EMAIL = 'john.smith@example.com' # Email address of the maintainer LICENSE = 'LGPLv3+' # License of your module # Version of weboob - VERSION = '2.0' + VERSION = '2.1' In the code above, you can see that your ``ExampleModule`` inherits :class:`CapBank `, as we have selected it for the supported website. diff --git a/modules/750g/module.py b/modules/750g/module.py index e7475e4851d7e3cf7fcfdbee8dc9fd8b1e1c52c9..5bbc13616685a0105cde6874dcbab540abf1233b 100644 --- a/modules/750g/module.py +++ b/modules/750g/module.py @@ -36,7 +36,7 @@ class SevenFiftyGramsModule(Module, CapRecipe): NAME = '750g' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = u'750g French recipe website' LICENSE = 'AGPLv3+' BROWSER = SevenFiftyGramsBrowser diff --git a/modules/adecco/module.py b/modules/adecco/module.py index 83bbd2d8d8ba5d03efc1a0050e8f51cb4aa5c148..9d9cabb6451fc70779b59a900b622ef2a1212d12 100644 --- a/modules/adecco/module.py +++ b/modules/adecco/module.py @@ -32,7 +32,7 @@ class AdeccoModule(Module, CapJob): DESCRIPTION = u'adecco website' MAINTAINER = u'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' - VERSION = '2.0' + VERSION = '2.1' BROWSER = AdeccoBrowser diff --git a/modules/afer/module.py b/modules/afer/module.py index f2709407ae8f35f297769910c253077fa53e5379..512df4676826ebf8c582b75e1b25d60a49fc1f8a 100644 --- a/modules/afer/module.py +++ b/modules/afer/module.py @@ -34,7 +34,7 @@ class AferModule(AbstractModule, CapBankWealth): MAINTAINER = 'Quentin Defenouillère' EMAIL = 'quentin.defenouillere@budget-insight.com' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' PARENT = 'aviva' BROWSER = AferBrowser diff --git a/modules/agendaculturel/module.py b/modules/agendaculturel/module.py index 1eef1e302aa0aeebb66f4ca3b83965a86e825e05..0fec10ed138b9d4bc20b3e1b78f6e7b610ad062a 100644 --- a/modules/agendaculturel/module.py +++ b/modules/agendaculturel/module.py @@ -34,7 +34,7 @@ class AgendaculturelModule(Module, CapCalendarEvent): MAINTAINER = u'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' ASSOCIATED_CATEGORIES = [CATEGORIES.CONCERT, CATEGORIES.THEATRE, CATEGORIES.EXPO, CATEGORIES.AUTRE, CATEGORIES.FEST] BROWSER = AgendaculturelBrowser diff --git a/modules/agendadulibre/module.py b/modules/agendadulibre/module.py index e630bbc9f7d1cc29b43c7cdb55e47c7cf1333488..8fc9d86aae65b2999923e8d2d26110f6c7e42724 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 = '2.0' + VERSION = '2.1' ASSOCIATED_CATEGORIES = [CATEGORIES.CONF] BROWSER = AgendadulibreBrowser diff --git a/modules/airparif/module.py b/modules/airparif/module.py index 113a6228a7e1a5747ea46e52b9653d8cd656f964..1c644b24a640ecc60102d7d3b8416785ca0fbada 100644 --- a/modules/airparif/module.py +++ b/modules/airparif/module.py @@ -37,7 +37,7 @@ class AirparifModule(Module, CapGauge): MAINTAINER = 'Vincent A' EMAIL = 'dev@indigo.re' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = AirparifBrowser diff --git a/modules/allocine/module.py b/modules/allocine/module.py index d1fed348377312874cdb586954e90a33bb8fd3cc..a9c4f256147b7619f989e915c627bd3d4cf070ad 100644 --- a/modules/allocine/module.py +++ b/modules/allocine/module.py @@ -35,7 +35,7 @@ class AllocineModule(Module, CapCinema, CapVideo, CapCalendarEvent, CapCollectio NAME = 'allocine' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = u'AlloCiné French cinema database service' LICENSE = 'AGPLv3+' BROWSER = AllocineBrowser diff --git a/modules/allrecipes/module.py b/modules/allrecipes/module.py index 4bcf1d1c554873644e88f6039b5eb8c47332eae8..3bfdecb5a0781682f2633234e7c3e5b633dc434d 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 = '2.0' + VERSION = '2.1' DESCRIPTION = u'Allrecipes English recipe website' LICENSE = 'AGPLv3+' BROWSER = AllrecipesBrowser diff --git a/modules/amazon/module.py b/modules/amazon/module.py index e4079b4482217bc2b679964df1195ade148b4914..33ec7c6eeeaa06af2dca01b3a89cfc3f02e50a37 100644 --- a/modules/amazon/module.py +++ b/modules/amazon/module.py @@ -41,7 +41,7 @@ class AmazonModule(Module, CapDocument): MAINTAINER = 'Théo Dorée' EMAIL = 'tdoree@budget-insight.com' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' website_choices = OrderedDict([(k, u'%s (%s)' % (v, k)) for k, v in sorted({ 'www.amazon.com': u'Amazon.com', diff --git a/modules/amazonstorecard/module.py b/modules/amazonstorecard/module.py index 1c3812c8ecb71dcb05b4f06f1c20e5ee40e5d5b7..4196b7a6a287d5a12af661737eb5a0832757a2f2 100644 --- a/modules/amazonstorecard/module.py +++ b/modules/amazonstorecard/module.py @@ -31,7 +31,7 @@ class AmazonStoreCardModule(Module, CapBank): NAME = 'amazonstorecard' MAINTAINER = u'Oleg Plakhotniuk' EMAIL = 'olegus8@gmail.com' - VERSION = '2.0' + VERSION = '2.1' LICENSE = 'LGPLv3+' DESCRIPTION = u'Amazon Store Card' CONFIG = BackendConfig( diff --git a/modules/ameli/module.py b/modules/ameli/module.py index 4ac22f70469dca8c17a0063df718d69b2c215e1e..85117ac4e17715d72c8bb53becf4cfb6c6318ced 100644 --- a/modules/ameli/module.py +++ b/modules/ameli/module.py @@ -37,7 +37,7 @@ class AmeliModule(Module, CapDocument): MAINTAINER = 'Florian Duguet' EMAIL = 'florian.duguet@budget-insight.com' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = AmeliBrowser diff --git a/modules/amelipro/module.py b/modules/amelipro/module.py index b9730c3f8a53e017709e8f6aea0ea7ae6d1fc017..e5d4f27f7953692e8e5a70de81f97733c6e7af3a 100644 --- a/modules/amelipro/module.py +++ b/modules/amelipro/module.py @@ -29,7 +29,7 @@ class AmeliProModule(Module, CapDocument): DESCRIPTION = u'Ameli website: French Health Insurance for Professionals' MAINTAINER = u'Christophe Lampin' EMAIL = 'weboob@lampin.net' - VERSION = '2.0' + VERSION = '2.1' LICENSE = 'LGPLv3+' BROWSER = AmeliProBrowser CONFIG = BackendConfig(ValueBackendPassword('login', diff --git a/modules/americanexpress/module.py b/modules/americanexpress/module.py index 83894ce40a1157713b177197988416fc465c0e1b..f4328891f9fc4929f115e05811cf18b3560b6445 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 = '2.0' + VERSION = '2.1' DESCRIPTION = u'American Express' LICENSE = 'LGPLv3+' CONFIG = BackendConfig( diff --git a/modules/amundi/module.py b/modules/amundi/module.py index aeff50657d70342bf9b2fa905ed747a70f4a3e85..cb9cb96b11853d908dcd4c18b718166ee626e632 100644 --- a/modules/amundi/module.py +++ b/modules/amundi/module.py @@ -33,7 +33,7 @@ class AmundiModule(Module, CapBankPockets): MAINTAINER = u'James GALT' EMAIL = 'james.galt.bi@gmail.com' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig( ValueBackendPassword('login', label='Identifiant', regexp=r'\d+', masked=False), ValueBackendPassword('password', label='Mot de passe'), diff --git a/modules/anticaptcha/module.py b/modules/anticaptcha/module.py index 311c121c3c2a5639281f2773514db13ae1134f9c..f7b869f5a2394dc97744734fc04dc1eff8ef7a45 100644 --- a/modules/anticaptcha/module.py +++ b/modules/anticaptcha/module.py @@ -38,7 +38,7 @@ class AnticaptchaModule(Module, CapCaptchaSolver): MAINTAINER = 'Vincent A' EMAIL = 'dev@indigo.re' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig( ValueBackendPassword('api_key', label='API key', regexp='^[0-9a-f]+$'), diff --git a/modules/apec/module.py b/modules/apec/module.py index 7b8f5172934057cb02d74e16b1b7ebc0ee9a57e9..aa568d148e21deced9ac9c8ff9e8597c7eee3cf9 100644 --- a/modules/apec/module.py +++ b/modules/apec/module.py @@ -34,7 +34,7 @@ class ApecModule(Module, CapJob): DESCRIPTION = u'apec website' MAINTAINER = u'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' - VERSION = '2.0' + VERSION = '2.1' BROWSER = ApecBrowser diff --git a/modules/apivie/module.py b/modules/apivie/module.py index dcf87c736f09a923f020f3a54e3d145438926d1e..2458dd2f53926456c8d1013f9f9c2aea0d34203f 100644 --- a/modules/apivie/module.py +++ b/modules/apivie/module.py @@ -32,7 +32,7 @@ class ApivieModule(Module, CapBankWealth): DESCRIPTION = u'Apivie' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '2.0' + VERSION = '2.1' BROWSER = ApivieBrowser diff --git a/modules/arte/module.py b/modules/arte/module.py index 1bc1c962e3b3f85ce95ee9abf1eb3380141c8443..938b3ca4f2fd2b4d181bd385a45bfdd84cb2e898 100644 --- a/modules/arte/module.py +++ b/modules/arte/module.py @@ -37,7 +37,7 @@ class ArteModule(Module, CapVideo, CapCollection): NAME = 'arte' MAINTAINER = u'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = 'Arte French and German TV' LICENSE = 'AGPLv3+' diff --git a/modules/asana/module.py b/modules/asana/module.py index 6061c0594462e80fd63ba3e28147a82ce8b8194b..eb309bb4c06c9894f11223864c480cfc16f42dfc 100644 --- a/modules/asana/module.py +++ b/modules/asana/module.py @@ -36,7 +36,7 @@ class AsanaModule(Module, CapBugTracker): MAINTAINER = 'Vincent A' EMAIL = 'dev@indigo.re' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig(ValueBackendPassword('token', label='Personal access token')) BROWSER = AsanaBrowser diff --git a/modules/audioaddict/module.py b/modules/audioaddict/module.py index 2fbad9168feea6491cbdb719563ae4152b032785..8cbe87c6a0248d660a38a52aa3d0e6f64abb32cc 100644 --- a/modules/audioaddict/module.py +++ b/modules/audioaddict/module.py @@ -43,7 +43,7 @@ class AudioAddictModule(Module, CapRadio, CapCollection): NAME = 'audioaddict' MAINTAINER = u'Pierre Mazière' EMAIL = 'pierre.maziere@gmx.com' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = u'Internet radios powered by audioaddict.com services' LICENSE = 'AGPLv3+' BROWSER = APIBrowser diff --git a/modules/aum/module.py b/modules/aum/module.py index a2cb6bff78f03b730e713065a1a130f422ccaec3..2e04c9d36385485fdfbdd74f7b05f536952493ba 100644 --- a/modules/aum/module.py +++ b/modules/aum/module.py @@ -62,7 +62,7 @@ class AuMModule(Module, CapMessages, CapMessagesPost, CapDating, CapChat, CapCon NAME = 'aum' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '2.0' + VERSION = '2.1' LICENSE = 'AGPLv3+' DESCRIPTION = u'"Adopte un Mec" French dating website' CONFIG = BackendConfig(Value('username', label='Username'), diff --git a/modules/avendrealouer/module.py b/modules/avendrealouer/module.py index 47a40c928bfd84073327f046bd4bee35585a6556..63b899ab386ec464b06138962bd3c91858dcb989 100644 --- a/modules/avendrealouer/module.py +++ b/modules/avendrealouer/module.py @@ -35,7 +35,7 @@ class AvendrealouerModule(Module, CapHousing): MAINTAINER = 'ZeHiro' EMAIL = 'public@abossy.fr' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = AvendrealouerBrowser diff --git a/modules/aviva/module.py b/modules/aviva/module.py index 199688215a7627ade1231f6320d6969318925f66..3d8c9f3d24e5eacabaaf397fc653a57e0ef86b59 100644 --- a/modules/aviva/module.py +++ b/modules/aviva/module.py @@ -35,7 +35,7 @@ class AvivaModule(Module, CapBankWealth): MAINTAINER = 'Edouard Lambert' EMAIL = 'elambert@budget-insight.com' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig( ValueBackendPassword('login', label='Identifiant', masked=False), ValueBackendPassword('password', label='Mot de passe') diff --git a/modules/axabanque/module.py b/modules/axabanque/module.py index 71f2dfebb98adc4b46152fd190bacb84e1383de7..3f0a358f77eb8ed6bae316796ca5d395c3072537 100644 --- a/modules/axabanque/module.py +++ b/modules/axabanque/module.py @@ -37,7 +37,7 @@ class AXABanqueModule(Module, CapBankWealth, CapBankTransferAddRecipient, CapDoc NAME = 'axabanque' MAINTAINER = 'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = 'AXA Banque' LICENSE = 'LGPLv3+' CONFIG = BackendConfig( diff --git a/modules/bandcamp/module.py b/modules/bandcamp/module.py index bfd2ea7c7f742b2eb0005fd2b214fad61db5d7be..cb878692f66790c69a6abd381aee0bf3a7abb04d 100644 --- a/modules/bandcamp/module.py +++ b/modules/bandcamp/module.py @@ -34,7 +34,7 @@ class BandcampModule(Module, CapAudio): MAINTAINER = u'Vincent A' EMAIL = 'dev@indigo.re' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = BandcampBrowser diff --git a/modules/banqueaccord/module.py b/modules/banqueaccord/module.py index cb8d940ad7bd6b6fd6b09f3a98e32d70b7be4db5..751ccc2037d59060f094bc2a06ae94a47c154e01 100644 --- a/modules/banqueaccord/module.py +++ b/modules/banqueaccord/module.py @@ -32,7 +32,7 @@ class BanqueAccordModule(AbstractModule, CapBank): MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.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 0ccf1116dcccb80698bb1a9e1c72db0c2e7e574c..8fbb82c3eff97eea3323bd67c0fc5c85c0c030c5 100644 --- a/modules/banquepopulaire/module.py +++ b/modules/banquepopulaire/module.py @@ -42,7 +42,7 @@ class BanquePopulaireModule(Module, CapBankWealth, CapContact, CapProfile, CapDo NAME = 'banquepopulaire' MAINTAINER = 'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = 'Banque Populaire' LICENSE = 'LGPLv3+' website_choices = OrderedDict([(k, '%s (%s)' % (v, k)) for k, v in sorted({ diff --git a/modules/barclays/module.py b/modules/barclays/module.py index 289d287564051e0f30ef511422544b5f024d1a62..8b8d3773d1ebb982e72e3f2bc920abf02bd4603f 100644 --- a/modules/barclays/module.py +++ b/modules/barclays/module.py @@ -35,7 +35,7 @@ class BarclaysModule(Module, CapBankWealth): NAME = 'barclays' MAINTAINER = u'Jean Walrave' EMAIL = 'jwalrave@budget-insight.com' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = u'Barclays' LICENSE = 'LGPLv3+' CONFIG = BackendConfig(ValueBackendPassword('login', label=u"N° d'abonné", masked=False), diff --git a/modules/becm/module.py b/modules/becm/module.py index a37bbfb4b14002e3ec3b43567618298efbf41ede..3dbb9158425a0c51cb548cb51f81271327179a09 100644 --- a/modules/becm/module.py +++ b/modules/becm/module.py @@ -32,7 +32,7 @@ class BECMModule(AbstractModule, CapBankTransferAddRecipient, CapContact): NAME = 'becm' MAINTAINER = u'Victor Kannemacher' EMAIL = 'vkannemacher.budgetinsight@gmail.com' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = u'Banque Européenne Crédit Mutuel' LICENSE = 'LGPLv3+' diff --git a/modules/bforbank/module.py b/modules/bforbank/module.py index 37674d5d10c2c01bc6954bfde7dcfb4cb8e9da38..51d4c23d061a1e29603c288343fdb6ed0d8fbf98 100644 --- a/modules/bforbank/module.py +++ b/modules/bforbank/module.py @@ -35,7 +35,7 @@ class BforbankModule(Module, CapBankWealth, CapProfile): MAINTAINER = u'Baptiste Delpey' EMAIL = 'b.delpey@hotmail.fr' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig(ValueBackendPassword('login', label='Identifiant', masked=False), ValueBackendPassword('password', label='Code personnel', regexp=r'\d+$'), ValueDate('birthdate', label='Date de naissance', formats=('%d/%m/%Y',)) diff --git a/modules/bibliothequesparis/module.py b/modules/bibliothequesparis/module.py index 9befe05591bb08e2c0fac83dce68c8512736b1ca..d6ba5bc601c26a73bc9bfdcf84fa5d6d87d936f1 100644 --- a/modules/bibliothequesparis/module.py +++ b/modules/bibliothequesparis/module.py @@ -35,7 +35,7 @@ class BibliothequesparisModule(Module, CapBook): MAINTAINER = u'Vincent A' EMAIL = 'dev@indigo.re' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = BibliothequesparisBrowser diff --git a/modules/billetreduc/module.py b/modules/billetreduc/module.py index f65de58fc396ecda3c8349349c05f2e20c018818..4967e6aa87d455892394ef90eada389f9ec31c5e 100644 --- a/modules/billetreduc/module.py +++ b/modules/billetreduc/module.py @@ -35,7 +35,7 @@ class BilletreducModule(Module, CapCalendarEvent): MAINTAINER = u'Vincent A' EMAIL = 'dev@indigo.re' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = BilletreducBrowser diff --git a/modules/binck/module.py b/modules/binck/module.py index 1830a5567c9b5b768971fbc32d13c07e32861183..8d416b2933373c4a012e59d4b9468e698b64fea7 100644 --- a/modules/binck/module.py +++ b/modules/binck/module.py @@ -35,7 +35,7 @@ class BinckModule(Module, CapBankWealth): MAINTAINER = u'Edouard Lambert' EMAIL = 'elambert@budget-insight.com' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig( ValueBackendPassword('login', label='Identifiant', masked=False), ValueBackendPassword('password', label='Mot de passe')) diff --git a/modules/blablacar/module.py b/modules/blablacar/module.py index 90a5eada7d3e44827b1a4cace83cf99a7332c582..6d20666544645192fade16ee4f8ce47883033a3c 100644 --- a/modules/blablacar/module.py +++ b/modules/blablacar/module.py @@ -33,7 +33,7 @@ class BlablacarModule(Module, CapTravel): MAINTAINER = u'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = BlablacarBrowser diff --git a/modules/blogspot/module.py b/modules/blogspot/module.py index 1288fd42613a1cb1c946b252952e44afc1882ece..0376cf078e525e791cb907c2796179153125aa3b 100644 --- a/modules/blogspot/module.py +++ b/modules/blogspot/module.py @@ -36,7 +36,7 @@ class BlogspotModule(Module, CapMessages): MAINTAINER = u'Vincent A' EMAIL = 'dev@indigo.re' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig(Value('url', label='URL of the blogspot', regexp='https://[^.]+.blogspot.[^.]+/?')) BROWSER = BlogspotBrowser diff --git a/modules/bnpcards/module.py b/modules/bnpcards/module.py index c5aefc5010c442dbc147c13e6ebb7ec007241543..794d072c16a6fd8814e64717cfd3b45ba11c2707 100644 --- a/modules/bnpcards/module.py +++ b/modules/bnpcards/module.py @@ -36,7 +36,7 @@ class BnpcartesentrepriseModule(Module, CapBank): MAINTAINER = 'Baptiste Delpey' EMAIL = 'bdelpey@budget-insight.fr' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig( ValueBackendPassword('login', label='Identifiant', masked=False), ValueBackendPassword('password', label='Code personnel'), diff --git a/modules/bnporc/module.py b/modules/bnporc/module.py index 80fcbc9eee694f89c035b4fef4a9076f6e66a53a..9b2c7a5914ebfb08e75437595ea0f33945ec8d8a 100644 --- a/modules/bnporc/module.py +++ b/modules/bnporc/module.py @@ -53,7 +53,7 @@ class BNPorcModule( NAME = 'bnporc' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '2.0' + VERSION = '2.1' LICENSE = 'LGPLv3+' DESCRIPTION = 'BNP Paribas' CONFIG = BackendConfig( diff --git a/modules/bnppere/module.py b/modules/bnppere/module.py index 247a039119b7c02aa403c4d97f4e3db072213c81..6c4079da85816210d9cd3809a51e569cc2f191de 100644 --- a/modules/bnppere/module.py +++ b/modules/bnppere/module.py @@ -34,7 +34,7 @@ class BnppereModule(AbstractModule, CapBankWealth, CapProfile): MAINTAINER = u'Edouard Lambert' EMAIL = 'elambert@budget-insight.com' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig( ValueBackendPassword('login', label='Identifiant', masked=False), ValueBackendPassword('password', label='Code secret'), diff --git a/modules/bolden/module.py b/modules/bolden/module.py index af3dbcdb659de6a202ad6bfd23991724740bc3fb..8bb126794cf27742bf172cfb0bb8398d9e55605f 100644 --- a/modules/bolden/module.py +++ b/modules/bolden/module.py @@ -41,7 +41,7 @@ class BoldenModule(Module, CapBankWealth, CapDocument, CapProfile): MAINTAINER = 'Vincent A' EMAIL = 'dev@indigo.re' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = BoldenBrowser diff --git a/modules/boursorama/module.py b/modules/boursorama/module.py index 87728c4679aa9856e19d71eb1bacfe30fd596689..ba590cd8705c1bff70a114a5d7f1cfaef8b1272d 100644 --- a/modules/boursorama/module.py +++ b/modules/boursorama/module.py @@ -40,7 +40,7 @@ class BoursoramaModule(Module, CapBankWealth, CapBankTransferAddRecipient, CapPr NAME = 'boursorama' MAINTAINER = u'Gabriel Kerneis' EMAIL = 'gabriel@kerneis.info' - VERSION = '2.0' + VERSION = '2.1' LICENSE = 'LGPLv3+' DESCRIPTION = u'Boursorama' CONFIG = BackendConfig(ValueBackendPassword('login', label='Identifiant', masked=False), diff --git a/modules/bouygues/module.py b/modules/bouygues/module.py index 672a8976dd1e4088c329f8bc8f020711f72416dc..5de4d4bad129ad0e17432990d345245d677c20b9 100644 --- a/modules/bouygues/module.py +++ b/modules/bouygues/module.py @@ -37,7 +37,7 @@ class BouyguesModule(Module, CapDocument): MAINTAINER = 'Florian Duguet' EMAIL = 'florian.duguet@budget-insight.com' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig(Value('login', label='Numéro de mobile, de clé/tablette ou e-mail en @bbox.fr'), ValueBackendPassword('password', label='Mot de passe'), ValueBackendPassword('lastname', label='Nom de famille', default='')) diff --git a/modules/bp/module.py b/modules/bp/module.py index 9f21a2139bb43f90ed92665f417f2995add3a968..7cce421d4a60ac9dc587ee90212f7d5e976f4c84 100644 --- a/modules/bp/module.py +++ b/modules/bp/module.py @@ -45,7 +45,7 @@ class BPModule( NAME = 'bp' MAINTAINER = u'Nicolas Duhamel' EMAIL = 'nicolas@jombi.fr' - VERSION = '2.0' + VERSION = '2.1' LICENSE = 'LGPLv3+' DESCRIPTION = u'La Banque Postale' CONFIG = BackendConfig( diff --git a/modules/bred/module.py b/modules/bred/module.py index 7927f2797a9af1c4dbdeb3c73816e98d0f806921..b6b6b2eb5835300d7d1ca084ac7769271a144f65 100644 --- a/modules/bred/module.py +++ b/modules/bred/module.py @@ -36,7 +36,7 @@ class BredModule(Module, CapBankWealth, CapProfile): NAME = 'bred' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = u'Bred' LICENSE = 'LGPLv3+' CONFIG = BackendConfig( diff --git a/modules/btmon/module.py b/modules/btmon/module.py index 5c73c1ca373b901f9adbb4532f09ac94f4249cb0..cbc89be163221ce1eec2b665876014503a379985 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 = 'eneiluj@posteo.net' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = 'BTMon BitTorrent database' LICENSE = 'AGPLv3+' BROWSER = BtmonBrowser diff --git a/modules/btpbanque/module.py b/modules/btpbanque/module.py index 7331613d5bd5a076efb7954820d6435c5a204a56..182030a5905370c08c753dea3c5083aa7317ea75 100644 --- a/modules/btpbanque/module.py +++ b/modules/btpbanque/module.py @@ -33,7 +33,7 @@ class BtpbanqueModule(AbstractModule, CapBank): DESCRIPTION = u'BTP Banque' MAINTAINER = u'Edouard Lambert' EMAIL = 'elambert@budget-insight.com' - VERSION = '2.0' + VERSION = '2.1' LICENSE = 'LGPLv3+' auth_type = {'weak' : "Code confidentiel (pro)", 'strong': "Sesame (pro)"} diff --git a/modules/caels/module.py b/modules/caels/module.py index 45b98f430c05ea1fbf76d29859fd90a8643911ce..88e5eeba350300edff31c589403eda65e349efbe 100644 --- a/modules/caels/module.py +++ b/modules/caels/module.py @@ -35,7 +35,7 @@ class CaelsModule(Module, CapBankWealth): MAINTAINER = u'Edouard Lambert' EMAIL = 'elambert@budget-insight.com' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig( ValueBackendPassword('login', label='Identifiant', masked=False), ValueBackendPassword('password', label='Mot de passe')) diff --git a/modules/caissedepargne/module.py b/modules/caissedepargne/module.py index 102c5557c3d31baa172aa8176cb3c4282d39dad9..f6bb778e8a89eedf3643a7099b49435b65a2e39c 100644 --- a/modules/caissedepargne/module.py +++ b/modules/caissedepargne/module.py @@ -44,7 +44,7 @@ class CaisseEpargneModule(Module, CapBankWealth, CapBankTransferAddRecipient, Ca NAME = 'caissedepargne' MAINTAINER = 'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = 'Caisse d\'Épargne' LICENSE = 'LGPLv3+' BROWSER = ProxyBrowser diff --git a/modules/canalplus/module.py b/modules/canalplus/module.py index 5ed9e714f3223809e16c80df1aba0c0d00267a7e..1461476e6d2773591a2243e7dd27dfdf4d116288 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 = '2.0' + VERSION = '2.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/capeasi/module.py b/modules/capeasi/module.py index 4be91ceb6484ec8e9ff3a68e9a1cdbedc5e2bbcb..5669f1a0201ffa1c86e223531af91e35fb54c38f 100644 --- a/modules/capeasi/module.py +++ b/modules/capeasi/module.py @@ -34,7 +34,7 @@ class CapeasiModule(AbstractModule, CapBank): MAINTAINER = u'Edouard Lambert' EMAIL = 'elambert@budget-insight.com' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig( ValueBackendPassword('login', label='Identifiant', masked=False), ValueBackendPassword('password', label='Mot de passe', regexp='^(\d{6})$'), diff --git a/modules/carrefourbanque/module.py b/modules/carrefourbanque/module.py index ad1c37121a1cff642acda55a802cb50b9d4a910e..725348ba6eaacd4074a4637c22bf029fc14402a9 100644 --- a/modules/carrefourbanque/module.py +++ b/modules/carrefourbanque/module.py @@ -33,7 +33,7 @@ class CarrefourBanqueModule(Module, CapBankWealth): NAME = 'carrefourbanque' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = u'Carrefour Banque' LICENSE = 'LGPLv3+' CONFIG = BackendConfig(ValueBackendPassword('login', label=u'Votre Identifiant Internet', masked=False), diff --git a/modules/cci/module.py b/modules/cci/module.py index acc0081433ead5f67f8bbdd5f7246b6fc929e8f5..ffaf15b5d5ebef3ba65f4b980467a556876de5b3 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 = '2.0' + VERSION = '2.1' BROWSER = CciBrowser diff --git a/modules/centquatre/module.py b/modules/centquatre/module.py index fc7edec802ae9b6f9e7b316743098f60187ebaee..1deeaf66c546d0e70f03491e9308c0921b7802ba 100644 --- a/modules/centquatre/module.py +++ b/modules/centquatre/module.py @@ -33,7 +33,7 @@ class CentQuatreModule(Module, CapCalendarEvent): MAINTAINER = u'Phyks' EMAIL = 'phyks@phyks.me' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = CentQuatreBrowser CONFIG = BackendConfig( diff --git a/modules/cesu/module.py b/modules/cesu/module.py index 691f99ad30d9cf12cd435b58a569d8f41449381f..032fbeab038c40adccc3aae674cd26aa017dae39 100644 --- a/modules/cesu/module.py +++ b/modules/cesu/module.py @@ -44,7 +44,7 @@ class CesuModule(Module, CapDocument): MAINTAINER = "Ludovic LANGE" EMAIL = "llange@users.noreply.github.com" LICENSE = "LGPLv3+" - VERSION = "2.0" + VERSION = "2.1" CONFIG = BackendConfig( Value("username", label="User ID"), diff --git a/modules/chronopost/module.py b/modules/chronopost/module.py index 38773c5a6d902aa5b431d9315c05f4073a0a2410..85f179408eaf7c34d96c23aab41246f2d944c27a 100644 --- a/modules/chronopost/module.py +++ b/modules/chronopost/module.py @@ -32,7 +32,7 @@ class ChronopostModule(Module, CapParcel): DESCRIPTION = u'Chronopost' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '2.0' + VERSION = '2.1' BROWSER = ChronopostBrowser diff --git a/modules/cic/module.py b/modules/cic/module.py index b5495eb9beb5ca6f43e54f0181ee484bd3b2cb65..e1f6f20a7cc49f5c5b46b376ed12b3d94b590a86 100644 --- a/modules/cic/module.py +++ b/modules/cic/module.py @@ -32,7 +32,7 @@ class CICModule(AbstractModule, CapBankTransferAddRecipient, CapContact): NAME = 'cic' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = u'CIC' LICENSE = 'LGPLv3+' diff --git a/modules/cices/module.py b/modules/cices/module.py index b099b1b859f4fb536e568681b6b77698aa1df6bf..a1d67e271f358552e0528b7a91471d83a708e4c4 100644 --- a/modules/cices/module.py +++ b/modules/cices/module.py @@ -35,7 +35,7 @@ class CicesModule(Module, CapBankPockets): MAINTAINER = u'Edouard Lambert' EMAIL = 'elambert@budget-insight.com' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig( ValueBackendPassword('login', label='Identifiant', masked=False), ValueBackendPassword('password', label='Mot de passe')) diff --git a/modules/citibank/module.py b/modules/citibank/module.py index 5414f79143146c26c5014cf6f9d56d2c5ae0b6a8..7e972b04a479c68eb1b1ce7bd4164552bd89deb4 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 = '2.0' + VERSION = '2.1' LICENSE = 'LGPLv3+' DESCRIPTION = u'Citibank' CONFIG = BackendConfig( diff --git a/modules/cityscoot/module.py b/modules/cityscoot/module.py index d10004e0ca6ca286fc878733f74df7c6b4963bae..01d9123f5f3713725e8a9afb17cd491659fad149 100644 --- a/modules/cityscoot/module.py +++ b/modules/cityscoot/module.py @@ -37,7 +37,7 @@ class CityscootModule(Module, CapDocument): MAINTAINER = 'P4ncake' EMAIL = 'me@p4ncake.fr' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig(ValueBackendPassword('login', label='Adresse email', masked=False), ValueBackendPassword('password', label='Mot de passe')) diff --git a/modules/cmb/module.py b/modules/cmb/module.py index 81fe305733e175fb695d5002512f8d536fe6e2f3..6456d7a6bf80543aa59503dafe73fcebe550811c 100644 --- a/modules/cmb/module.py +++ b/modules/cmb/module.py @@ -31,7 +31,7 @@ class CmbModule(AbstractModule, CapBankTransfer, CapContact): NAME = 'cmb' MAINTAINER = u'Edouard Lambert' EMAIL = 'elambert@budget-insight.com' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = u'Crédit Mutuel de Bretagne' LICENSE = 'LGPLv3+' PARENT = 'cmso' diff --git a/modules/cmes/module.py b/modules/cmes/module.py index c62f6ec8373165a0830035f3cfba48e161d8745c..37a7d40d54667624c19137c6861600b0ba427464 100644 --- a/modules/cmes/module.py +++ b/modules/cmes/module.py @@ -35,7 +35,7 @@ class CmesModule(Module, CapBankPockets): MAINTAINER = u'Edouard Lambert' EMAIL = 'elambert@budget-insight.com' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig( ValueBackendPassword('login', label='Identifiant', masked=False), ValueBackendPassword('password', label='Mot de passe')) diff --git a/modules/cmmc/module.py b/modules/cmmc/module.py index 618624e4f5bc0cd6559269bbec218ff2339d0be7..d4899832559aa72d5ea6521c1ed4cd8a7177c5c9 100644 --- a/modules/cmmc/module.py +++ b/modules/cmmc/module.py @@ -31,7 +31,7 @@ class CmmcModule(AbstractModule, CapBankTransfer, CapContact): NAME = 'cmmc' MAINTAINER = u'Edouard Lambert' EMAIL = 'elambert@budget-insight.com' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = u'Crédit Mutuel Massif Central' LICENSE = 'LGPLv3+' PARENT = 'cmso' diff --git a/modules/cmso/module.py b/modules/cmso/module.py index 5a1e53e7317edd50aa9547f2c3f495bcde29b88f..7b5cc866c0b263d15be6eb81939cdf08366d80e1 100644 --- a/modules/cmso/module.py +++ b/modules/cmso/module.py @@ -37,7 +37,7 @@ class CmsoModule(Module, CapBankTransfer, CapBankWealth, CapContact, CapProfile) NAME = 'cmso' MAINTAINER = 'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = 'Crédit Mutuel Sud-Ouest' LICENSE = 'LGPLv3+' CONFIG = BackendConfig(ValueBackendPassword('login', label='Identifiant', masked=False), diff --git a/modules/colisprive/module.py b/modules/colisprive/module.py index 9d40681b8aea3f5ddab3375ebafaf1ef5de6ed3c..0f5086fad2bf470205312e2447e9226a7d4f852d 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 = '2.0' + VERSION = '2.1' LICENSE = 'AGPLv3+' BROWSER = ColispriveBrowser diff --git a/modules/colissimo/module.py b/modules/colissimo/module.py index 7d6c2210a38d4caff7311cb8570e1d5e25a36302..6a062704d83f67ec23180532cdd578693bc0ad46 100644 --- a/modules/colissimo/module.py +++ b/modules/colissimo/module.py @@ -30,7 +30,7 @@ class ColissimoModule(Module, CapParcel): DESCRIPTION = u'Colissimo parcel tracking website' MAINTAINER = u'Florent Fourcot' EMAIL = 'weboob@flo.fourcot.fr' - VERSION = '2.0' + VERSION = '2.1' LICENSE = 'AGPLv3+' BROWSER = ColissimoBrowser diff --git a/modules/cpasbien/module.py b/modules/cpasbien/module.py index 0b74c93ea241843d07b2cf084057f9ffc473bc2d..428948bfe3be90e4b84ed47351e2f6daeecd3778 100644 --- a/modules/cpasbien/module.py +++ b/modules/cpasbien/module.py @@ -31,7 +31,7 @@ class CpasbienModule(Module, CapTorrent): NAME = 'cpasbien' MAINTAINER = u'Julien Veyssier' EMAIL = 'eneiluj@gmx.fr' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = 'Cpasbien Torrents BitTorrent tracker' LICENSE = 'AGPLv3+' BROWSER = CpasbienBrowser diff --git a/modules/cragr/module.py b/modules/cragr/module.py index caaa196499428708fa31be6d9d7d3ac40d9fd020..4ccea61eb7633e4668d9794464c4067212965b7e 100644 --- a/modules/cragr/module.py +++ b/modules/cragr/module.py @@ -41,7 +41,7 @@ class CreditAgricoleModule(Module, CapBankWealth, CapBankTransferAddRecipient, C NAME = 'cragr' MAINTAINER = 'Quentin Defenouillère' EMAIL = 'quentin.defenouillere@budget-insight.com' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = 'Crédit Agricole' LICENSE = 'LGPLv3+' diff --git a/modules/creditcooperatif/module.py b/modules/creditcooperatif/module.py index 92a490d3504e91ffc50cbfcaa71befeb2f8f49d2..b5a6aa8d20e84468b6a049d54e25129733580e48 100644 --- a/modules/creditcooperatif/module.py +++ b/modules/creditcooperatif/module.py @@ -32,7 +32,7 @@ class CreditCooperatifModule(AbstractModule, CapBankTransferAddRecipient, CapPro NAME = 'creditcooperatif' MAINTAINER = u'Kevin Pouget' EMAIL = 'weboob@kevin.pouget.me' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = u'Crédit Coopératif' LICENSE = 'LGPLv3+' auth_type = {'particular': "Interface Particuliers", diff --git a/modules/creditdunord/module.py b/modules/creditdunord/module.py index b63154f4051cc229c7a888a1ecfc1185570da81f..6865422531a2c596175617297f6683908e495644 100644 --- a/modules/creditdunord/module.py +++ b/modules/creditdunord/module.py @@ -36,7 +36,7 @@ class CreditDuNordModule(Module, CapBankWealth, CapProfile): NAME = 'creditdunord' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = u'Crédit du Nord, Banque Courtois, Kolb, Nuger, Laydernier, Tarneaud, Société Marseillaise de Crédit' LICENSE = 'LGPLv3+' website_choices = OrderedDict([(k, u'%s (%s)' % (v, k)) for k, v in sorted({ diff --git a/modules/creditdunordpee/module.py b/modules/creditdunordpee/module.py index ee6a07a5ede7714c3e7c4f8c414f21c63c70402e..ac2ecb0494d70a81b05b6b16e3cd049ec6f58c90 100644 --- a/modules/creditdunordpee/module.py +++ b/modules/creditdunordpee/module.py @@ -35,7 +35,7 @@ class CreditdunordpeeModule(AbstractModule, CapBank): MAINTAINER = u'Ludovic LANGE' EMAIL = 'llange@users.noreply.github.com' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig( ValueBackendPassword('login', label='Identifiant', masked=False), ValueBackendPassword('password', label='Code secret', regexp='^(\d{6})$'), diff --git a/modules/creditmutuel/module.py b/modules/creditmutuel/module.py index 9413740ed8a2b2c76a3e3300335f94a37423e51a..c9ecafd8d1dd78114d8ff045e40cc4bb31f5ed95 100644 --- a/modules/creditmutuel/module.py +++ b/modules/creditmutuel/module.py @@ -49,7 +49,7 @@ class CreditMutuelModule( NAME = 'creditmutuel' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = u'Crédit Mutuel' LICENSE = 'LGPLv3+' CONFIG = BackendConfig( diff --git a/modules/cuisineaz/module.py b/modules/cuisineaz/module.py index 5582cce8d3fb01ccc39cbc8bec450dcdc85f5300..0d2735b08668809b04a739a55ae158f6acc3dd24 100644 --- a/modules/cuisineaz/module.py +++ b/modules/cuisineaz/module.py @@ -36,7 +36,7 @@ class CuisineazModule(Module, CapRecipe): NAME = 'cuisineaz' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '2.0' + VERSION = '2.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 14d9bb8eda9c91546fc08b554b6ee4a0294484b0..d905b2e97b134cb578655c675a3054bf08f4f830 100644 --- a/modules/dailymotion/module.py +++ b/modules/dailymotion/module.py @@ -34,7 +34,7 @@ class DailymotionModule(Module, CapVideo, CapCollection): NAME = 'dailymotion' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = 'Dailymotion video streaming website' LICENSE = 'AGPLv3+' BROWSER = DailymotionBrowser diff --git a/modules/deathbycaptcha/module.py b/modules/deathbycaptcha/module.py index e635746d2c806264b00a3749e131cde95d23f0a5..0b893802ac12daef562a8a42b4f3bfa9b899a7e0 100644 --- a/modules/deathbycaptcha/module.py +++ b/modules/deathbycaptcha/module.py @@ -35,7 +35,7 @@ class DeathbycaptchaModule(Module, CapCaptchaSolver): MAINTAINER = 'Vincent A' EMAIL = 'dev@indigo.re' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig( Value('login'), diff --git a/modules/degiro/module.py b/modules/degiro/module.py index e94d7ecc9040a27c33507069726b02cc9c52b705..c2e77e5ae4029a149783cca7a6617aa6999c8a90 100644 --- a/modules/degiro/module.py +++ b/modules/degiro/module.py @@ -35,7 +35,7 @@ class DegiroModule(Module, CapBankWealth): MAINTAINER = u'Jean Walrave' EMAIL = 'jwalrave@budget-insight.com' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig(ValueBackendPassword('login', label='Nom d\'utilisateur', masked=False), ValueBackendPassword('password', label='Mot de passe')) diff --git a/modules/delubac/module.py b/modules/delubac/module.py index 0c57c2da224cb1d28c8a26371da22087f9c55357..ebed366ae11857a4c04cd4de1fcee41a552ce32e 100644 --- a/modules/delubac/module.py +++ b/modules/delubac/module.py @@ -32,7 +32,7 @@ class DelubacModule(AbstractModule, CapBank): DESCRIPTION = u'Banque Delubac & Cie' MAINTAINER = u'Noe Rubinstein' EMAIL = 'nru@budget-insight.com' - VERSION = '2.0' + VERSION = '2.1' LICENSE = 'LGPLv3+' BROWSER = DelubacBrowser diff --git a/modules/dhl/module.py b/modules/dhl/module.py index 43cba51793617aa72aef408eb03935dcab43bcda..11dc803ed18c00a7b55abe567c609146b98c18bf 100644 --- a/modules/dhl/module.py +++ b/modules/dhl/module.py @@ -33,7 +33,7 @@ class DHLModule(Module, CapParcel): MAINTAINER = u'Matthieu Weber' EMAIL = 'mweber+weboob@free.fr' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' def get_parcel_tracking(self, id): """ diff --git a/modules/dlfp/module.py b/modules/dlfp/module.py index b20b1abe120b2197820a49abe0a10071a35f7dfa..32dd55a94f807f5496d18da0f2ccf0a06a3f725e 100644 --- a/modules/dlfp/module.py +++ b/modules/dlfp/module.py @@ -40,7 +40,7 @@ class DLFPModule(Module, CapMessages, CapMessagesPost, CapContent): NAME = 'dlfp' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '2.0' + VERSION = '2.1' LICENSE = 'AGPLv3+' DESCRIPTION = "Da Linux French Page news website" CONFIG = BackendConfig(Value('username', label='Username', default=''), diff --git a/modules/dpd/module.py b/modules/dpd/module.py index a2a164ee6a9efb7e2bfb10bca3fde7db6310b742..a9d760e39ba17cdbbfb1fd8a937333a1a06d8222 100644 --- a/modules/dpd/module.py +++ b/modules/dpd/module.py @@ -33,7 +33,7 @@ class DPDModule(Module, CapParcel): MAINTAINER = u'Matthieu Weber' EMAIL = 'mweber+weboob@free.fr' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = DPDBrowser diff --git a/modules/dresdenwetter/module.py b/modules/dresdenwetter/module.py index 6cae4c84e1b0a910ce1610a07b76658034b0797d..148e8fc2dc9493b80414a375e8558fbab77caa3a 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 = '2.0' + VERSION = '2.1' LICENSE = 'AGPLv3+' DESCRIPTION = u"Private wetter station Dresden" BROWSER = DresdenWetterBrowser diff --git a/modules/ebonics/module.py b/modules/ebonics/module.py index fbca54950da91ff86b5b67e83612fb82ee5d3e49..8885052b842f153c26fba293591802bf50f09903 100644 --- a/modules/ebonics/module.py +++ b/modules/ebonics/module.py @@ -45,7 +45,7 @@ class EbonicsModule(Module, CapTranslate): NAME = 'ebonics' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '2.0' + VERSION = '2.1' LICENSE = 'AGPLv3+' DESCRIPTION = u'English to Ebonics translation service' BROWSER = Ebonics diff --git a/modules/edf/module.py b/modules/edf/module.py index 95729e1bd0552c3105c11ea5b169583082b0f3af..e6e7dc440c123d5c702ea14d9a41defc1e346536 100644 --- a/modules/edf/module.py +++ b/modules/edf/module.py @@ -37,7 +37,7 @@ class EdfModule(Module, CapDocument, CapProfile): MAINTAINER = u'Edouard Lambert' EMAIL = 'elambert@budget-insight.com' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig(Value('login', label='E-mail ou Identifiant'), ValueBackendPassword('password', label='Mot de passe'), Value('website', label='Type de compte', default='par', diff --git a/modules/ekwateur/module.py b/modules/ekwateur/module.py index a67a6846d95428b65d1258328dae88adcc93c9b0..8adfcabcab0efa17ee1cb8e5f646b94f2f708181 100644 --- a/modules/ekwateur/module.py +++ b/modules/ekwateur/module.py @@ -39,7 +39,7 @@ class EkwateurModule(Module, CapDocument): MAINTAINER = 'Phyks (Lucas Verney)' EMAIL = 'phyks@phyks.me' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = EkwateurBrowser diff --git a/modules/ensap/module.py b/modules/ensap/module.py index cf24a8d666667d446fe9658d6e11148fa61c2fb2..6c41579f859378b33663ccd8f686d5fafe6af881 100644 --- a/modules/ensap/module.py +++ b/modules/ensap/module.py @@ -38,7 +38,7 @@ class EnsapModule(Module, CapDocument): MAINTAINER = u'Juliette Fourcot' EMAIL = 'juliette@fourcot.fr' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = EnsapBrowser CONFIG = BackendConfig(Value('login', label='User ID', diff --git a/modules/entreparticuliers/module.py b/modules/entreparticuliers/module.py index 7594c7e43e85da991af3cbf6da06dad68cbfb3f3..039282591dc862446f7b75436773b1a8cf93c1bf 100644 --- a/modules/entreparticuliers/module.py +++ b/modules/entreparticuliers/module.py @@ -34,7 +34,7 @@ class EntreparticuliersModule(Module, CapHousing): MAINTAINER = u'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = EntreparticuliersBrowser diff --git a/modules/erehsbc/module.py b/modules/erehsbc/module.py index b71ed5a546f450a5326f9aa0888c89ec8fdbd1c4..bebe418010040f07a0c99cb1538f3b9faa5dcd39 100644 --- a/modules/erehsbc/module.py +++ b/modules/erehsbc/module.py @@ -34,7 +34,7 @@ class ErehsbcModule(AbstractModule, CapBank): MAINTAINER = u'Edouard Lambert' EMAIL = 'elambert@budget-insight.com' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig( ValueBackendPassword('login', label='Identifiant', masked=False), ValueBackendPassword('password', label='Code secret', regexp='^(\d{6})$'), diff --git a/modules/esalia/module.py b/modules/esalia/module.py index b790ab3aceccdda09af8626a460e846011814d82..885adb40c6c48161d4817d8c52edf320aa5c597c 100644 --- a/modules/esalia/module.py +++ b/modules/esalia/module.py @@ -34,7 +34,7 @@ class EsaliaModule(AbstractModule, CapBank): MAINTAINER = u'Edouard Lambert' EMAIL = 'elambert@budget-insight.com' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig( ValueBackendPassword('login', label='Identifiant', masked=False), ValueBackendPassword('password', label='Code secret', regexp='^(\d{6})$'), diff --git a/modules/explorimmo/module.py b/modules/explorimmo/module.py index c517ca44c35336448132d9f5f816df791b3f62ed..856d38f0c3d7a78a344e9466a4ced069b48a1595 100644 --- a/modules/explorimmo/module.py +++ b/modules/explorimmo/module.py @@ -33,7 +33,7 @@ class ExplorimmoModule(Module, CapHousing): MAINTAINER = u'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = ExplorimmoBrowser diff --git a/modules/feedly/module.py b/modules/feedly/module.py index d28eef782b474bcc58ba6098dcc33884fbb6f216..43c18a8baaef218db560243cf5cb905933045a8b 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 = '2.0' + VERSION = '2.1' STORAGE = {'seen': []} CONFIG = BackendConfig(Value('username', label='Username', default=''), ValueBackendPassword('password', label='Password', default='')) diff --git a/modules/foncia/module.py b/modules/foncia/module.py index ad082d2ec311772fab3d2f4ce5b48cd014ed288a..7364ab3e3a92f4d54a5d93ef467588242530eecd 100644 --- a/modules/foncia/module.py +++ b/modules/foncia/module.py @@ -35,7 +35,7 @@ class FonciaModule(Module, CapHousing): MAINTAINER = u'Phyks (Lucas Verney)' EMAIL = 'phyks@phyks.me' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = FonciaBrowser diff --git a/modules/fortuneo/module.py b/modules/fortuneo/module.py index d673e6a4de4386db9e6b663f8a81758cd7b4cd5d..a85c1c9640ec948fe32c5080fa1cbb89f70b5041 100644 --- a/modules/fortuneo/module.py +++ b/modules/fortuneo/module.py @@ -37,7 +37,7 @@ class FortuneoModule(Module, CapBankWealth, CapBankTransferAddRecipient, CapProf NAME = 'fortuneo' MAINTAINER = u'Gilles-Alexandre Quenot' EMAIL = 'gilles.quenot@gmail.com' - VERSION = '2.0' + VERSION = '2.1' LICENSE = 'LGPLv3+' DESCRIPTION = u'Fortuneo' CONFIG = BackendConfig( diff --git a/modules/francetelevisions/module.py b/modules/francetelevisions/module.py index 642e260c89e57d8858e84b2b4e7f813b45c84a17..1516d53bef5a8060d9fc6187b10403689af026c4 100644 --- a/modules/francetelevisions/module.py +++ b/modules/francetelevisions/module.py @@ -33,7 +33,7 @@ class PluzzModule(Module, CapVideo, CapCollection): NAME = 'francetelevisions' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '2.0' + VERSION = '2.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 6a55a0e3b0a5c1cab86d209920611163af2b88d0..e9f1e3dfa0461c1d4e2804c1c54f8cc12a3a7607 100644 --- a/modules/freemobile/module.py +++ b/modules/freemobile/module.py @@ -34,7 +34,7 @@ class FreeMobileModule(Module, CapDocument, CapMessages, CapMessagesPost, CapPro NAME = 'freemobile' MAINTAINER = u'Florent Fourcot' EMAIL = 'weboob@flo.fourcot.fr' - VERSION = '2.0' + VERSION = '2.1' LICENSE = 'LGPLv3+' DESCRIPTION = 'Free Mobile website' CONFIG = BackendConfig(ValueBackendPassword('login', diff --git a/modules/freeteknomusic/module.py b/modules/freeteknomusic/module.py index ded4aef417b581e51dfd21ef0c116273be44ff03..78399feadc82a28c4c09f5e7efb95067bb1b53eb 100644 --- a/modules/freeteknomusic/module.py +++ b/modules/freeteknomusic/module.py @@ -36,7 +36,7 @@ class FreeteknomusicModule(Module, CapAudio, CapCollection): MAINTAINER = 'Vincent A' EMAIL = 'dev@indigo.re' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = FreeteknomusicBrowser diff --git a/modules/funmooc/module.py b/modules/funmooc/module.py index b30685e5fa5980b698ecec298d4f6327c925a670..100f8ef8888ae2ae8afe72740299304962cc854b 100644 --- a/modules/funmooc/module.py +++ b/modules/funmooc/module.py @@ -34,7 +34,7 @@ class FunmoocModule(Module, CapVideo, CapCollection): MAINTAINER = u'Vincent A' EMAIL = 'dev@indigo.re' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig(Value('email', label='Email'), ValueBackendPassword('password', label='Password'), diff --git a/modules/ganassurances/module.py b/modules/ganassurances/module.py index 4a2b4ab84fbb35815a849b2836027db81fc092b8..660d7263fde2489e7ad921b9bedce322b15b2e47 100644 --- a/modules/ganassurances/module.py +++ b/modules/ganassurances/module.py @@ -33,7 +33,7 @@ class GanAssurancesModule(AbstractModule, CapBank): NAME = 'ganassurances' MAINTAINER = 'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = 'Gan Assurances' LICENSE = 'LGPLv3+' CONFIG = BackendConfig( diff --git a/modules/genericnewspaper/module.py b/modules/genericnewspaper/module.py index fc42b4cb3f8e1163a7d3ad6831fa1ee6a48e7625..4b5ed5cf7f9d27ba98e04810585148ab0f6a0256 100644 --- a/modules/genericnewspaper/module.py +++ b/modules/genericnewspaper/module.py @@ -35,7 +35,7 @@ class GenericNewspaperModule(Module): MAINTAINER = u'Julien Hebert' DESCRIPTION = u'Generic module that helps to handle newspapers modules' EMAIL = 'juke@free.fr' - VERSION = '2.0' + VERSION = '2.1' LICENSE = 'AGPLv3+' STORAGE = {'seen': {}} RSS_FEED = None diff --git a/modules/github/module.py b/modules/github/module.py index 6fdd51001914061af9b5c4de1eeca8a4c28ff25a..7ba7e905e23033ec590921a5d933342dcddeb957 100644 --- a/modules/github/module.py +++ b/modules/github/module.py @@ -42,7 +42,7 @@ class GithubModule(Module, CapBugTracker): MAINTAINER = u'Vincent A' EMAIL = 'dev@indigo.re' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig(Value('username', label='Username', default=''), ValueBackendPassword('password', label='Password or Personal token', default='')) diff --git a/modules/gls/module.py b/modules/gls/module.py index c1f23088d93ef6adb38cc5fc2be96a495d77f36e..3ca9bf01e637c11d283a5a26c4ade9f8b42e2e89 100644 --- a/modules/gls/module.py +++ b/modules/gls/module.py @@ -33,7 +33,7 @@ class GLSModule(Module, CapParcel): MAINTAINER = u'Matthieu Weber' EMAIL = 'mweber+weboob@free.fr' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = GLSBrowser diff --git a/modules/gmf/module.py b/modules/gmf/module.py index 66c54b90bbbe07290887dd04bfa0a4e754bdcb6c..31bb5ed256200698ef64e16672d1096e5df4a269 100644 --- a/modules/gmf/module.py +++ b/modules/gmf/module.py @@ -37,7 +37,7 @@ class GmfModule(Module, CapBankWealth): MAINTAINER = 'Tony Malto' EMAIL = 'tmalto.bi@gmail.com' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig(ValueBackendPassword('login', label='Numéro de sociétaire', masked=False), ValueBackendPassword('password', label='Code personnel')) diff --git a/modules/googletranslate/module.py b/modules/googletranslate/module.py index 6281edd0b1a467043b9a64f8b1b7bb416f1ad532..d35682cdaaf0e7abd4863ccd7855b5275ceef8e9 100644 --- a/modules/googletranslate/module.py +++ b/modules/googletranslate/module.py @@ -33,7 +33,7 @@ class GoogleTranslateModule(Module, CapTranslate): MAINTAINER = u'Lucien Loiseau' EMAIL = 'loiseau.lucien@gmail.com' - VERSION = '2.0' + VERSION = '2.1' LICENSE = 'AGPLv3+' NAME = 'googletranslate' DESCRIPTION = u'Google translation web service' diff --git a/modules/groupama/module.py b/modules/groupama/module.py index 70863e80ec2415499a4a5fb2f343378f9cb320ff..28c37b78898b91b6d7ea3f132705d63ef59965d6 100644 --- a/modules/groupama/module.py +++ b/modules/groupama/module.py @@ -36,7 +36,7 @@ class GroupamaModule(AbstractModule, CapBank): MAINTAINER = 'Quentin Defenouillere' EMAIL = 'quentin.defenouillere@budget-insight.com' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig( ValueBackendPassword('login', label='Identifiant / N° Client / Email / Mobile', masked=False), diff --git a/modules/groupamaes/module.py b/modules/groupamaes/module.py index 2029c8421a44c282cb3796298b490e8a239b5ea0..563777d6011a0d8ec9bdb04ebbdcd23659de8309 100644 --- a/modules/groupamaes/module.py +++ b/modules/groupamaes/module.py @@ -35,7 +35,7 @@ class GroupamaesModule(Module, CapBankPockets): MAINTAINER = 'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = GroupamaesBrowser diff --git a/modules/guerrillamail/module.py b/modules/guerrillamail/module.py index e1cbde357d5dab5976346c39a2a522eb1062a097..96c890ecb6d7dcb6134caf04236b4f25f7f04dd0 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 = '2.0' + VERSION = '2.1' BROWSER = GuerrillamailBrowser diff --git a/modules/happn/module.py b/modules/happn/module.py index 2566a17dfa95cd5f38585616326ebf051f6d0f69..7027047de125bfc28afd27656aed6463dff49f63 100644 --- a/modules/happn/module.py +++ b/modules/happn/module.py @@ -186,7 +186,7 @@ class HappnModule(Module, CapMessages, CapMessagesPost, CapDating, CapContact): MAINTAINER = u'Roger Philibert' EMAIL = 'roger.philibert@gmail.com' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig(Value('username', label='Facebook email'), ValueBackendPassword('password', label='Facebook password'), Value('location', label='Location (example: 49.6008457,6.129709)'), diff --git a/modules/hds/module.py b/modules/hds/module.py index 91179b315d34da62b8cf394959bb80e83bc074a0..613f240bc2a844b546385cebdc72da3ce8673417 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 = '2.0' + VERSION = '2.1' LICENSE = 'AGPLv3+' DESCRIPTION = u"Histoires de Sexe French erotic novels" STORAGE = {'seen': []} diff --git a/modules/hsbc/module.py b/modules/hsbc/module.py index 18a6b580338ad5b938bbf726bc8b5848c93d2d56..e5c4012bc7cce7426e253b01a1434f7ab09f0f96 100644 --- a/modules/hsbc/module.py +++ b/modules/hsbc/module.py @@ -34,7 +34,7 @@ class HSBCModule(Module, CapBankWealth, CapProfile): NAME = 'hsbc' MAINTAINER = 'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '2.0' + VERSION = '2.1' LICENSE = 'LGPLv3+' DESCRIPTION = 'HSBC France' CONFIG = BackendConfig( diff --git a/modules/hsbchk/module.py b/modules/hsbchk/module.py index 9184737be0850fb9b91c343aa191435fbfd2fd05..ec9810f732b9c600d8d6562f3e59f6b4dbd942ec 100644 --- a/modules/hsbchk/module.py +++ b/modules/hsbchk/module.py @@ -33,7 +33,7 @@ class HSBCHKModule(Module, CapBank): NAME = 'hsbchk' MAINTAINER = u'sinopsysHK' EMAIL = 'sinofwd@gmail.com' - VERSION = '2.0' + VERSION = '2.1' LICENSE = 'LGPLv3+' DESCRIPTION = 'HSBC Hong Kong' CONFIG = BackendConfig(ValueBackendPassword('login', label='User identifier', masked=False), diff --git a/modules/humanis/module.py b/modules/humanis/module.py index 99db0a197d1c631e04b292c15eae8f439065ecd6..c278cf0a75c843f2abe15bef3c808dcbdfeeba86 100644 --- a/modules/humanis/module.py +++ b/modules/humanis/module.py @@ -35,7 +35,7 @@ class HumanisModule(Module, CapBankPockets): MAINTAINER = 'Quentin Defenouillère' EMAIL = 'quentin.defenouillere@budget-insight.com' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig( ValueBackendPassword('login', label='Code d\'accès', masked=False), ValueBackendPassword('password', label='Mot de passe') diff --git a/modules/hybride/module.py b/modules/hybride/module.py index 135624b1e213d00f9e163ad0e8227f58014f3bf5..81d5f5c6d0d11ec11544ddbc88f8c9eeb0e4e463 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 = '2.0' + VERSION = '2.1' ASSOCIATED_CATEGORIES = [CATEGORIES.CINE] BROWSER = HybrideBrowser diff --git a/modules/ideel/module.py b/modules/ideel/module.py index 393b48bc9bf718472110a4d473532cf593d08b90..fd7f49a8364c7cd7888c89b610b5408408eacfb2 100644 --- a/modules/ideel/module.py +++ b/modules/ideel/module.py @@ -31,7 +31,7 @@ class IdeelModule(Module, CapShop): NAME = 'ideel' MAINTAINER = u'Oleg Plakhotniuk' EMAIL = 'olegus8@gmail.com' - VERSION = '2.0' + VERSION = '2.1' LICENSE = 'AGPLv3+' DESCRIPTION = u'Ideel' CONFIG = BackendConfig( diff --git a/modules/ilmatieteenlaitos/module.py b/modules/ilmatieteenlaitos/module.py index 39c1f33b56c89714690a0af968210fef1633e4ce..2b7ccf2fdeafd4bb33640859a9e40c0e86d1aeef 100644 --- a/modules/ilmatieteenlaitos/module.py +++ b/modules/ilmatieteenlaitos/module.py @@ -31,7 +31,7 @@ class IlmatieteenlaitosModule(Module, CapWeather): NAME = 'ilmatieteenlaitos' MAINTAINER = u'Matthieu Weber' EMAIL = 'mweber+weboob@free.fr' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = 'Get forecasts from the Ilmatieteenlaitos.fi website' LICENSE = 'AGPLv3+' BROWSER = IlmatieteenlaitosBrowser diff --git a/modules/imdb/module.py b/modules/imdb/module.py index a231e9d90b25b62d17bcfeea455e2889997ad341..8816580f010be98d24023253626fe51ac06881fd 100644 --- a/modules/imdb/module.py +++ b/modules/imdb/module.py @@ -32,7 +32,7 @@ class ImdbModule(Module, CapCinema): NAME = 'imdb' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = 'Internet Movie Database service' LICENSE = 'AGPLv3+' BROWSER = ImdbBrowser diff --git a/modules/imgur/module.py b/modules/imgur/module.py index 4f8da6eab761418ea8de97202b9e6c41988a7b84..866c3f8449bdf5d015e9e1a094a59fb18ac01b88 100644 --- a/modules/imgur/module.py +++ b/modules/imgur/module.py @@ -75,7 +75,7 @@ class ImgurModule(Module, CapPaste, CapGallery, CapImage): MAINTAINER = u'Vincent A' EMAIL = 'dev@indigo.re' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = ImgurBrowser diff --git a/modules/ina/module.py b/modules/ina/module.py index 3b4c5ec674da656067b4cb38198d7d8fc9279d8d..269507852ed8484eaacd3108d53dbf622ffd5699 100644 --- a/modules/ina/module.py +++ b/modules/ina/module.py @@ -32,7 +32,7 @@ class InaModule(Module, CapVideo, CapAudio): NAME = 'ina' MAINTAINER = u'Christophe Benz' EMAIL = 'christophe.benz@gmail.com' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = 'INA French TV video archives' LICENSE = 'AGPLv3+' BROWSER = InaBrowser diff --git a/modules/indeed/module.py b/modules/indeed/module.py index 54d5155741635b065b8f3b073928638b3e04fb42..962ac8e2149aa571f9653f09d430cec6d40a40d2 100644 --- a/modules/indeed/module.py +++ b/modules/indeed/module.py @@ -34,7 +34,7 @@ class IndeedModule(Module, CapJob): MAINTAINER = u'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = IndeedBrowser diff --git a/modules/infomaniak/module.py b/modules/infomaniak/module.py index d6970e27db68561298dcbea4812fc66fd6fb62a0..95bc8e0432fd1a7adf5eec0e691de3949d37c9fe 100644 --- a/modules/infomaniak/module.py +++ b/modules/infomaniak/module.py @@ -37,7 +37,7 @@ class InfomaniakModule(Module, CapDocument): MAINTAINER = 'Vincent A' EMAIL = 'dev@indigo.re' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig(ValueBackendPassword('login', label='Email de connexion', masked=False), ValueBackendPassword('password', label='Mot de passe')) diff --git a/modules/ing/module.py b/modules/ing/module.py index 954586345d84bc152571deb18722351834c7e067..eec4a0f9225e0582ce4970dc3b43403a7cf941c8 100644 --- a/modules/ing/module.py +++ b/modules/ing/module.py @@ -41,7 +41,7 @@ class INGModule(Module, CapBankWealth, CapBankTransferAddRecipient, CapDocument, NAME = 'ing' MAINTAINER = 'Florent Fourcot' EMAIL = 'weboob@flo.fourcot.fr' - VERSION = '2.0' + VERSION = '2.1' LICENSE = 'LGPLv3+' DESCRIPTION = 'ING France' CONFIG = BackendConfig(ValueBackendPassword('login', diff --git a/modules/inrocks/module.py b/modules/inrocks/module.py index 67841e86b04cf1fdca56c5d78c8973bcf5bb97ad..b580d37456fdc8c7ff55ff444d26f862badb4e58 100644 --- a/modules/inrocks/module.py +++ b/modules/inrocks/module.py @@ -28,7 +28,7 @@ class NewspaperInrocksModule(AbstractModule, CapMessages): MAINTAINER = u'Julien Hebert' EMAIL = 'juke@free.fr' - VERSION = '2.0' + VERSION = '2.1' LICENSE = 'AGPLv3+' STORAGE = {'seen': {}} NAME = 'inrocks' diff --git a/modules/ipapi/module.py b/modules/ipapi/module.py index 498a679137d807f8464e57d6a86b209b8ca76bbf..fc2316feccaad1244ea450a7f30c31910221e48f 100644 --- a/modules/ipapi/module.py +++ b/modules/ipapi/module.py @@ -31,7 +31,7 @@ class IpapiModule(Module, CapGeolocIp): NAME = 'ipapi' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '2.0' + VERSION = '2.1' LICENSE = 'AGPLv3+' DESCRIPTION = u"IP-API Geolocation API" BROWSER = Browser diff --git a/modules/ipinfodb/module.py b/modules/ipinfodb/module.py index bd144483d91c84ad22a547fcb8e5e9c2227c584d..3883bcb2c113889af2504209b4c84c2fbcc02014 100644 --- a/modules/ipinfodb/module.py +++ b/modules/ipinfodb/module.py @@ -31,7 +31,7 @@ class IpinfodbModule(Module, CapGeolocIp): NAME = 'ipinfodb' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '2.0' + VERSION = '2.1' LICENSE = 'AGPLv3+' DESCRIPTION = u"IPInfoDB IP addresses geolocation service" BROWSER = IpinfodbBrowser diff --git a/modules/itella/module.py b/modules/itella/module.py index 6675361a3ef9e352a4b4e13e6cb0dcc028a5adf0..aebc5017be34e725652241afc9dc801a42bba235 100644 --- a/modules/itella/module.py +++ b/modules/itella/module.py @@ -33,7 +33,7 @@ class ItellaModule(Module, CapParcel): MAINTAINER = u'Matthieu Weber' EMAIL = 'mweber+weboob@free.fr' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = ItellaBrowser diff --git a/modules/jcvelaux/module.py b/modules/jcvelaux/module.py index e0b62b7bd4c6f95c6c5c790252d7e836a8080193..e1c19b9cd1a77abed9c356ffa8955874f1ffba08 100644 --- a/modules/jcvelaux/module.py +++ b/modules/jcvelaux/module.py @@ -54,7 +54,7 @@ class jcvelauxModule(Module, CapGauge): ', '.join(CITIES)) MAINTAINER = 'Herve Werner' EMAIL = 'dud225@hotmail.com' - VERSION = '2.0' + VERSION = '2.1' LICENSE = 'AGPLv3' BROWSER = VelibBrowser diff --git a/modules/jirafeau/module.py b/modules/jirafeau/module.py index 8fff776cbd5565e54bed08ce7a8c7511dabab6ff..8d8565cb9b46d420d34dd44d5467d45cae01ca27 100644 --- a/modules/jirafeau/module.py +++ b/modules/jirafeau/module.py @@ -42,7 +42,7 @@ class JirafeauModule(Module, CapPaste): MAINTAINER = u'Vincent A' EMAIL = 'dev@indigo.re' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig(Value('base_url', label='Base Jirafeau URL', description='URL of the Jirafeau-based site to use', diff --git a/modules/journaldesfemmes/module.py b/modules/journaldesfemmes/module.py index 531f103dc5c8859cfd8b2d45eea6fbdb1a3f6830..f6fbaeda0901b85d1e5d5317eb965700984dabd2 100644 --- a/modules/journaldesfemmes/module.py +++ b/modules/journaldesfemmes/module.py @@ -35,7 +35,7 @@ class JournaldesfemmesModule(Module, CapRecipe): MAINTAINER = 'Phyks (Lucas Verney)' EMAIL = 'phyks@phyks.me' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = JournaldesfemmesBrowser diff --git a/modules/kickass/module.py b/modules/kickass/module.py index a072299ba1cf3b74176cb69d3487425967d336b0..39b27b4120fd62595a8f1a8f721a89db5f456063 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 = '2.0' + VERSION = '2.1' DESCRIPTION = 'Kickass Torrents BitTorrent tracker' LICENSE = 'AGPLv3+' BROWSER = KickassBrowser diff --git a/modules/kiwibank/module.py b/modules/kiwibank/module.py index 3b1494d488538834b51ca7a951779ac5eb617279..9e3325c9fd7216ffde2722be979ab9cb72e59d60 100644 --- a/modules/kiwibank/module.py +++ b/modules/kiwibank/module.py @@ -32,7 +32,7 @@ class KiwibankModule(Module, CapBank): NAME = 'kiwibank' MAINTAINER = u'Cédric Félizard' EMAIL = 'cedric@felizard.fr' - VERSION = '2.0' + VERSION = '2.1' LICENSE = 'AGPLv3+' DESCRIPTION = u'Kiwibank' CONFIG = BackendConfig( diff --git a/modules/lacentrale/module.py b/modules/lacentrale/module.py index 5f6842ec5866292ac2450ac4445c8bd8f083595e..a65ca9d7f066f779945521d7fd26b123106860da 100644 --- a/modules/lacentrale/module.py +++ b/modules/lacentrale/module.py @@ -31,7 +31,7 @@ class LaCentraleModule(Module, CapPriceComparison): NAME = 'lacentrale' MAINTAINER = u'Vicnet' EMAIL = 'vo.publique@gmail.com' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = 'Vehicule prices at LaCentrale.fr' LICENSE = 'AGPLv3+' BROWSER = LaCentraleBrowser diff --git a/modules/lameteoagricole/module.py b/modules/lameteoagricole/module.py index 6a1e32fbba872bc5f0671f5702455c01bda925ec..7d44d753bb922d191b1ea907c9763b4a87be9055 100644 --- a/modules/lameteoagricole/module.py +++ b/modules/lameteoagricole/module.py @@ -35,7 +35,7 @@ class LameteoagricoleModule(Module, CapWeather): MAINTAINER = u'Vincent A' EMAIL = 'dev@indigo.re' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = LameteoagricoleBrowser diff --git a/modules/lampiris/module.py b/modules/lampiris/module.py index fdb5272f933304af88d5ea08b11cf90b8cfcd40f..204073b928be40e093bf5b2ba1196fc8c8ff4d5a 100644 --- a/modules/lampiris/module.py +++ b/modules/lampiris/module.py @@ -37,7 +37,7 @@ class LampirisModule(Module, CapDocument): MAINTAINER = u'Phyks (Lucas Verney)' EMAIL = 'phyks@phyks.me' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig( Value( diff --git a/modules/larousse/module.py b/modules/larousse/module.py index 7e787f943c6987da8ac48998937344fb003b2667..e75d51cc12e52ec63982f4bec25792a52098ba26 100644 --- a/modules/larousse/module.py +++ b/modules/larousse/module.py @@ -33,7 +33,7 @@ class LarousseModule(Module, CapTranslate): MAINTAINER = u'Vincent A' EMAIL = 'dev@indigo.re' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = LarousseBrowser diff --git a/modules/lcl/module.py b/modules/lcl/module.py index 5e90d0ef27309b1b6b3039e0725d5a0e41f1727e..f572d897f49331476d38492be9450d79e1668891 100644 --- a/modules/lcl/module.py +++ b/modules/lcl/module.py @@ -57,7 +57,7 @@ class LCLModule(Module, CapBankWealth, CapBankTransferAddRecipient, CapContact, NAME = 'lcl' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = u'LCL' LICENSE = 'LGPLv3+' CONFIG = BackendConfig(ValueBackendPassword('login', label='Identifiant', masked=False), diff --git a/modules/ldlc/module.py b/modules/ldlc/module.py index a3221ac9403429efd7d57ee3aa5635cc4ed9c1f8..5a38059d1fd204da4d84bdf0dfc819a467497991 100644 --- a/modules/ldlc/module.py +++ b/modules/ldlc/module.py @@ -36,7 +36,7 @@ class LdlcModule(AbstractModule, CapDocument): MAINTAINER = 'Vincent Paredes' EMAIL = 'vparedes@budget-insight.com' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig( ValueBackendPassword('login', label='Email'), ValueBackendPassword('password', label='Password'), diff --git a/modules/leboncoin/module.py b/modules/leboncoin/module.py index b3c1074c75cb2e02e44a54573535e5c6d816b391..6a9a311f0d9cce434e64cd907385139b2c9237d5 100644 --- a/modules/leboncoin/module.py +++ b/modules/leboncoin/module.py @@ -32,7 +32,7 @@ class LeboncoinModule(Module, CapHousing): MAINTAINER = u'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = LeboncoinBrowser diff --git a/modules/lefigaro/module.py b/modules/lefigaro/module.py index 01fc45d4db49b0e3136744ea4aed2fe963116b55..bd98e7d506fee1d48d57567ccd8e3fe289c76675 100644 --- a/modules/lefigaro/module.py +++ b/modules/lefigaro/module.py @@ -32,7 +32,7 @@ class NewspaperFigaroModule(AbstractModule, CapMessages): MAINTAINER = u'Julien Hebert' EMAIL = 'juke@free.fr' - VERSION = '2.0' + VERSION = '2.1' LICENSE = 'AGPLv3+' STORAGE = {'seen': {}} NAME = 'lefigaro' diff --git a/modules/lendosphere/module.py b/modules/lendosphere/module.py index 390037178c8acd1f78c2247401c6a7072f33f1de..782510481cf329caea3e7e339c56d69617ae7679 100644 --- a/modules/lendosphere/module.py +++ b/modules/lendosphere/module.py @@ -35,7 +35,7 @@ class LendosphereModule(Module, CapBankWealth): MAINTAINER = 'Vincent A' EMAIL = 'dev@indigo.re' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = LendosphereBrowser diff --git a/modules/liberation/module.py b/modules/liberation/module.py index 5fcac587e01d031af80999071f52ab9e5c65e779..25394632f8de38c4ba57c8b67b62f758e734b3e3 100644 --- a/modules/liberation/module.py +++ b/modules/liberation/module.py @@ -30,7 +30,7 @@ class NewspaperLibeModule(AbstractModule, CapMessages): MAINTAINER = u'Florent Fourcot' EMAIL = 'weboob@flo.fourcot.fr' - VERSION = '2.0' + VERSION = '2.1' LICENSE = 'AGPLv3+' STORAGE = {'seen': {}} NAME = 'liberation' diff --git a/modules/limetorrents/module.py b/modules/limetorrents/module.py index 8c4d19a95711c754de9fb96cbc7e897110b659b7..dd6133027428c0146c6b4141fdeb079454babd1f 100644 --- a/modules/limetorrents/module.py +++ b/modules/limetorrents/module.py @@ -31,7 +31,7 @@ class LimetorrentsModule(Module, CapTorrent): NAME = 'limetorrents' MAINTAINER = u'Julien Veyssier' EMAIL = 'eneiluj@posteo.net' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = 'Limetorrents BitTorrent tracker' LICENSE = 'AGPLv3+' BROWSER = LimetorrentsBrowser diff --git a/modules/linebourse/module.py b/modules/linebourse/module.py index 27d84abe57b165d861e5b80576f764fff79f1ba4..6c9c2cffecaf882f849c326ca18d47a7e385901e 100644 --- a/modules/linebourse/module.py +++ b/modules/linebourse/module.py @@ -35,6 +35,6 @@ class LinebourseModule(Module, CapBank): MAINTAINER = u'Vincent Ardisson' EMAIL = 'vardisson@budget-insight.com' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = LinebourseBrowser diff --git a/modules/linuxjobs/module.py b/modules/linuxjobs/module.py index fee72d059259dcdf270aeab184fabfc5db2c5f40..e7a7c002d1a42472d056f9a3113398e748f58b9f 100644 --- a/modules/linuxjobs/module.py +++ b/modules/linuxjobs/module.py @@ -33,7 +33,7 @@ class LinuxJobsModule(Module, CapJob): MAINTAINER = u'François Revol' EMAIL = 'revol@free.fr' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = LinuxJobsBrowser diff --git a/modules/logicimmo/module.py b/modules/logicimmo/module.py index 1055fdc1db668470c9c17259e8f06d7a54aafe27..c714ed35429ed112dadfdabde1c54e54e47d456f 100644 --- a/modules/logicimmo/module.py +++ b/modules/logicimmo/module.py @@ -42,7 +42,7 @@ class LogicimmoModule(Module, CapHousing): MAINTAINER = u'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = LogicimmoBrowser diff --git a/modules/lucca/module.py b/modules/lucca/module.py index 60e1448429dea4a192b56c0e3230ed67fc9a5280..a7dc9faa5c08c5103a02f5e444353dfc5a2f307d 100644 --- a/modules/lucca/module.py +++ b/modules/lucca/module.py @@ -41,7 +41,7 @@ class LuccaModule(Module, CapDocument, CapCalendarEvent): MAINTAINER = 'Vincent A' EMAIL = 'dev@indigo.re' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = LuccaBrowser diff --git a/modules/lunchr/module.py b/modules/lunchr/module.py index cdb8abdb491074a82dec2ad7900b170777ed4329..a836f476b076acb1b62996b99eb6e266d3468d14 100644 --- a/modules/lunchr/module.py +++ b/modules/lunchr/module.py @@ -34,7 +34,7 @@ class LunchrModule(Module, CapBank): MAINTAINER = 'Roger Philibert' EMAIL = 'roger.philibert@gmail.com' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = LunchrBrowser diff --git a/modules/lutim/module.py b/modules/lutim/module.py index 40756bbccdae1b26b011316d7fe98c04f3234f07..b82639a60c6399c06ce73f58553b0e649db98383 100644 --- a/modules/lutim/module.py +++ b/modules/lutim/module.py @@ -38,7 +38,7 @@ class LutimModule(Module, CapPaste): MAINTAINER = u'Vincent A' EMAIL = 'dev@indigo.re' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = LutimBrowser diff --git a/modules/lyricsdotcom/module.py b/modules/lyricsdotcom/module.py index 7592f477e703a521546ebf34ff8e1b8d3f1caf68..d4a94cb0b84379490f95ab7f70baa82a412093d0 100644 --- a/modules/lyricsdotcom/module.py +++ b/modules/lyricsdotcom/module.py @@ -31,7 +31,7 @@ class LyricsdotcomModule(Module, CapLyrics): NAME = 'lyricsdotcom' MAINTAINER = u'Julien Veyssier' EMAIL = 'eneiluj@gmx.fr' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = 'Lyrics.com lyrics website' LICENSE = 'AGPLv3+' BROWSER = LyricsdotcomBrowser diff --git a/modules/lyricsmode/module.py b/modules/lyricsmode/module.py index 3cbdd33e76a45b0928bea473fa6d2461de879140..8e900427d20ea89398bdd23d28aa5c7956b4bf73 100644 --- a/modules/lyricsmode/module.py +++ b/modules/lyricsmode/module.py @@ -31,7 +31,7 @@ class LyricsmodeModule(Module, CapLyrics): NAME = 'lyricsmode' MAINTAINER = u'Julien Veyssier' EMAIL = 'eneiluj@gmx.fr' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = 'Lyricsmode.com lyrics website' LICENSE = 'AGPLv3+' BROWSER = LyricsmodeBrowser diff --git a/modules/lyricsplanet/module.py b/modules/lyricsplanet/module.py index 6aced705c8ff40aee4ad9659a2888bb911f5f068..40288062947311b32695e4c02dbb0ea094ee6b95 100644 --- a/modules/lyricsplanet/module.py +++ b/modules/lyricsplanet/module.py @@ -29,7 +29,7 @@ class LyricsplanetModule(Module, CapLyrics): NAME = 'lyricsplanet' MAINTAINER = u'Julien Veyssier' EMAIL = 'eneiluj@gmx.fr' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = 'Lyricsplanet.com song lyrics website' LICENSE = 'AGPLv3+' BROWSER = LyricsplanetBrowser diff --git a/modules/mailinator/module.py b/modules/mailinator/module.py index ad45ab1df0107fadcc3c4aabfd8296fe30dae5b9..40cad49b6819bee3d1495d1b36e5a0cc9d89b595 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 = '2.0' + VERSION = '2.1' BROWSER = MailinatorBrowser diff --git a/modules/manpower/module.py b/modules/manpower/module.py index 39f7862ecf4dc3d39ef4f300190d4862cfae6baf..79e2c73b29fa34eb5a116821f1a988a4aeeb3a0f 100644 --- a/modules/manpower/module.py +++ b/modules/manpower/module.py @@ -35,7 +35,7 @@ class ManpowerModule(Module, CapJob): MAINTAINER = u'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = ManpowerBrowser diff --git a/modules/mareeinfo/module.py b/modules/mareeinfo/module.py index ba910e96ed736584371050b61c6e038ee97e0d99..a2d732774ba166265f14bc4b41ff3c0da95537b7 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 = '2.0' + VERSION = '2.1' BROWSER = MareeinfoBrowser diff --git a/modules/marmiton/module.py b/modules/marmiton/module.py index 0329635869416b14624678c02683f8ddb3369408..b22c8a4489a319d6662eee426de4f68b58679c3a 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 = '2.0' + VERSION = '2.1' DESCRIPTION = u'Marmiton French recipe website' LICENSE = 'AGPLv3+' BROWSER = MarmitonBrowser diff --git a/modules/materielnet/module.py b/modules/materielnet/module.py index 12d926b784a50f8058a3177370f991685ab005ae..811e7c351e0d17c6c84a51293f07b2f66db1891c 100644 --- a/modules/materielnet/module.py +++ b/modules/materielnet/module.py @@ -37,7 +37,7 @@ class MaterielnetModule(Module, CapDocument): MAINTAINER = 'Edouard Lambert' EMAIL = 'elambert@budget-insight.com' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig( ValueBackendPassword('login', label='Email'), diff --git a/modules/mediawiki/module.py b/modules/mediawiki/module.py index 9c918934c751f58da2c45347ebf84fc674ac2b82..c8dde0bbfd48c84b3724247c8dd0bdbd2e523db8 100644 --- a/modules/mediawiki/module.py +++ b/modules/mediawiki/module.py @@ -42,7 +42,7 @@ class MediawikiModule(Module, CapContent, CapImage, CapGallery): NAME = 'mediawiki' MAINTAINER = u'Clément Schreiner' EMAIL = 'clemux@clemux.info' - VERSION = '2.0' + VERSION = '2.1' LICENSE = 'AGPLv3+' DESCRIPTION = 'Wikis running MediaWiki, like Wikipedia' CONFIG = BackendConfig(Value('url', label='URL of the Mediawiki website', default='https://en.wikipedia.org/', regexp='https?://.*'), diff --git a/modules/meslieuxparis/module.py b/modules/meslieuxparis/module.py index c387e12e126cc9d328e723fa3968b658737d448c..5985ac94ba27a88d2ff818f0e57caf735fc37a8e 100644 --- a/modules/meslieuxparis/module.py +++ b/modules/meslieuxparis/module.py @@ -35,7 +35,7 @@ class MeslieuxparisModule(Module, CapDirectory): MAINTAINER = 'Vincent A' EMAIL = 'dev@indigo.re' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = MeslieuxparisBrowser diff --git a/modules/metalarchives/module.py b/modules/metalarchives/module.py index a730104d2816282d114b4ef13c6af5835bb7dd37..a5e8ea612ab4ee0371cbba9ceec9ea96cb3084fb 100644 --- a/modules/metalarchives/module.py +++ b/modules/metalarchives/module.py @@ -36,7 +36,7 @@ class MetalarchivesModule(Module, CapBands): MAINTAINER = 'Quentin Defenouillère' EMAIL = 'quentin.defenouillere@gmail.com' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = MetalArchivesBrowser CONFIG = BackendConfig( diff --git a/modules/meteofrance/module.py b/modules/meteofrance/module.py index 739f2d89624bee12656c2f7afee34597eff13cce..c0dba885148339965449b2b454a8e24492eb92df 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 = '2.0' + VERSION = '2.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 1a55259715389b5d3c78e83cfcff55c371d36935..58751b67fe5bf3015f1a21ec8a61ef24ccd2c22a 100644 --- a/modules/minutes20/module.py +++ b/modules/minutes20/module.py @@ -27,7 +27,7 @@ class Newspaper20minutesModule(AbstractModule, CapMessages): MAINTAINER = u'Julien Hebert' EMAIL = 'juke@free.fr' - VERSION = '2.0' + VERSION = '2.1' LICENSE = 'AGPLv3+' STORAGE = {'seen': {}} NAME = 'minutes20' diff --git a/modules/monster/module.py b/modules/monster/module.py index 3ee864a9e6893a24fdc8665c8e038db795f54006..c46282c7175c5d51e3ae2ab8344fafefde36b8bb 100644 --- a/modules/monster/module.py +++ b/modules/monster/module.py @@ -34,7 +34,7 @@ class MonsterModule(Module, CapJob): MAINTAINER = u'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = MonsterBrowser diff --git a/modules/myedenred/module.py b/modules/myedenred/module.py index f4161c472199938dc5f9461896ce854a38117095..57abc2c660b3b2bffce5650f0b54bc2788d89f98 100644 --- a/modules/myedenred/module.py +++ b/modules/myedenred/module.py @@ -36,7 +36,7 @@ class MyedenredModule(Module, CapBank): MAINTAINER = 'Théo Dorée' EMAIL = 'tdoree@budget-insight.com' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig( ValueBackendPassword('login', label='Adresse email', masked=False, regexp=r'[^@]{1,}@[^\.]{1,}\..{2,}'), ValueBackendPassword('password', label='Mot de passe'), diff --git a/modules/myfoncia/module.py b/modules/myfoncia/module.py index e562ff6a1a24fec9eff90030b4f6801867acd38b..bcc4476c6d19cda61c27ad96971c6dd4506850a4 100644 --- a/modules/myfoncia/module.py +++ b/modules/myfoncia/module.py @@ -38,7 +38,7 @@ class MyFonciaModule(Module, CapDocument): MAINTAINER = u'Phyks (Lucas Verney)' EMAIL = 'phyks@phyks.me' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig( Value( 'login', diff --git a/modules/myhabit/module.py b/modules/myhabit/module.py index 38af38e2f0ae675a1440766ba7bcd7dfe5a8b703..3656c23f8469d86469b9271e445869925a86bd81 100644 --- a/modules/myhabit/module.py +++ b/modules/myhabit/module.py @@ -31,7 +31,7 @@ class MyHabitModule(Module, CapShop): NAME = 'myhabit' MAINTAINER = u'Oleg Plakhotniuk' EMAIL = 'olegus8@gmail.com' - VERSION = '2.0' + VERSION = '2.1' LICENSE = 'AGPLv3+' DESCRIPTION = u'MYHABIT' CONFIG = BackendConfig( diff --git a/modules/n26/module.py b/modules/n26/module.py index b18cd7c9143d5ab4546407179da52a36aa224d81..feef707adb3b72fa3d9164d61166df0e680c9184 100644 --- a/modules/n26/module.py +++ b/modules/n26/module.py @@ -34,7 +34,7 @@ class Number26Module(Module, CapBank): MAINTAINER = u'Benjamin Bouvier' EMAIL = 'public@benj.me' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = Number26Browser diff --git a/modules/nalo/module.py b/modules/nalo/module.py index d2d28810e81b585d041b40a49c9aff894f5ed04e..6389f3bd47fda3c966b435771889f24247bf799a 100644 --- a/modules/nalo/module.py +++ b/modules/nalo/module.py @@ -35,7 +35,7 @@ class NaloModule(Module, CapBankWealth): MAINTAINER = 'Vincent A' EMAIL = 'dev@indigo.re' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = NaloBrowser diff --git a/modules/nectarine/module.py b/modules/nectarine/module.py index a672712d2161fdbdeced66db672c27e18f010faf..c2a537f5e3476e8bd53daa6842111a29a5c51c1c 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 = '2.0' + VERSION = '2.1' DESCRIPTION = u'Nectarine Demoscene Radio' # License of your module LICENSE = 'AGPLv3+' diff --git a/modules/nef/module.py b/modules/nef/module.py index a761695bbbf7ee0587119d526b169477c8f2a8e7..23132c6e74f7463422342ec6c49441d38f78e2a1 100644 --- a/modules/nef/module.py +++ b/modules/nef/module.py @@ -36,7 +36,7 @@ class NefModule(Module, CapBankTransfer): MAINTAINER = 'Damien Cassou' EMAIL = 'damien@cassou.me' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = NefBrowser diff --git a/modules/netfinca/module.py b/modules/netfinca/module.py index 15d9148fb262ac8402bc32995231f382dd5e2539..6405752bcb55fc35d02ad7e26898de22984bb19e 100644 --- a/modules/netfinca/module.py +++ b/modules/netfinca/module.py @@ -34,6 +34,6 @@ class NetfincaModule(Module, CapBank): MAINTAINER = 'Martin Sicot' EMAIL = 'martin.sicot@budget-insight.com' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = NetfincaBrowser diff --git a/modules/newsfeed/module.py b/modules/newsfeed/module.py index 99fe638154eb19fab66c1e795e409ec69390c854..a01611e20f64885eee761672c19f9e4d4d4a107a 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 = '2.0' + VERSION = '2.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/nova/module.py b/modules/nova/module.py index b19152976b1bbb963e7e86dab33fa59ea8d58b1a..ded39ae47ff8b2f0a432f6bbafc36c6daa186d4a 100644 --- a/modules/nova/module.py +++ b/modules/nova/module.py @@ -34,7 +34,7 @@ class NovaModule(Module, CapRadio, CapCollection): NAME = 'nova' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = u'Nova French radio' LICENSE = 'AGPLv3+' BROWSER = APIBrowser diff --git a/modules/okc/module.py b/modules/okc/module.py index e733f89cd5049110ca133e1b67187e632fb4ed6f..dfa9dd14fadb90093e0b10c686fd545abf981350 100644 --- a/modules/okc/module.py +++ b/modules/okc/module.py @@ -101,7 +101,7 @@ class OkCModule(Module, CapMessages, CapContact, CapMessagesPost, CapDating): NAME = 'okc' MAINTAINER = u'Roger Philibert' EMAIL = 'roger.philibert@gmail.com' - VERSION = '2.0' + VERSION = '2.1' LICENSE = 'AGPLv3+' DESCRIPTION = u'OkCupid' CONFIG = BackendConfig(Value('username', label='Username'), diff --git a/modules/oney/module.py b/modules/oney/module.py index 2d515c320c97fdb8ece5813cf027627c0ab3afe0..aa2fd6999e983faf3ffa46c1989f7ddea2b81bfd 100644 --- a/modules/oney/module.py +++ b/modules/oney/module.py @@ -35,7 +35,7 @@ class OneyModule(Module, CapBank): NAME = 'oney' MAINTAINER = 'Vincent Paredes' EMAIL = 'vparedes@budget-insight.com' - VERSION = '2.0' + VERSION = '2.1' LICENSE = 'LGPLv3+' DESCRIPTION = 'Oney' CONFIG = BackendConfig( diff --git a/modules/onlinenet/module.py b/modules/onlinenet/module.py index c13a2758a9f7fb7117d153441382bfdb78a9a06e..f34dae4fa1ef11abfd5986947b2a2001609909ad 100644 --- a/modules/onlinenet/module.py +++ b/modules/onlinenet/module.py @@ -36,7 +36,7 @@ class OnlinenetModule(Module, CapDocument): MAINTAINER = 'Edouard Lambert' EMAIL = 'elambert@budget-insight.com' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig( Value('login', label='Identifiant'), ValueBackendPassword('password', label='Mot de passe'), diff --git a/modules/openedx/module.py b/modules/openedx/module.py index b70d032f107238b796cf3a6c5a31380e03a1c08b..27a5e848460beb8a191e10c6f8d333190a9a4a86 100644 --- a/modules/openedx/module.py +++ b/modules/openedx/module.py @@ -35,7 +35,7 @@ class OpenEDXModule(Module, CapMessages): MAINTAINER = u'Simon Lipp' EMAIL = 'laiquo@hwold.net' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig(Value('username', label='Username', default=''), ValueBackendPassword('password', label='Password', default=''), diff --git a/modules/opensubtitles/module.py b/modules/opensubtitles/module.py index 73c8fa5dc3563bfbd9b4781bc6cd630937df590d..f86d238d21fa175640814947b016559101f1ebef 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 = '2.0' + VERSION = '2.1' DESCRIPTION = 'Opensubtitles subtitle website' LICENSE = 'AGPLv3+' BROWSER = OpensubtitlesBrowser diff --git a/modules/orange/module.py b/modules/orange/module.py index 9c0e6caf789f3627091bfdb3e0442c0b8a9f68ad..102006267df9b14d5d307e6d03d963a74ef59f39 100644 --- a/modules/orange/module.py +++ b/modules/orange/module.py @@ -36,7 +36,7 @@ class OrangeModule(Module, CapAccount, CapDocument, CapProfile): NAME = 'orange' MAINTAINER = 'Florian Duguet' EMAIL = 'florian.duguet@budget-insight.com' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = 'Orange French mobile phone provider' LICENSE = 'LGPLv3+' CONFIG = BackendConfig( diff --git a/modules/ouifm/module.py b/modules/ouifm/module.py index 664226f8593d75a13a0f29ff3f1ec347f373a8be..9b54d70256075507e6b0de57ad5c637237c14e91 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 = '2.0' + VERSION = '2.1' DESCRIPTION = u'OÜI FM French radio' LICENSE = 'AGPLv3+' BROWSER = APIBrowser diff --git a/modules/ovh/module.py b/modules/ovh/module.py index 83ab5472214f2652b411053071f0bb392694257a..66f9e620da2372e84a2539691482f418c0c93925 100644 --- a/modules/ovh/module.py +++ b/modules/ovh/module.py @@ -36,7 +36,7 @@ class OvhModule(Module, CapDocument): MAINTAINER = 'Vincent Paredes' EMAIL = 'vparedes@budget-insight.com' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig( ValueBackendPassword('login', label='Account ID'), ValueBackendPassword('password', label='Password'), diff --git a/modules/pagesjaunes/module.py b/modules/pagesjaunes/module.py index 86af75c197f1b4146fcb5d639ffb1b4f278f647b..5c2003f0333685152291b11a8279111167672626 100644 --- a/modules/pagesjaunes/module.py +++ b/modules/pagesjaunes/module.py @@ -35,7 +35,7 @@ class PagesjaunesModule(Module, CapDirectory): MAINTAINER = 'Vincent A' EMAIL = 'dev@indigo.re' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = PagesjaunesBrowser diff --git a/modules/pajemploi/module.py b/modules/pajemploi/module.py index e223afc23440d44e3b7815f872572d5d2d80182b..c2278a1703265f60e31586d6511e22be35da96b2 100644 --- a/modules/pajemploi/module.py +++ b/modules/pajemploi/module.py @@ -48,7 +48,7 @@ class PajemploiModule(Module, CapDocument): MAINTAINER = "Ludovic LANGE" EMAIL = "llange@users.noreply.github.com" LICENSE = "LGPLv3+" - VERSION = "2.0" + VERSION = "2.1" CONFIG = BackendConfig( Value("username", label="User ID"), diff --git a/modules/pap/module.py b/modules/pap/module.py index fd6d81e3707ca172f028e2ddb3e4ce49d9b59934..89f088728dc7d1996ab6d452ec05da58e6fa3bb2 100644 --- a/modules/pap/module.py +++ b/modules/pap/module.py @@ -32,7 +32,7 @@ class PapModule(Module, CapHousing): NAME = 'pap' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = 'French housing website' LICENSE = 'AGPLv3+' BROWSER = PapBrowser diff --git a/modules/pariskiwi/module.py b/modules/pariskiwi/module.py index 2a0d7fb08e3b5a9bef0d4b6b32a3d9caa8bdf5cb..6c574a564289c320fd32312ea1785ed3be1dff54 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 = '2.0' + VERSION = '2.1' BROWSER = ParisKiwiBrowser diff --git a/modules/paroles2chansons/module.py b/modules/paroles2chansons/module.py index 67345273b5158b2f38062c6943b4297ca5ea67ef..f711ea472d3ff46eba38ca9b7b388b407ef46d30 100644 --- a/modules/paroles2chansons/module.py +++ b/modules/paroles2chansons/module.py @@ -29,7 +29,7 @@ class Paroles2chansonsModule(Module, CapLyrics): NAME = 'paroles2chansons' MAINTAINER = u'Julien Veyssier' EMAIL = 'eneiluj@gmx.fr' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = 'Paroles2chansons.com song lyrics website' LICENSE = 'AGPLv3+' BROWSER = Paroles2chansonsBrowser diff --git a/modules/parolesmania/module.py b/modules/parolesmania/module.py index c6e5637c27874b834c36d59ad8eba285562f7ff7..6c779188b58b442ded4006514bf4c4bc3ef9ccb0 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 = 'eneiluj@gmx.fr' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = 'Paroles Mania lyrics website' LICENSE = 'AGPLv3+' BROWSER = ParolesmaniaBrowser diff --git a/modules/parolesmusique/module.py b/modules/parolesmusique/module.py index ce2b2b5519279a16c805af42877ee0925f6c0737..09bba3dc5b5ac366098c7984dfa6e5372b05fba8 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 = 'eneiluj@gmx.fr' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = 'paroles-musique lyrics website' LICENSE = 'AGPLv3+' BROWSER = ParolesmusiqueBrowser diff --git a/modules/parolesnet/module.py b/modules/parolesnet/module.py index 59ccb047d0d348db9c06100a776a607638f7bd47..2d8a41fbd3d04d7a8a9739ca46c3f96a700fa3bc 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 = '2.0' + VERSION = '2.1' DESCRIPTION = 'paroles.net lyrics website' LICENSE = 'AGPLv3+' BROWSER = ParolesnetBrowser diff --git a/modules/pastealacon/module.py b/modules/pastealacon/module.py index 533b52d225892f1436beca1bf82de2daf27ed6a6..46c675ca322d763c2a47fb1142d05330970383e5 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 = '2.0' + VERSION = '2.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 4fb2e3d68e21b9fe9354e4cbda71dbbf285399e2..24d27bd29e8248bef83d67374e26f85981099921 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 = '2.0' + VERSION = '2.1' DESCRIPTION = 'Pastebin text sharing service' LICENSE = 'AGPLv3+' BROWSER = PastebinBrowser diff --git a/modules/paypal/module.py b/modules/paypal/module.py index 1ef1b6eaac4e4c46efab89bebb5fca5f98947e92..4525982ba93f76064bc54024d825783a5c3c686a 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 = '2.0' + VERSION = '2.1' LICENSE = 'LGPLv3+' DESCRIPTION = u'PayPal' CONFIG = BackendConfig(ValueBackendPassword('login', label='E-mail', masked=False), diff --git a/modules/peertube/module.py b/modules/peertube/module.py index 7a556479d3758d5b255ad78a84b9c20654a049be..6b42a0bc5d41ec1cf18138ada9ec60324486589e 100644 --- a/modules/peertube/module.py +++ b/modules/peertube/module.py @@ -35,7 +35,7 @@ class PeertubeModule(Module, CapVideo): MAINTAINER = 'Vincent A' EMAIL = 'dev@indigo.re' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig( Value('url', label='Base URL of the PeerTube instance'), diff --git a/modules/phpbb/module.py b/modules/phpbb/module.py index 5cfea9d2702e7fcdb54fd9ce649748ba1cfb022e..7c805953e47c3339e32017330c701f547fedf6d2 100644 --- a/modules/phpbb/module.py +++ b/modules/phpbb/module.py @@ -34,7 +34,7 @@ class PhpBBModule(Module, CapMessages, CapMessagesPost): NAME = 'phpbb' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '2.0' + VERSION = '2.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 c8e932c676179c15107c0b0df60d9e0d278b89a9..2c06f5e6b77073fb022902a03d6f527ae5c9124d 100644 --- a/modules/piratebay/module.py +++ b/modules/piratebay/module.py @@ -31,7 +31,7 @@ class PiratebayModule(Module, CapTorrent): NAME = 'piratebay' MAINTAINER = u'Laurent Bachelier' EMAIL = 'laurent@bachelier.name' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = 'The Pirate Bay BitTorrent tracker' LICENSE = 'AGPLv3+' BROWSER = PiratebayBrowser diff --git a/modules/pixabay/module.py b/modules/pixabay/module.py index 243ebe314ae2a2f28291b22996f056a1542e27b2..a63fe6256f095083effb22a305f268f5c64a5fe1 100644 --- a/modules/pixabay/module.py +++ b/modules/pixabay/module.py @@ -49,7 +49,7 @@ class PixabayModule(Module, CapImage): MAINTAINER = u'Vincent A' EMAIL = 'dev@indigo.re' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = PixabayBrowser diff --git a/modules/pixtoilelibre/module.py b/modules/pixtoilelibre/module.py index a6e1cae10fb2d3abf34ee3f94ffd65716cf7196a..ece667c896f7e0b414bb93204bd97f3f82026d8a 100644 --- a/modules/pixtoilelibre/module.py +++ b/modules/pixtoilelibre/module.py @@ -42,7 +42,7 @@ class PixtoilelibreModule(Module, CapPaste): MAINTAINER = u'Vincent A' EMAIL = 'dev@indigo.re' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = PixtoilelibreBrowser diff --git a/modules/playme/module.py b/modules/playme/module.py index 723ad0e088c9da9a296f22afa74e22e8332ad7e9..f0ac070305bf3e1dfd7145a57e9fa61747dc2a42 100644 --- a/modules/playme/module.py +++ b/modules/playme/module.py @@ -90,7 +90,7 @@ class PlayMeModule(Module, CapMessages, CapMessagesPost, CapDating, CapAccount): MAINTAINER = u'Roger Philibert' EMAIL = 'roger.philibert@gmail.com' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.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 42610a1231e041e47e6f3dc1c629dbf2b24c20ad..f6514642a73997006d074312401f14011b1097a0 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 = '2.0' + VERSION = '2.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 bf95cb5536234b475fe26852d1e15590d1903fb1..9d25ab5ab11f371aa942c8028be039a1069dca2d 100644 --- a/modules/poivy/module.py +++ b/modules/poivy/module.py @@ -33,7 +33,7 @@ class PoivyModule(Module, CapDocument): NAME = 'poivy' MAINTAINER = u'Florent Fourcot' EMAIL = 'weboob@flo.fourcot.fr' - VERSION = '2.0' + VERSION = '2.1' LICENSE = 'LGPLv3+' DESCRIPTION = 'Poivy website' CONFIG = BackendConfig(ValueBackendPassword('login', diff --git a/modules/popolemploi/module.py b/modules/popolemploi/module.py index 31181c01a067021f4abc83eb1afbca86c8b9ce4f..667e2f69fb3c054a216f766858bf2247e68fb5ed 100644 --- a/modules/popolemploi/module.py +++ b/modules/popolemploi/module.py @@ -35,7 +35,7 @@ class PopolemploiModule(Module, CapJob): DESCRIPTION = u'Pole Emploi website' MAINTAINER = u'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' - VERSION = '2.0' + VERSION = '2.1' BROWSER = PopolemploiBrowser diff --git a/modules/pornhub/module.py b/modules/pornhub/module.py index ba7501139cbb9fdbc2eca979dbf8a7541a8e35b0..5ed51ca5ad6b7015f5ede9579d593248d290cbe6 100644 --- a/modules/pornhub/module.py +++ b/modules/pornhub/module.py @@ -32,7 +32,7 @@ class PornhubModule(Module, CapVideo, CapCollection): NAME = 'pornhub' MAINTAINER = u'Roger Philibert' EMAIL = 'roger.philibert@gmail.com' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = 'Pornhub pornographic video streaming website' LICENSE = 'AGPLv3+' BROWSER = PornhubBrowser diff --git a/modules/pradoepargne/module.py b/modules/pradoepargne/module.py index 1ab52de03f94059e638ed526e0618b080dbf298a..e71d201ba827c1aa3a469f704288de8b43946de5 100644 --- a/modules/pradoepargne/module.py +++ b/modules/pradoepargne/module.py @@ -33,7 +33,7 @@ class PradoepargneModule(AbstractModule, CapBankPockets): MAINTAINER = 'Edouard Lambert' EMAIL = 'elambert@budget-insight.com' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig( ValueBackendPassword('login', label='Identifiant', masked=False), ValueBackendPassword('password', label='Mot de passe') diff --git a/modules/presseurop/module.py b/modules/presseurop/module.py index 7fd3993281942ad4d9682d1d806d437112734c33..d23aabf6e0368db43fa42d4ec7c17c83180b18d2 100644 --- a/modules/presseurop/module.py +++ b/modules/presseurop/module.py @@ -31,7 +31,7 @@ class NewspaperPresseuropModule(AbstractModule, CapMessages): MAINTAINER = u'Florent Fourcot' EMAIL = 'weboob@flo.fourcot.fr' - VERSION = '2.0' + VERSION = '2.1' LICENSE = 'AGPLv3+' STORAGE = {'seen': {}} NAME = 'presseurop' diff --git a/modules/prixcarburants/module.py b/modules/prixcarburants/module.py index 5fceee5c2e3830eb6a80121b6b94b1a39ac359c7..76a3073b68d30c3bc360ee59a9a1910759c5f254 100644 --- a/modules/prixcarburants/module.py +++ b/modules/prixcarburants/module.py @@ -32,7 +32,7 @@ class PrixCarburantsModule(Module, CapPriceComparison): NAME = 'prixcarburants' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = 'French governement website to compare fuel prices' LICENSE = 'AGPLv3+' BROWSER = PrixCarburantsBrowser diff --git a/modules/radiofrance/module.py b/modules/radiofrance/module.py index 8d9a0c882658011dd9b4d04d3e2f48b8a6f13338..1f773141751c8e03423deb7a54916709444a995d 100644 --- a/modules/radiofrance/module.py +++ b/modules/radiofrance/module.py @@ -39,7 +39,7 @@ class RadioFranceModule(Module, CapRadio, CapCollection, CapAudio): NAME = 'radiofrance' MAINTAINER = u'Laurent Bachelier' EMAIL = 'laurent@bachelier.name' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = u'Radios of Radio France: Inter, Info, Bleu, Culture, Musique, FIP, Le Mouv\'' LICENSE = 'AGPLv3+' BROWSER = RadioFranceBrowser diff --git a/modules/ratp/module.py b/modules/ratp/module.py index 6afe8b113f8553c4f186263726b0e525409263b7..cb361a62844f8c6a0e60997284ea58ce6b36134f 100644 --- a/modules/ratp/module.py +++ b/modules/ratp/module.py @@ -40,7 +40,7 @@ class RATPModule(Module, CapGauge): MAINTAINER = u'Phyks (Lucas Verney)' EMAIL = 'phyks@phyks.me' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = RATPBrowser diff --git a/modules/razibus/module.py b/modules/razibus/module.py index 458ac4aefb61fc906ef8801624bfc64ba04edda4..e0ed2341c5f57a514074c5fe92c894b259741001 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 = '2.0' + VERSION = '2.1' ASSOCIATED_CATEGORIES = [CATEGORIES.CONCERT] BROWSER = RazibusBrowser diff --git a/modules/reddit/module.py b/modules/reddit/module.py index db7d312b71b8987942ebe66dcaad6e0221242b8b..4c3ded24de93797cdb386eb8a2a7df5a7af07072 100644 --- a/modules/reddit/module.py +++ b/modules/reddit/module.py @@ -44,7 +44,7 @@ class RedditModule(Module, CapImage, CapCollection, CapMessages): MAINTAINER = u'Vincent A' EMAIL = 'dev@indigo.re' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig( Value('subreddit', label='Name of the sub-reddit', regexp='[^/]+', default='pics'), ) diff --git a/modules/redmine/module.py b/modules/redmine/module.py index 7eafe4e61633f92d70d6916bc14bbc023698ef30..f1217c37281ae2f40b872f79f63b853cf6081554 100644 --- a/modules/redmine/module.py +++ b/modules/redmine/module.py @@ -38,7 +38,7 @@ class RedmineModule(Module, CapContent, CapBugTracker, CapCollection): NAME = 'redmine' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '2.0' + VERSION = '2.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 ec61d909d9a583edbe0af2bae4bfb1b5d0e46fe5..2598812620f00d22ec213db8942f2fc8738b9bf4 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 = '2.0' + VERSION = '2.1' BROWSER = RegionsjobBrowser diff --git a/modules/relaiscolis/module.py b/modules/relaiscolis/module.py index ef48c43f29aabf914c84c87e7ec08343c9070a75..57ac1783f11d9a5fcb5dc95cd52083c30cff040b 100644 --- a/modules/relaiscolis/module.py +++ b/modules/relaiscolis/module.py @@ -36,7 +36,7 @@ class RelaiscolisModule(Module, CapParcel): MAINTAINER = 'Mickaël Thomas' EMAIL = 'mickael9@gmail.com' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig( Value('last_name', label='Last name'), Value('merchant', label='Merchant (leave blank)', default=''), diff --git a/modules/residentadvisor/module.py b/modules/residentadvisor/module.py index 6096254038cd23774e37636ad89d40db1af2c210..43230af21417ca1f4820aa7882e69397364cbe7f 100644 --- a/modules/residentadvisor/module.py +++ b/modules/residentadvisor/module.py @@ -37,7 +37,7 @@ class ResidentadvisorModule(Module, CapCalendarEvent): MAINTAINER = u'Alexandre Morignot' EMAIL = 'erdnaxeli@cervoi.se' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = ResidentadvisorBrowser diff --git a/modules/rmll/module.py b/modules/rmll/module.py index 8410df1d7e4d4e5534819bc8705d42a85cf095ca..7b6ff161deeb8bbd85b2f5c08cf20ef7d7181bf4 100644 --- a/modules/rmll/module.py +++ b/modules/rmll/module.py @@ -32,7 +32,7 @@ class RmllModule(Module, CapVideo, CapCollection): NAME = 'rmll' MAINTAINER = u'Guyou' EMAIL = 'guilhem.bonnefille@gmail.com' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = 'Videos from RMLL' LICENSE = 'AGPLv3+' diff --git a/modules/s2e/module.py b/modules/s2e/module.py index 1d58e9cffdba519573fe9b8b1364dd5c6a440443..cc9ac711cc5b5a1aea8d0942c4d01560ef3ecd00 100644 --- a/modules/s2e/module.py +++ b/modules/s2e/module.py @@ -28,7 +28,7 @@ class S2eModule(Module, CapBankPockets): MAINTAINER = u'Edouard Lambert' EMAIL = 'elambert@budget-insight.com' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' def iter_accounts(self): return self.browser.iter_accounts() diff --git a/modules/sachsen/module.py b/modules/sachsen/module.py index e2eb4da95eee822c6c119b8c6d5532ece9b67a94..f988f86a82e2f7f8f456da14795d21b2f01baf51 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 = '2.0' + VERSION = '2.1' LICENSE = 'AGPLv3+' DESCRIPTION = u"Level of Sachsen river" BROWSER = SachsenBrowser diff --git a/modules/seloger/module.py b/modules/seloger/module.py index acf08936f9833f9a4dd757afcbea23899373d15f..d00b3b038dc600065aa4576348f75323c486c208 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 = '2.0' + VERSION = '2.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 43a20279a369b557f8eda20ca8c46cfaf4e785b3..c64e8f3eb74593f675d4c84b4831bfe3841bf369 100644 --- a/modules/senscritique/module.py +++ b/modules/senscritique/module.py @@ -32,7 +32,7 @@ class SenscritiqueModule(Module, CapCalendarEvent): MAINTAINER = u'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' ASSOCIATED_CATEGORIES = [CATEGORIES.TELE] BROWSER = SenscritiqueBrowser diff --git a/modules/societegenerale/module.py b/modules/societegenerale/module.py index f8d8d80facdf951ab910456cc8e3f50e9c79dcf0..94cd56de9e096471f8c43a3a99240ab8346d0ff8 100644 --- a/modules/societegenerale/module.py +++ b/modules/societegenerale/module.py @@ -48,7 +48,7 @@ class SocieteGeneraleModule(Module, CapBankWealth, CapBankTransferAddRecipient, NAME = 'societegenerale' MAINTAINER = u'Jocelyn Jaubert' EMAIL = 'jocelyn.jaubert@gmail.com' - VERSION = '2.0' + VERSION = '2.1' LICENSE = 'LGPLv3+' DESCRIPTION = u'Société Générale' CONFIG = BackendConfig( diff --git a/modules/sogecartenet/module.py b/modules/sogecartenet/module.py index 42542c30bacf14794870d7bf3a3296de34d5328a..84bb2247eb46d20787d46800abf4b8d781c35d25 100644 --- a/modules/sogecartenet/module.py +++ b/modules/sogecartenet/module.py @@ -35,7 +35,7 @@ class SogecartenetModule(Module, CapBank): MAINTAINER = 'Guillaume Risbourg' EMAIL = 'guillaume.risbourg@budget-insight.com' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig( ValueBackendPassword('login', label='Identifiant', masked=False), ValueBackendPassword('password', label='Mot de passe'), diff --git a/modules/somafm/module.py b/modules/somafm/module.py index 022df13d67056ca8d7c2314bfcb1cf8d24ab6717..d98b5eaa5056fe1567459f512f6a77c47259c13b 100644 --- a/modules/somafm/module.py +++ b/modules/somafm/module.py @@ -30,7 +30,7 @@ class SomaFMModule(Module, CapRadio, CapCollection): NAME = 'somafm' MAINTAINER = u'Roger Philibert' EMAIL = 'roger.philibert@gmail.com' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = u'SomaFM web radio' LICENSE = 'AGPLv3+' BROWSER = SomaFMBrowser diff --git a/modules/spirica/module.py b/modules/spirica/module.py index ab1e000ade35dbd03b65a703072271d8b1c9eb73..470d6499318c5326f4d502cff12acc505b5aa68d 100644 --- a/modules/spirica/module.py +++ b/modules/spirica/module.py @@ -35,7 +35,7 @@ class SpiricaModule(Module, CapBankWealth): MAINTAINER = u'Edouard Lambert' EMAIL = 'elambert@budget-insight.com' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig( ValueBackendPassword('login', label='Identifiant', masked=False), ValueBackendPassword('password', label='Mot de passe')) diff --git a/modules/sprunge/module.py b/modules/sprunge/module.py index e4a1e728809e3c0b7c2816031c5984e6f064feab..87f2e873f1b7b9cdf283742bca39e0f0ab013adf 100644 --- a/modules/sprunge/module.py +++ b/modules/sprunge/module.py @@ -28,7 +28,7 @@ class SprungeModule(Module, BasePasteModule): NAME = 'sprunge' MAINTAINER = u'Laurent Bachelier' EMAIL = 'laurent@bachelier.name' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = u'Sprunge text sharing tool' LICENSE = 'AGPLv3+' BROWSER = SprungeBrowser diff --git a/modules/sueurdemetal/module.py b/modules/sueurdemetal/module.py index 76bdd3cecceeb73970821440bd8cf9325838e4be..68d14651ac5a6b6aa32b0c611a08e3fa612a3f78 100644 --- a/modules/sueurdemetal/module.py +++ b/modules/sueurdemetal/module.py @@ -32,7 +32,7 @@ class SueurDeMetalModule(Module, CapCalendarEvent): MAINTAINER = u'Vincent A' EMAIL = 'dev@indigo.re' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = SueurDeMetalBrowser diff --git a/modules/supertoinette/module.py b/modules/supertoinette/module.py index 70e8a7a51d3afb9961357ee30e5a999724a98af6..28c73fe044b99a09b57534bea79f727bb647878d 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 = '2.0' + VERSION = '2.1' DESCRIPTION = u'Super Toinette, la cuisine familiale French recipe website' LICENSE = 'AGPLv3+' BROWSER = SupertoinetteBrowser diff --git a/modules/suravenir/module.py b/modules/suravenir/module.py index 2560d91abd57d800c836b74c21710c092f9c8893..5f8af9eca8dba2ccc707f10e05a4329167029992 100644 --- a/modules/suravenir/module.py +++ b/modules/suravenir/module.py @@ -35,7 +35,7 @@ class SuravenirModule(Module, CapBankWealth): NAME = 'suravenir' MAINTAINER = 'Arthur Huillet' EMAIL = 'arthur.huillet+weboob@free.fr' - VERSION = '2.0' + VERSION = '2.1' LICENSE = 'AGPLv3+' DESCRIPTION = u'Assurance-vie Suravenir à travers différents courtiers (assurancevie.com, linxea, ...)' CONFIG = BackendConfig( diff --git a/modules/t411/module.py b/modules/t411/module.py index 895ce45110118bfd169bf6d33aefc67e900c42f8..362be7860ea2aae820ea91e003f43249834cd29a 100644 --- a/modules/t411/module.py +++ b/modules/t411/module.py @@ -32,7 +32,7 @@ class T411Module(Module, CapTorrent): NAME = 't411' MAINTAINER = u'David Kremer' EMAIL = 'courrier@david-kremer.fr' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = 'T411 BitTorrent tracker' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(Value('username', label='Username'), ValueBackendPassword('password', label='Password')) diff --git a/modules/tapatalk/module.py b/modules/tapatalk/module.py index 8a7d330eaca3e8d6562fe96fcd5f6fb3e9cce318..0db8a57eea6adf2654a1ecf97cdc8501b33912db 100644 --- a/modules/tapatalk/module.py +++ b/modules/tapatalk/module.py @@ -84,7 +84,7 @@ class TapatalkModule(Module, CapMessages): MAINTAINER = u'Simon Lipp' EMAIL = 'laiquo@hwold.net' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig(Value('username', label='Username', default=''), ValueBackendPassword('password', label='Password', default=''), diff --git a/modules/taz/module.py b/modules/taz/module.py index 45bd0183bc916004979e925a979274048b15c112..1d404269fcd16f29ce0587630395f721bbf2ef55 100644 --- a/modules/taz/module.py +++ b/modules/taz/module.py @@ -27,7 +27,7 @@ class NewspaperTazModule(AbstractModule, CapMessages): MAINTAINER = u'Florent Fourcot' EMAIL = 'weboob@flo.fourcot.fr' - VERSION = '2.0' + VERSION = '2.1' LICENSE = 'AGPLv3+' STORAGE = {'seen': {}} NAME = 'taz' diff --git a/modules/themisbanque/module.py b/modules/themisbanque/module.py index e97f8fd5340550bd3623fa34443b7ae089a5faa2..803698c606415b7d68a52a90f839ed1c4fbc9918 100644 --- a/modules/themisbanque/module.py +++ b/modules/themisbanque/module.py @@ -36,7 +36,7 @@ class ThemisModule(Module, CapBank, CapProfile): MAINTAINER = 'Romain Bignon' EMAIL = 'romain@weboob.org' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig( ValueBackendPassword('login', label="Numéro d'abonné", masked=False), ValueBackendPassword('password', label='Code secret'), diff --git a/modules/ticketscesu/module.py b/modules/ticketscesu/module.py index 437f6986d6515cc5bc453ec32c5fae212ea3ca26..b3b50a5e0bef3726209a090feb8ca2aa559a5f8f 100644 --- a/modules/ticketscesu/module.py +++ b/modules/ticketscesu/module.py @@ -37,7 +37,7 @@ class TicketsCesuModule(Module, CapBank): MAINTAINER = 'Antoine BOSSY' EMAIL = 'mail+github@abossy.fr' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = TicketCesuBrowser diff --git a/modules/tinder/module.py b/modules/tinder/module.py index da6c505fc268accc048a5012e600e367aa73a3ec..e095f6a6f256554e10debd45afa347346fb747ba 100644 --- a/modules/tinder/module.py +++ b/modules/tinder/module.py @@ -86,7 +86,7 @@ class TinderModule(Module, CapMessages, CapMessagesPost, CapDating): MAINTAINER = u'Roger Philibert' EMAIL = 'roger.philibert@gmail.com' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig(Value('username', label='Facebook email'), ValueBackendPassword('password', label='Facebook password'), Value('location', label='Location (example: 49.6008457,6.129709)', default='')) diff --git a/modules/torrentz/module.py b/modules/torrentz/module.py index fe81c6e9124b1917582ee9f7133df041e758da23..e0109b07cf1968b9fe497ee775922daa464398cb 100644 --- a/modules/torrentz/module.py +++ b/modules/torrentz/module.py @@ -13,7 +13,7 @@ class TorrentzModule(Module, CapTorrent): NAME = 'torrentz' MAINTAINER = u'Matthieu Weber' EMAIL = 'weboob@weber.fi.eu.org' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = 'Torrentz Search Engine.' LICENSE = 'AGPL' BROWSER = TorrentzBrowser diff --git a/modules/trainline/module.py b/modules/trainline/module.py index 0fa780d19ddbf3ad9b60f60947d2d006a6dee183..66723f77bcbafe2c9ddedd34f51b7e529ba1bdfb 100644 --- a/modules/trainline/module.py +++ b/modules/trainline/module.py @@ -38,7 +38,7 @@ class TrainlineModule(Module, CapDocument): MAINTAINER = 'Edouard Lambert' EMAIL = 'elambert@budget-insight.com' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig( ValueBackendPassword('login', label='Adresse email'), ValueBackendPassword('password', label='Mot de passe') diff --git a/modules/transilien/module.py b/modules/transilien/module.py index e61d19500282838e321b9a22c0cdc0e8b7e56b8d..7751ffeaa69dfb16711ee4b94d8aa3ffabed1565 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 = '2.0' + VERSION = '2.1' LICENSE = 'AGPLv3+' DESCRIPTION = u"Public transportation in the Paris area" BROWSER = Transilien diff --git a/modules/tumblr/module.py b/modules/tumblr/module.py index 6a930ddcf6953ace484134784ec7999756ad0050..7874c1794bdb8e5eec2ae65d62b04d1684ce617f 100644 --- a/modules/tumblr/module.py +++ b/modules/tumblr/module.py @@ -38,7 +38,7 @@ class TumblrModule(Module, CapGallery): MAINTAINER = 'Vincent A' EMAIL = 'dev@indigo.re' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig(Value('url', label='URL of the tumblr', regexp='https?://.+')) BROWSER = TumblrBrowser diff --git a/modules/tvsubtitles/module.py b/modules/tvsubtitles/module.py index 2d0279a1670f32dce05607f1b4fb75a340f921e3..c5f67f0bc0356de2e334f5410274989416cbfeee 100644 --- a/modules/tvsubtitles/module.py +++ b/modules/tvsubtitles/module.py @@ -30,7 +30,7 @@ class TvsubtitlesModule(Module, CapSubtitle): NAME = 'tvsubtitles' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = 'Tvsubtitles subtitle website' LICENSE = 'AGPLv3+' BROWSER = TvsubtitlesBrowser diff --git a/modules/twitter/module.py b/modules/twitter/module.py index 0513ccf88c9070cc04a81f2787114df3ede98307..1c8653fed5e9fda8ee200412d30e7e55ebb6fb9c 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 = '2.0' + VERSION = '2.1' BROWSER = TwitterBrowser STORAGE = {'seen': {}} diff --git a/modules/vicsec/module.py b/modules/vicsec/module.py index 760e53f85f592d24a2d97122cedbf8c6dabb0137..e6ce0f4a64863661c68badd568f802ca8585f0fd 100644 --- a/modules/vicsec/module.py +++ b/modules/vicsec/module.py @@ -31,7 +31,7 @@ class VicSecModule(Module, CapShop): NAME = 'vicsec' MAINTAINER = u'Oleg Plakhotniuk' EMAIL = 'olegus8@gmail.com' - VERSION = '2.0' + VERSION = '2.1' LICENSE = 'AGPLv3+' DESCRIPTION = u'Victoria\'s Secret' CONFIG = BackendConfig( diff --git a/modules/vicseccard/module.py b/modules/vicseccard/module.py index 4d13294db0ff9587b3508202ea354406156e19e1..48cbb1f9a8c734e1474890a2132d0cab6b763ffe 100644 --- a/modules/vicseccard/module.py +++ b/modules/vicseccard/module.py @@ -30,7 +30,7 @@ class VicSecCardModule(Module, CapBank): NAME = 'vicseccard' MAINTAINER = u'Oleg Plakhotniuk' EMAIL = 'olegus8@gmail.com' - VERSION = '2.0' + VERSION = '2.1' LICENSE = 'LGPLv3+' DESCRIPTION = u'Victoria\'s Secret Angel Card' CONFIG = BackendConfig( diff --git a/modules/vimeo/module.py b/modules/vimeo/module.py index fe1bac1e9bdb1f310d8df647b3426ddb12057d7d..a7462d14817984d81d17cae89138562ad394bd3b 100644 --- a/modules/vimeo/module.py +++ b/modules/vimeo/module.py @@ -33,7 +33,7 @@ class VimeoModule(Module, CapVideo): NAME = 'vimeo' MAINTAINER = u'François Revol' EMAIL = 'revol@free.fr' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = 'Vimeo video streaming website' LICENSE = 'AGPLv3+' BROWSER = VimeoBrowser diff --git a/modules/vine/module.py b/modules/vine/module.py index cc652777acd3fcbc3675e7d12751b82d7bd5ee9c..0cd493baaa0d69876f891b1d2a455730a154646c 100644 --- a/modules/vine/module.py +++ b/modules/vine/module.py @@ -33,7 +33,7 @@ class VineModule(Module, CapVideo): MAINTAINER = u'P4ncake' EMAIL = 'me@p4ncake.fr' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = VineBrowser diff --git a/modules/virginradio/module.py b/modules/virginradio/module.py index 13478f186548f618d41a50c78272a53f4a82fcfc..918d24f6f7a49f195e5e5f93e4f2059a515cda13 100644 --- a/modules/virginradio/module.py +++ b/modules/virginradio/module.py @@ -34,7 +34,7 @@ class VirginRadioModule(Module, CapRadio, CapCollection): NAME = 'virginradio' MAINTAINER = u'Johann Broudin' EMAIL = 'Johann.Broudin@6-8.fr' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = u'VirginRadio french radio' LICENSE = 'AGPLv3+' BROWSER = Browser diff --git a/modules/vlille/module.py b/modules/vlille/module.py index 8f07bf663c438a71700297f7e912bb09837f39fd..9c2f504d3f36b8ea3d1eb1682546e2d513bf9665 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 = '2.0' + VERSION = '2.1' BROWSER = VlilleBrowser diff --git a/modules/weather/module.py b/modules/weather/module.py index a04820756d9ee6d45053d13ac0e619e794c76529..96dcdb32108cb572181b5abafd4f8185d7074739 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 = '2.0' + VERSION = '2.1' DESCRIPTION = 'Get forecasts from weather.com' LICENSE = 'AGPLv3+' BROWSER = WeatherBrowser diff --git a/modules/wiseed/module.py b/modules/wiseed/module.py index 2190c47b41933d1992ed2de6c39e55e00346193b..6422e1803da1379aaef9277584c865958ff8b340 100644 --- a/modules/wiseed/module.py +++ b/modules/wiseed/module.py @@ -35,7 +35,7 @@ class WiseedModule(Module, CapBankWealth): MAINTAINER = 'Vincent A' EMAIL = 'dev@indigo.re' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = WiseedBrowser diff --git a/modules/wordreference/module.py b/modules/wordreference/module.py index dc0534d29a19fcf480640aeaa8b398315a89b4d3..71e3c41f43f118c58b69d5e906b866184b30f446 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 = '2.0' + VERSION = '2.1' LICENSE = 'AGPLv3+' NAME = 'wordreference' DESCRIPTION = u'Free online translator' diff --git a/modules/xhamster/module.py b/modules/xhamster/module.py index 353099218afd271e08c241c72fe63a078220c060..0dffb9dd538f48c2750839f797061c1d448283be 100644 --- a/modules/xhamster/module.py +++ b/modules/xhamster/module.py @@ -36,7 +36,7 @@ class XHamsterModule(Module, CapVideo): MAINTAINER = 'Roger Philibert' EMAIL = 'roger.philibert@gmail.com' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' BROWSER = XHamsterBrowser diff --git a/modules/yahoo/module.py b/modules/yahoo/module.py index 5f681dd19424be00216c7c702cbe83dafc02ed53..2f5b169ed697c9255a0c50f740d2050e1ad5d5e4 100644 --- a/modules/yahoo/module.py +++ b/modules/yahoo/module.py @@ -33,7 +33,7 @@ class YahooModule(Module, CapWeather): NAME = 'yahoo' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = 'Yahoo! Weather.' LICENSE = 'AGPLv3+' BROWSER = YahooBrowser diff --git a/modules/yggtorrent/module.py b/modules/yggtorrent/module.py index 1747fbc46881785024abaa256972e34e7c384333..b79e2f1279785fc03dab0c16e0995c3368b356c5 100644 --- a/modules/yggtorrent/module.py +++ b/modules/yggtorrent/module.py @@ -31,7 +31,7 @@ class YggtorrentModule(Module, CapTorrent): NAME = 'yggtorrent' MAINTAINER = u'Julien Veyssier' EMAIL = 'eneiluj@posteo.net' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = 'YGG BitTorrent tracker' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(Value('username', label='Username'), ValueBackendPassword('password', label='Password')) diff --git a/modules/yomoni/module.py b/modules/yomoni/module.py index 505121ba740c1b62144ad93c1912a243e4acb292..4fae1f197b3364544b4be6f314255a301976d326 100644 --- a/modules/yomoni/module.py +++ b/modules/yomoni/module.py @@ -35,7 +35,7 @@ class YomoniModule(Module, CapBankWealth): MAINTAINER = u'Edouard Lambert' EMAIL = 'elambert@budget-insight.com' LICENSE = 'LGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig( ValueBackendPassword('login', label='Adresse email', masked=False), ValueBackendPassword('password', label='Mot de passe')) diff --git a/modules/youjizz/module.py b/modules/youjizz/module.py index 3c54b0df3a27bc619417a046a9441fe3667a6d0c..27009e4ec5dce4ff9c7e07a2d4f5b70adfb14fce 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 = '2.0' + VERSION = '2.1' DESCRIPTION = 'YouJizz pornographic video streaming website' LICENSE = 'AGPLv3+' BROWSER = YoujizzBrowser diff --git a/modules/youporn/module.py b/modules/youporn/module.py index cfd4e1be50719cfc34f7cb07ecf91c68cebc49ba..389cf6b8f3e6279370e6f6a7002522eee7b6a3b3 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 = '2.0' + VERSION = '2.1' DESCRIPTION = 'YouPorn pornographic video streaming website' LICENSE = 'AGPLv3+' BROWSER = YoupornBrowser diff --git a/modules/youtube/module.py b/modules/youtube/module.py index 1ca597f1d5533b93eba1781b0c0962865f5d3bed..f118316acea6e1a7245e5e2f3f415af59d58464c 100644 --- a/modules/youtube/module.py +++ b/modules/youtube/module.py @@ -47,7 +47,7 @@ class YoutubeModule(Module, CapVideo, CapCollection): NAME = 'youtube' MAINTAINER = u'Laurent Bachelier' EMAIL = 'laurent@bachelier.name' - VERSION = '2.0' + VERSION = '2.1' DESCRIPTION = 'YouTube video streaming website' LICENSE = 'AGPLv3+' BROWSER = None diff --git a/modules/zerobin/module.py b/modules/zerobin/module.py index 5624135557bf65f5c14c8fc670394bfa408b6d53..7e2b79f96ff1e793f60353036311a4ac2505b8c2 100644 --- a/modules/zerobin/module.py +++ b/modules/zerobin/module.py @@ -35,7 +35,7 @@ class ZerobinModule(Module, CapPaste): MAINTAINER = u'Vincent A' EMAIL = 'dev@indigo.re' LICENSE = 'AGPLv3+' - VERSION = '2.0' + VERSION = '2.1' CONFIG = BackendConfig( Value('url', label='URL of the zerobin/0bin/privatebin', regexp='https?://.*', default='https://zerobin.net'), ValueBool('discussion', label='Allow paste comments (ZeroBin only)', default=False), diff --git a/setup.cfg b/setup.cfg index 77a139c3036c3c2512be583c9544d782ccdcf03b..5574b4d42755520849898b6057537ee30fe5837c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -46,7 +46,7 @@ universal = 1 [metadata] name = weboob # TODO fetch from __init__.py -version = 2.0 +version = 2.1 description = Weboob, Web Outside Of Browsers long_description = file:README.md diff --git a/weboob/__init__.py b/weboob/__init__.py index aa761b4c886d65325ddf191d72afff13732e2980..299f32fd7ba0d24da06f0bc3968dbaa80f84a72c 100644 --- a/weboob/__init__.py +++ b/weboob/__init__.py @@ -5,6 +5,6 @@ __path__ = pkgutil.extend_path(__path__, __name__) __title__ = 'weboob' -__version__ = '2.0' +__version__ = '2.1' __author__ = 'The Weboob Association' __copyright__ = 'Copyright 2012-2019 The Weboob Association' diff --git a/weboob/applications/boobands/boobands.py b/weboob/applications/boobands/boobands.py index 7fed157b8a00441adf6ad1f996ce18bd527749c6..67475107f2d832a5648fddf3c4cb82e19f040adf 100644 --- a/weboob/applications/boobands/boobands.py +++ b/weboob/applications/boobands/boobands.py @@ -109,7 +109,7 @@ def get_description(self, obj): class Boobands(ReplApplication): APPNAME = 'boobands' - VERSION = '2.0' + VERSION = '2.1' COPYRIGHT = 'Copyright(C) 2018-YEAR Quentin Defenouillere' DESCRIPTION = "Console application allowing to display music bands and offer music suggestions." SHORT_DESCRIPTION = "Display bands and suggestions" diff --git a/weboob/applications/boobank/boobank.py b/weboob/applications/boobank/boobank.py index b2314967bce5997370d4ed71f0d196ced4296a1b..1b627ce68bf0ce9c0c2792f0be5b18a245e5942c 100644 --- a/weboob/applications/boobank/boobank.py +++ b/weboob/applications/boobank/boobank.py @@ -433,7 +433,7 @@ def flush(self): class Boobank(CaptchaMixin, ReplApplication): APPNAME = 'boobank' - VERSION = '2.0' + VERSION = '2.1' COPYRIGHT = 'Copyright(C) 2010-YEAR 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 c01aefc8f53eb4e6b9bc872f9e7d4ced2960b7b6..a792aabb97da23d18721c940d7fd685568f87224 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 = '2.0' + VERSION = '2.1' COPYRIGHT = 'Copyright(C) 2011-YEAR 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 4eedc3463e268b1097b6a71e0716e64dcf36a2ac..72c426f6d89b7714fbffd4adf6a3a1e5772232d4 100644 --- a/weboob/applications/boobcoming/boobcoming.py +++ b/weboob/applications/boobcoming/boobcoming.py @@ -196,7 +196,7 @@ def format_obj(self, obj, alias): class Boobcoming(ReplApplication): APPNAME = 'boobcoming' - VERSION = '2.0' + VERSION = '2.1' COPYRIGHT = 'Copyright(C) 2012-YEAR 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 08ec7a0c4e5511fd8e390ea8f8f097b6d5fddf82..55d80a7b5622c6f2415bddf5d7f3d8e56bda0495 100644 --- a/weboob/applications/boobill/boobill.py +++ b/weboob/applications/boobill/boobill.py @@ -47,7 +47,7 @@ def get_title(self, obj): class Boobill(CaptchaMixin, ReplApplication): APPNAME = 'boobill' - VERSION = '2.0' + VERSION = '2.1' COPYRIGHT = 'Copyright(C) 2012-YEAR Florent Fourcot' DESCRIPTION = 'Console application allowing to get/download documents and bills.' SHORT_DESCRIPTION = "get/download documents and bills" diff --git a/weboob/applications/booblyrics/booblyrics.py b/weboob/applications/booblyrics/booblyrics.py index bf7088111c1c3884d256df8c4424b6ee8d9df60b..6fe4ea116e0df831503a1b11e983cf8009a251aa 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 = '2.0' + VERSION = '2.1' COPYRIGHT = 'Copyright(C) 2013-YEAR 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 6454ec25ec1a1e00a193a8c662b00e7f3e9a6b90..29eb66ab2306b461b8e4c49b2b55d7382afe775e 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 = '2.0' + VERSION = '2.1' COPYRIGHT = 'Copyright(C) 2010-YEAR 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 0fd047c66e7b15dcd0fa47e2a3f2737db7a15cf2..14f74e34d3b94772a393a5bce6468263a544269a 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 = '2.0' + VERSION = '2.1' COPYRIGHT = 'Copyright(C) 2012-YEAR 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 ccc89c18f915102445fa3ee5924d39a276d59191..414970631b364c47f1d6e0aee92ad42ca459b6e9 100644 --- a/weboob/applications/boobsize/boobsize.py +++ b/weboob/applications/boobsize/boobsize.py @@ -95,7 +95,7 @@ def format_obj(self, obj, alias): class Boobsize(ReplApplication): APPNAME = 'boobsize' - VERSION = '2.0' + VERSION = '2.1' COPYRIGHT = 'Copyright(C) 2013-YEAR 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 21745f45bf584f882a2ab2b5d3c8aaa8187848a7..b4a0f45d1da46225f1d8b5aa8ec939de3b3433aa 100644 --- a/weboob/applications/boobtracker/boobtracker.py +++ b/weboob/applications/boobtracker/boobtracker.py @@ -112,7 +112,7 @@ def get_description(self, obj): class BoobTracker(ReplApplication): APPNAME = 'boobtracker' - VERSION = '2.0' + VERSION = '2.1' COPYRIGHT = 'Copyright(C) 2011-YEAR Romain Bignon' DESCRIPTION = "Console application allowing to create, edit, view bug tracking issues." SHORT_DESCRIPTION = "manage bug tracking issues" diff --git a/weboob/applications/boomoney/boomoney.py b/weboob/applications/boomoney/boomoney.py index ee095bd5bef4b7ec56cdc1404e9ce57be736bdc1..7452938db7fcf7f3e19f1e1ab7c9f27c4066b1d4 100644 --- a/weboob/applications/boomoney/boomoney.py +++ b/weboob/applications/boomoney/boomoney.py @@ -354,7 +354,7 @@ def run(self): class Boomoney(Boobank): APPNAME = 'boomoney' - VERSION = '2.0' + VERSION = '2.1' COPYRIGHT = 'Copyright(C) 2018-YEAR Bruno Chabrier' DESCRIPTION = "Console application that imports bank accounts into Microsoft Money" SHORT_DESCRIPTION = "import bank accounts into Microsoft Money" diff --git a/weboob/applications/cineoob/cineoob.py b/weboob/applications/cineoob/cineoob.py index 952afa5157be79de193de1a95e67b91be2df1251..ff307c748ba65069ff3ccc8527b47cf990dd5c18 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 = '2.0' + VERSION = '2.1' COPYRIGHT = 'Copyright(C) 2013-YEAR 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 d6ea49d2a82091fe79b85105453e5b38936c534f..2b463e8cb19a9d683e8d04d5c0173cd609656eed 100644 --- a/weboob/applications/comparoob/comparoob.py +++ b/weboob/applications/comparoob/comparoob.py @@ -75,7 +75,7 @@ def get_description(self, obj): class Comparoob(ReplApplication): APPNAME = 'comparoob' - VERSION = '2.0' + VERSION = '2.1' COPYRIGHT = 'Copyright(C) 2012-YEAR 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 cbddb9f93441ab8f814a1d9074f08c7fa0017de3..28a31375d0af66a1b365c2d66ff5d2ccd81aec9c 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 = '2.0' + VERSION = '2.1' COPYRIGHT = 'Copyright(C) 2013-YEAR 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 eee391c9901aa32415276768b68c14a870a4d82f..b498f0e385e812b51eae9e8f01388d8d97d9e445 100644 --- a/weboob/applications/flatboob/flatboob.py +++ b/weboob/applications/flatboob/flatboob.py @@ -89,7 +89,7 @@ def get_description(self, obj): class Flatboob(ReplApplication): APPNAME = 'flatboob' - VERSION = '2.0' + VERSION = '2.1' COPYRIGHT = 'Copyright(C) 2012-YEAR 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 9336b11a4cd9be98eb15a87e2c89697040532744..fcba2aa1ff78ad9c6c577fd580ec346c71b67862 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 = '2.0' + VERSION = '2.1' COPYRIGHT = u'Copyright(C) 2011-2014 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 c8453ff89e9cee4969c4fe980b87d81ee4ce2730..267027d8d49381337ccc28938d4fc718c6a5620a 100644 --- a/weboob/applications/geolooc/geolooc.py +++ b/weboob/applications/geolooc/geolooc.py @@ -28,7 +28,7 @@ class Geolooc(ReplApplication): APPNAME = 'geolooc' - VERSION = '2.0' + VERSION = '2.1' COPYRIGHT = 'Copyright(C) 2010-YEAR 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 660abb047b93864a48ceb8e890305234a1f7e09a..f07d042f7a9937ff4665fb6fc118e82d95ce6d63 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 = '2.0' + VERSION = '2.1' COPYRIGHT = 'Copyright(C) 2012-YEAR 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 08d7d9d62caddfd34b2682aeece4c65aa23b1c13..843dfa686ce946706d23676c3fe2a9e95f45540b 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 = '2.0' + VERSION = '2.1' COPYRIGHT = 'Copyright(C) 2010-YEAR Romain Bignon' DESCRIPTION = "Console application allowing to interact with various dating websites " \ "and to optimize seduction algorithmically." diff --git a/weboob/applications/monboob/monboob.py b/weboob/applications/monboob/monboob.py index 8849aad1b7961896a7e38548e7089f6f1a23f6e8..64f79be112ebccc93e3ca24a72a3bda69950013b 100644 --- a/weboob/applications/monboob/monboob.py +++ b/weboob/applications/monboob/monboob.py @@ -90,7 +90,7 @@ def run(self): class Monboob(ReplApplication): APPNAME = 'monboob' - VERSION = '2.0' + VERSION = '2.1' COPYRIGHT = 'Copyright(C) 2010-YEAR 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 537a7d501389a5a6a8503549efd551036a474e9b..462d0e5b2e8d0a3a325ac23373c084a3d912150c 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 = '2.0' + VERSION = '2.1' COPYRIGHT = 'Copyright(C) 2013-YEAR 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 51d75f3ab9b2bb811d42c9ce8080c0f1d745a874..b9feaa3aa0f109c949aa8d8a7cecab04cbdff6c6 100644 --- a/weboob/applications/pastoob/pastoob.py +++ b/weboob/applications/pastoob/pastoob.py @@ -35,7 +35,7 @@ class Pastoob(ReplApplication): APPNAME = 'pastoob' - VERSION = '2.0' + VERSION = '2.1' COPYRIGHT = 'Copyright(C) 2011-YEAR 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/radioob/radioob.py b/weboob/applications/radioob/radioob.py index e65e470a748836dab9d4ed76aa9448ac6ae67493..c5a51b5eef4790e5cf8424536417cebd8cc177b5 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 = '2.0' + VERSION = '2.1' COPYRIGHT = 'Copyright(C) 2010-YEAR Romain Bignon\nCopyright(C) YEAR 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/shopoob/shopoob.py b/weboob/applications/shopoob/shopoob.py index 1f6709bf24a3185d28d3336fe6835badcd8f6c42..4146c343cf18209b37dbdc2bc7d296ae0a31893f 100644 --- a/weboob/applications/shopoob/shopoob.py +++ b/weboob/applications/shopoob/shopoob.py @@ -90,7 +90,7 @@ def flush(self): class Shopoob(ReplApplication): APPNAME = 'shopoob' - VERSION = '2.0' + VERSION = '2.1' COPYRIGHT = 'Copyright(C) 2015 Christophe Lampin' DESCRIPTION = 'Console application to obtain details and status of e-commerce orders.' SHORT_DESCRIPTION = "Obtain details and status of e-commerce orders" diff --git a/weboob/applications/suboob/suboob.py b/weboob/applications/suboob/suboob.py index 068bc676fda0648d1e5ac1fcd10aede745f4a7ce..a6842dc6a1d750de2cf8fa899bcc331af55103df 100644 --- a/weboob/applications/suboob/suboob.py +++ b/weboob/applications/suboob/suboob.py @@ -87,7 +87,7 @@ def get_description(self, obj): class Suboob(ReplApplication): APPNAME = 'suboob' - VERSION = '2.0' + VERSION = '2.1' COPYRIGHT = 'Copyright(C) 2013-YEAR 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 478e90fd97ea9bc7b9205a292fbbdac9e3cb0904..462e68ff9914a2c5df513bd27314f9ccf2e77b5a 100644 --- a/weboob/applications/translaboob/translaboob.py +++ b/weboob/applications/translaboob/translaboob.py @@ -50,7 +50,7 @@ def format_obj(self, obj, alias): class Translaboob(ReplApplication): APPNAME = 'translaboob' - VERSION = '2.0' + VERSION = '2.1' COPYRIGHT = 'Copyright(C) 2012-YEAR 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 3fa5bd54971a42cbd5a31c70f8263f804963133f..8c9352b365a25d7ee0ea5d1c3accfb9ef81671f7 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 = '2.0' + VERSION = '2.1' COPYRIGHT = 'Copyright(C) 2010-YEAR 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 0de2f1d0af7951ac981e544902eb14bb0e950bf6..eedf2bf246e3090e609aba4f4005c71fea2ea76f 100644 --- a/weboob/applications/videoob/videoob.py +++ b/weboob/applications/videoob/videoob.py @@ -61,7 +61,7 @@ def get_description(self, obj): class Videoob(ReplApplication): APPNAME = 'videoob' - VERSION = '2.0' + VERSION = '2.1' COPYRIGHT = 'Copyright(C) 2010-YEAR 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 5a9090820679450f5a5c987f8c8c917fbac9165c..36dbde20bbe9df130907ee7a6b8ccf51e267dcf5 100644 --- a/weboob/applications/webcontentedit/webcontentedit.py +++ b/weboob/applications/webcontentedit/webcontentedit.py @@ -35,7 +35,7 @@ class WebContentEdit(ReplApplication): APPNAME = 'webcontentedit' - VERSION = '2.0' + VERSION = '2.1' COPYRIGHT = 'Copyright(C) 2010-YEAR 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 b6e646413af1b02034623760e8eb4eb4e3ccbf6b..76e78ae43562ded5201a99670687f2c98c0aa3f9 100644 --- a/weboob/applications/weboobcfg/weboobcfg.py +++ b/weboob/applications/weboobcfg/weboobcfg.py @@ -62,7 +62,7 @@ def format_dict(self, minfo): class WeboobCfg(ReplApplication): APPNAME = 'weboob-config' - VERSION = '2.0' + VERSION = '2.1' COPYRIGHT = 'Copyright(C) 2010-YEAR 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 f8644c13a923a3a84843d51c53732c5d38a5dddf..1e0bfb249dc7a1b9b46dc654632afe922a180b5b 100644 --- a/weboob/applications/weboobcli/weboobcli.py +++ b/weboob/applications/weboobcli/weboobcli.py @@ -27,7 +27,7 @@ class WeboobCli(ReplApplication): APPNAME = 'weboob-cli' - VERSION = '2.0' + VERSION = '2.1' COPYRIGHT = 'Copyright(C) 2010-YEAR 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 df6dd5a735f66dff3b8f745912bdd46624984246..1ef31dffe110316ec5a601c61d8cacc470da2ede 100644 --- a/weboob/applications/weboobdebug/weboobdebug.py +++ b/weboob/applications/weboobdebug/weboobdebug.py @@ -27,7 +27,7 @@ class WeboobDebug(Application): APPNAME = 'weboob-debug' - VERSION = '2.0' + VERSION = '2.1' COPYRIGHT = 'Copyright(C) 2010-YEAR Christophe Benz' DESCRIPTION = "Weboob-Debug is a console application to debug backends." SHORT_DESCRIPTION = "debug backends" diff --git a/weboob/applications/weboobmain/weboobmain.py b/weboob/applications/weboobmain/weboobmain.py index 99b56a6b522a758ede2956463d07a588a07a1eee..715d2bb9895d8a850f327407a127628a606b3861 100755 --- a/weboob/applications/weboobmain/weboobmain.py +++ b/weboob/applications/weboobmain/weboobmain.py @@ -46,7 +46,7 @@ class QtApplication(object): class WeboobMain(ConsoleApplication): APPNAME = 'weboob' - VERSION = '2.0' + VERSION = '2.1' COPYRIGHT = 'Copyright(C) 2010-YEAR The Weboob Team' DESCRIPTION = "This is a console script to launch weboob applications," SHORT_DESCRIPTION = "launch weboob applications" diff --git a/weboob/applications/weboobrepos/weboobrepos.py b/weboob/applications/weboobrepos/weboobrepos.py index e9a9671d200235ff38592f75ea8710a5d8d7e1d3..221cff82d239e9fb67c6240596c0640b5c66fcc5 100644 --- a/weboob/applications/weboobrepos/weboobrepos.py +++ b/weboob/applications/weboobrepos/weboobrepos.py @@ -39,7 +39,7 @@ class WeboobRepos(ReplApplication): APPNAME = 'weboob-repos' - VERSION = '2.0' + VERSION = '2.1' COPYRIGHT = 'Copyright(C) 2012-YEAR 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 d8ce2cd8edf716ef8826224057e3a0e361e6b80c..94a71bdc20fdede4251c950ca05b36656278da28 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 = '2.0' + VERSION = '2.1' COPYRIGHT = 'Copyright(C) 2010-YEAR 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 c001bc1f095d3e477e443f588d646a5b1ba602c6..a414ec46bc06345020551432aa6f23f7324f9438 100644 --- a/weboob/applications/wetboobs/wetboobs.py +++ b/weboob/applications/wetboobs/wetboobs.py @@ -68,7 +68,7 @@ def get_title(self, obj): class WetBoobs(ReplApplication): APPNAME = 'wetboobs' - VERSION = '2.0' + VERSION = '2.1' COPYRIGHT = 'Copyright(C) 2010-YEAR 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 6567dca01589df1b8c57de0ebe91fd49f81c4c97..26fe0e6df2a6e760d67b08a0bae9e896c9d5a827 100644 --- a/weboob/core/ouiboube.py +++ b/weboob/core/ouiboube.py @@ -60,7 +60,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 = '2.0' + VERSION = '2.1' def __init__(self, modules_path=None, storage=None, scheduler=None): self.logger = getLogger('weboob')