# HG changeset patch # User Goffi # Date 1557081734 -7200 # Node ID cc16d93d4181fb5d3ee2de349b3b7b7c52fcaddf # Parent bfbfe04209e9c371c062e4e5f85bfe96b32f9e7b 0.7.0b1 release diff -r bfbfe04209e9 -r cc16d93d4181 libervia/VERSION --- a/libervia/VERSION Sat May 04 00:02:50 2019 +0200 +++ b/libervia/VERSION Sun May 05 20:42:14 2019 +0200 @@ -1,1 +1,1 @@ -0.7.0D +0.7.0b1 diff -r bfbfe04209e9 -r cc16d93d4181 libervia/__init__.py --- a/libervia/__init__.py Sat May 04 00:02:50 2019 +0200 +++ b/libervia/__init__.py Sun May 05 20:42:14 2019 +0200 @@ -6,4 +6,4 @@ __version__ = f.read().strip() except NotImplementedError: # pyjamas workaround - __version__ = "0.7.0D" + __version__ = "0.7.0b1" diff -r bfbfe04209e9 -r cc16d93d4181 libervia/common/constants.py --- a/libervia/common/constants.py Sat May 04 00:02:50 2019 +0200 +++ b/libervia/common/constants.py Sun May 05 20:42:14 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.0D" # Please add 'D' at the end for dev versions + APP_VERSION = u"0.7.0b1" # Please add 'D' at the end for dev versions LIBERVIA_MAIN_PAGE = "libervia.html" # REGISTRATION