# HG changeset patch # User Goffi # Date 1557854573 -7200 # Node ID 3b844004c0b4a476722f298511fc91dcbad075c9 # Parent 5cddb52dacbbe4dc38a857fde19f6a05dcac8af3 we are in dev version again diff -r 5cddb52dacbb -r 3b844004c0b4 libervia/VERSION --- a/libervia/VERSION Tue May 14 19:19:40 2019 +0200 +++ b/libervia/VERSION Tue May 14 19:22:53 2019 +0200 @@ -1,1 +1,1 @@ -0.7.0b1 +0.7.0D diff -r 5cddb52dacbb -r 3b844004c0b4 libervia/__init__.py --- a/libervia/__init__.py Tue May 14 19:19:40 2019 +0200 +++ b/libervia/__init__.py Tue May 14 19:22:53 2019 +0200 @@ -6,4 +6,4 @@ __version__ = f.read().strip() except NotImplementedError: # pyjamas workaround - __version__ = "0.7.0b1" + __version__ = "0.7.0D" diff -r 5cddb52dacbb -r 3b844004c0b4 libervia/common/constants.py --- a/libervia/common/constants.py Tue May 14 19:19:40 2019 +0200 +++ b/libervia/common/constants.py Tue May 14 19:22:53 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.0b1" # 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