comparison libervia/common/constants.py @ 1183:3b844004c0b4

we are in dev version again
author Goffi <goffi@goffi.org>
date Tue, 14 May 2019 19:22:53 +0200
parents cc16d93d4181
children 3f791fbc1643
comparison
equal deleted inserted replaced
1182:5cddb52dacbb 1183:3b844004c0b4
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.0b1" # 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