# HG changeset patch # User Goffi # Date 1531638216 -7200 # Node ID 5a73525f75a3057717d59028a1ac7576f5ee3c3d # Parent 6ddd47be08755d22d17595129c37b631659b207a 0.7.0a2 release diff -r 6ddd47be0875 -r 5a73525f75a3 setup.py --- a/setup.py Sun Jul 15 09:03:22 2018 +0200 +++ b/setup.py Sun Jul 15 09:03:36 2018 +0200 @@ -283,7 +283,7 @@ preinstall_check(install_opt) setup(name=NAME, - version='0.7.0a1', + version='0.7.0a2', 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 6ddd47be0875 -r 5a73525f75a3 src/common/constants.py --- a/src/common/constants.py Sun Jul 15 09:03:22 2018 +0200 +++ b/src/common/constants.py Sun Jul 15 09:03:36 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.0a1" # Please add 'D' at the end for dev versions + APP_VERSION = u"0.7.0a2" # Please add 'D' at the end for dev versions LIBERVIA_MAIN_PAGE = "libervia.html" # REGISTRATION