comparison src/common/constants.py @ 903:5264fec78a1d

updated version (0.6.1)
author Goffi <goffi@goffi.org>
date Wed, 13 Jul 2016 00:07:07 +0200
parents 5cefc6ab302f
children e8b133b77aa4
comparison
equal deleted inserted replaced
902:68ab3da65930 903:5264fec78a1d
23 23
24 class Const(constants.Const): 24 class Const(constants.Const):
25 25
26 # XXX: we don't want to use the APP_VERSION inherited from sat.core.constants version 26 # XXX: we don't want to use the APP_VERSION inherited from sat.core.constants version
27 # as we use this version to check that there is not a mismatch with backend 27 # as we use this version to check that there is not a mismatch with backend
28 APP_VERSION = u'0.6.0D' # Please add 'D' at the end for dev versions 28 APP_VERSION = u'0.6.1' # Please add 'D' at the end for dev versions
29 LIBERVIA_MAIN_PAGE = "libervia.html" 29 LIBERVIA_MAIN_PAGE = "libervia.html"
30 30
31 # MISC 31 # MISC
32 PASSWORD_MIN_LENGTH = 6 # for new account creation 32 PASSWORD_MIN_LENGTH = 6 # for new account creation
33 33