Bump to 0.g

Closes #1103
This commit is contained in:
Florent 2013-07-25 17:26:41 +02:00
commit 9a05166b83

View file

@ -35,7 +35,7 @@ class ArretSurImagesBackend(BaseBackend, ICapVideo, ICapCollection):
DESCRIPTION = u'arretsurimages website'
MAINTAINER = u'franek'
EMAIL = 'franek@chicour.net'
VERSION = '0.f'
VERSION = '0.g'
CONFIG = BackendConfig(ValueBackendPassword('login', label='email', masked=False),
ValueBackendPassword('password', label='Password'))