# HG changeset patch # User Goffi # Date 1549441023 -3600 # Node ID b290f21e8466a6439f7196cd90a37bb3c8957c8a # Parent 3c7a64adfd42292c8e364e0868ddfbf60d04cbae 0.7.0a3 release diff -r 3c7a64adfd42 -r b290f21e8466 libervia/VERSION --- a/libervia/VERSION Sat Jan 26 20:15:24 2019 +0100 +++ b/libervia/VERSION Wed Feb 06 09:17:03 2019 +0100 @@ -1,1 +1,1 @@ -0.7.0D +0.7.0a3 diff -r 3c7a64adfd42 -r b290f21e8466 libervia/__init__.py --- a/libervia/__init__.py Sat Jan 26 20:15:24 2019 +0100 +++ b/libervia/__init__.py Wed Feb 06 09:17:03 2019 +0100 @@ -6,4 +6,4 @@ __version__ = f.read().strip() except NotImplementedError: # pyjamas workaround - __version__ = "0.7.0D" + __version__ = "0.7.0a3" diff -r 3c7a64adfd42 -r b290f21e8466 libervia/common/constants.py --- a/libervia/common/constants.py Sat Jan 26 20:15:24 2019 +0100 +++ b/libervia/common/constants.py Wed Feb 06 09:17:03 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.0D" # Please add 'D' at the end for dev versions + APP_VERSION = u"0.7.0a3" # Please add 'D' at the end for dev versions LIBERVIA_MAIN_PAGE = "libervia.html" # REGISTRATION