Mercurial > libervia-web
comparison libervia/common/constants.py @ 1163:cd6dd7f66551
we are in dev version again
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 02 Mar 2019 18:44:20 +0100 |
parents | b290f21e8466 |
children | ef3adc3f2078 |
comparison
equal
deleted
inserted
replaced
1162:c62ffc3af3a9 | 1163:cd6dd7f66551 |
---|---|
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.7.0a3" # Please add 'D' at the end for dev versions | 28 APP_VERSION = u"0.7.0D" # Please add 'D' at the end for dev versions |
29 LIBERVIA_MAIN_PAGE = "libervia.html" | 29 LIBERVIA_MAIN_PAGE = "libervia.html" |
30 | 30 |
31 # REGISTRATION | 31 # REGISTRATION |
32 # XXX: for now libervia forces the creation to lower case | 32 # XXX: for now libervia forces the creation to lower case |
33 # XXX: Regex patterns must be compatible with both Python and JS | 33 # XXX: Regex patterns must be compatible with both Python and JS |