# HG changeset patch # User Goffi # Date 1638549787 -3600 # Node ID 579250dfe6d0d4a6b96418d8b3e903e9ecbea927 # Parent 6ad2036738533ea3c48c3a1a2d2c806440232bc7# Parent 6643855770a503ab25b47cf4d9b6571c2c70fc1c merge bookmark 0.9 diff -r 6643855770a5 -r 579250dfe6d0 .hgtags --- 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 diff -r 6643855770a5 -r 579250dfe6d0 libervia/VERSION diff -r 6643855770a5 -r 579250dfe6d0 libervia/common/constants.py --- 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"