Mercurial > libervia-web
changeset 1213:889e8d07e957 0.7.0
0.7.0 « La Commune » release
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 24 Jul 2019 20:43:11 +0200 |
parents | ece192e6b4db |
children | c25e21ebd295 |
files | libervia/VERSION libervia/common/constants.py |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libervia/VERSION Wed Jul 24 20:50:00 2019 +0200 +++ b/libervia/VERSION Wed Jul 24 20:43:11 2019 +0200 @@ -1,1 +1,1 @@ -0.7.0D +0.7.0
--- a/libervia/common/constants.py Wed Jul 24 20:50:00 2019 +0200 +++ b/libervia/common/constants.py Wed Jul 24 20:43:11 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.0" # Please add 'D' at the end for dev versions LIBERVIA_MAIN_PAGE = "libervia.html" LIBERVIA_PAGE_START = "/login"