diff 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
line wrap: on
line diff
--- a/libervia/web/common/constants.py	Fri Jun 02 16:49:28 2023 +0200
+++ b/libervia/web/common/constants.py	Tue Jun 06 17:40:16 2023 +0200
@@ -25,7 +25,7 @@
 
     # XXX: we don't want to use the APP_VERSION inherited from libervia.backend.core.constants version
     #      as we use this version to check that there is not a mismatch with backend
-    APP_VERSION = "0.9.0D"  # Please add 'D' at the end for dev versions
+    APP_VERSION = "0.9.0.dev0"
     LIBERVIA_MAIN_PAGE = "libervia.html"
     LIBERVIA_PAGE_START = "/login"