# HG changeset patch # User Goffi # Date 1530597554 -7200 # Node ID 1f67b003c312dbb4c96129bdb328891607e60f79 # Parent 1957d02df281bdb5766e0a55786870809e357479 0.7.0a1 release diff -r 1957d02df281 -r 1f67b003c312 setup.py --- a/setup.py Mon Jul 02 08:27:17 2018 +0200 +++ b/setup.py Tue Jul 03 07:59:14 2018 +0200 @@ -283,7 +283,7 @@ preinstall_check(install_opt) setup(name=NAME, - version='0.6.1.1', + version='0.7.0a1', description=u'Web frontend for Salut à Toi', long_description=u'Libervia is a web frontend for Salut à Toi (SàT), a multi-frontends and multi-purposes XMPP client.', author='Association « Salut à Toi »', diff -r 1957d02df281 -r 1f67b003c312 src/common/constants.py --- a/src/common/constants.py Mon Jul 02 08:27:17 2018 +0200 +++ b/src/common/constants.py Tue Jul 03 07:59:14 2018 +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.0a1" # Please add 'D' at the end for dev versions LIBERVIA_MAIN_PAGE = "libervia.html" # REGISTRATION