comparison src/common/constants.py @ 1115:1f67b003c312 0.7.0a1

0.7.0a1 release
author Goffi <goffi@goffi.org>
date Tue, 03 Jul 2018 07:59:14 +0200
parents cdd389ef97bc
children 5a73525f75a3
comparison
equal deleted inserted replaced
1114:1957d02df281 1115:1f67b003c312
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.0D" # Please add 'D' at the end for dev versions 28 APP_VERSION = u"0.7.0a1" # 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