comparison libervia/web/common/constants.py @ 1519:01b8d68edd70

version: use standard Python's `dev0` instead of Libervia specific `D` for dev version
author Goffi <goffi@goffi.org>
date Tue, 06 Jun 2023 17:40:16 +0200
parents eb00d593801d
children
comparison
equal deleted inserted replaced
1518:eb00d593801d 1519:01b8d68edd70
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 libervia.backend.core.constants version 26 # XXX: we don't want to use the APP_VERSION inherited from libervia.backend.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 = "0.9.0D" # Please add 'D' at the end for dev versions 28 APP_VERSION = "0.9.0.dev0"
29 LIBERVIA_MAIN_PAGE = "libervia.html" 29 LIBERVIA_MAIN_PAGE = "libervia.html"
30 LIBERVIA_PAGE_START = "/login" 30 LIBERVIA_PAGE_START = "/login"
31 31
32 # REGISTRATION 32 # REGISTRATION
33 # XXX: for now libervia forces the creation to lower case 33 # XXX: for now libervia forces the creation to lower case