Mercurial > libervia-web
changeset 1487:579250dfe6d0
merge bookmark 0.9
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 03 Dec 2021 17:43:07 +0100 |
parents | 6ad203673853 (diff) 6643855770a5 (current diff) |
children | 42f110cab605 |
files | libervia/VERSION |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.hgtags Sun Nov 21 23:20:13 2021 +0100 +++ b/.hgtags Fri Dec 03 17:43:07 2021 +0100 @@ -13,3 +13,4 @@ 889e8d07e95747205b4aec20a34d7dadc7f4068c 0.7.0 3821168b945985e2878a2dc4c6abbb5211bcc1c7 v0.8.0b1 f18767efabccd4b15265bf725b7603b7220148e5 v0.8.0b1.post1 +0181867dd0c5ebfcdff05db741e709dfa8726d95 v0.8.0
--- a/libervia/common/constants.py Sun Nov 21 23:20:13 2021 +0100 +++ b/libervia/common/constants.py Fri Dec 03 17:43:07 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"