# HG changeset patch # User Goffi # Date 1468361227 -7200 # Node ID 5264fec78a1d64cabd334a89db140b3b5ce23fbc # Parent 68ab3da6593000b1237b2477fa8d17170a1227e1 updated version (0.6.1) diff -r 68ab3da65930 -r 5264fec78a1d README --- a/README Wed Jul 13 00:06:31 2016 +0200 +++ b/README Wed Jul 13 00:07:07 2016 +0200 @@ -1,4 +1,4 @@ -Libervia v0.6.0 +Libervia v0.6.1 (c) Jérôme Poisson aka Goffi 2008-2016 (c) Adrien Cossa aka Souliane 2013-2016 @@ -32,7 +32,6 @@ refer to SàT README for more informations - ** CREDIT ** A big big thank to the authors/contributors of... @@ -147,7 +146,7 @@ You'll find the latest version and other stuffs on *.goffi.org websites: -- wiki (wiki.goffi.org), in french & english so far +- wiki (wiki.goffi.org), in French & English so far - ftp (ftp.goffi.org) for the latest version, or previous ones (and other projects) - bugtracker (bugs.goffi.org) to report any problem or give suggestions - mailing lists (lists.goffi.org) diff -r 68ab3da65930 -r 5264fec78a1d setup.py --- a/setup.py Wed Jul 13 00:06:31 2016 +0200 +++ b/setup.py Wed Jul 13 00:07:07 2016 +0200 @@ -277,7 +277,7 @@ preinstall_check(install_opt) setup(name=NAME, - version='0.6.0', + version='0.6.1', 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 68ab3da65930 -r 5264fec78a1d src/common/constants.py --- a/src/common/constants.py Wed Jul 13 00:06:31 2016 +0200 +++ b/src/common/constants.py Wed Jul 13 00:07:07 2016 +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.6.0D' # Please add 'D' at the end for dev versions + APP_VERSION = u'0.6.1' # Please add 'D' at the end for dev versions LIBERVIA_MAIN_PAGE = "libervia.html" # MISC