Mercurial > libervia-web
comparison src/common/constants.py @ 1119:5a73525f75a3 0.7.0a2
0.7.0a2 release
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 15 Jul 2018 09:03:36 +0200 |
parents | 1f67b003c312 |
children | f6319c27f2eb |
comparison
equal
deleted
inserted
replaced
1118:6ddd47be0875 | 1119:5a73525f75a3 |
---|---|
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.0a1" # Please add 'D' at the end for dev versions | 28 APP_VERSION = u"0.7.0a2" # 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 |