# HG changeset patch # User Goffi # Date 1565681973 -7200 # Node ID f14ab8a25e8b594ba13daa4117fca3c1837e171f # Parent c25e21ebd295277143d15d88a07bdf870d37977f 0.8 development starts diff -r c25e21ebd295 -r f14ab8a25e8b libervia/VERSION --- a/libervia/VERSION Wed Jul 24 20:56:13 2019 +0200 +++ b/libervia/VERSION Tue Aug 13 09:39:33 2019 +0200 @@ -1,1 +1,1 @@ -0.7.0 +0.8.0D diff -r c25e21ebd295 -r f14ab8a25e8b libervia/common/constants.py --- a/libervia/common/constants.py Wed Jul 24 20:56:13 2019 +0200 +++ b/libervia/common/constants.py Tue Aug 13 09:39:33 2019 +0200 @@ -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 = u"0.7.0" # Please add 'D' at the end for dev versions + APP_VERSION = u"0.8.0D" # Please add 'D' at the end for dev versions LIBERVIA_MAIN_PAGE = "libervia.html" LIBERVIA_PAGE_START = "/login"