diff libervia/backend/core/constants.py @ 4079:10b6ad569157

version: use standard Python's `dev0` instead of Libervia specific `D` for dev version
author Goffi <goffi@goffi.org>
date Tue, 06 Jun 2023 12:41:53 +0200
parents 4b842c1fb686
children 8e5333f1b430
line wrap: on
line diff
--- a/libervia/backend/core/constants.py	Fri Jun 02 18:21:15 2023 +0200
+++ b/libervia/backend/core/constants.py	Tue Jun 06 12:41:53 2023 +0200
@@ -36,7 +36,7 @@
     APP_NAME_FULL = f"{APP_NAME} ({APP_COMPONENT})"
     APP_VERSION = (
         backend.__version__
-    )  # Please add 'D' at the end of version in sat/VERSION for dev versions
+    )
     APP_RELEASE_NAME = "La Ruche"
     APP_URL = "https://libervia.org"