Mercurial > libervia-web
changeset 1485:0181867dd0c5 v0.8.0
v0.8.0 release
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 30 Nov 2021 23:35:22 +0100 |
parents | e35151a2cec1 |
children | 6ad203673853 |
files | libervia/VERSION libervia/common/constants.py |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libervia/VERSION Thu Nov 11 18:10:43 2021 +0100 +++ b/libervia/VERSION Tue Nov 30 23:35:22 2021 +0100 @@ -1,1 +1,1 @@ -0.8.0b1.post1 +0.8.0
--- a/libervia/common/constants.py Thu Nov 11 18:10:43 2021 +0100 +++ b/libervia/common/constants.py Tue Nov 30 23:35:22 2021 +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 = "0.8.0D" # Please add 'D' at the end for dev versions + APP_VERSION = "0.8.0" # Please add 'D' at the end for dev versions LIBERVIA_MAIN_PAGE = "libervia.html" LIBERVIA_PAGE_START = "/login"