# HG changeset patch # User Goffi # Date 1638549957 -3600 # Node ID 42f110cab60521b0ed6e6077be80e0562a22ffde # Parent 579250dfe6d0d4a6b96418d8b3e903e9ecbea927 common (constants): version update diff -r 579250dfe6d0 -r 42f110cab605 libervia/common/constants.py --- a/libervia/common/constants.py Fri Dec 03 17:43:07 2021 +0100 +++ b/libervia/common/constants.py Fri Dec 03 17:45:57 2021 +0100 @@ -25,7 +25,7 @@ # XXX: we don't want to use the APP_VERSION inherited from sat.core.constants version # as we use this version to check that there is not a mismatch with backend - APP_VERSION = "0.8.0" # Please add 'D' at the end for dev versions + APP_VERSION = "0.9.0D" # Please add 'D' at the end for dev versions LIBERVIA_MAIN_PAGE = "libervia.html" LIBERVIA_PAGE_START = "/login"