# HG changeset patch # User Goffi # Date 1551548660 -3600 # Node ID cd6dd7f6655168f949b451df6540a8b6638e793b # Parent c62ffc3af3a946175c7bdd3c4ea0f1bab218e101 we are in dev version again diff -r c62ffc3af3a9 -r cd6dd7f66551 libervia/VERSION --- a/libervia/VERSION Fri Mar 01 19:47:34 2019 +0100 +++ b/libervia/VERSION Sat Mar 02 18:44:20 2019 +0100 @@ -1,1 +1,1 @@ -0.7.0a4 +0.7.0D diff -r c62ffc3af3a9 -r cd6dd7f66551 libervia/__init__.py --- a/libervia/__init__.py Fri Mar 01 19:47:34 2019 +0100 +++ b/libervia/__init__.py Sat Mar 02 18:44:20 2019 +0100 @@ -6,4 +6,4 @@ __version__ = f.read().strip() except NotImplementedError: # pyjamas workaround - __version__ = "0.7.0a3" + __version__ = "0.7.0D" diff -r c62ffc3af3a9 -r cd6dd7f66551 libervia/common/constants.py --- a/libervia/common/constants.py Fri Mar 01 19:47:34 2019 +0100 +++ b/libervia/common/constants.py Sat Mar 02 18:44:20 2019 +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 = u"0.7.0a3" # Please add 'D' at the end for dev versions + APP_VERSION = u"0.7.0D" # Please add 'D' at the end for dev versions LIBERVIA_MAIN_PAGE = "libervia.html" # REGISTRATION