fix version of backend (0.1 => 0.6)

This commit is contained in:
Romain Bignon 2011-02-07 15:37:28 +01:00
commit 0756b47025
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ class Newspaper20minutesBackend(BaseBackend, ICapMessages):
NAME = 'minutes20'
MAINTAINER = 'Julien Hebert'
EMAIL = 'juke@free.fr'
VERSION = '0.1'
VERSION = '0.6'
LICENSE = 'GPLv3'
DESCRIPTION = u'20minutes French news website'
#CONFIG = ValuesDict(Value('login', label='Account ID'),

View file

@ -33,7 +33,7 @@ class SocieteGeneraleBackend(BaseBackend, ICapBank):
NAME = 'societegenerale'
MAINTAINER = 'Jocelyn Jaubert'
EMAIL = 'jocelyn.jaubert@gmail.com'
VERSION = '0.1'
VERSION = '0.6'
LICENSE = 'GPLv3'
DESCRIPTION = u'Société Générale french bank\' website'
CONFIG = ValuesDict(Value('login', label='Account ID'),