# HG changeset patch # User Goffi # Date 1410243963 -7200 # Node ID 95bdad7041d4d3ab72ba0a3d1b3181ca1db85397 # Parent ad18eb65b6dba6913f6742018cf6cf0cb32bf7d7 version update diff -r ad18eb65b6db -r 95bdad7041d4 README --- a/README Mon Sep 08 15:44:11 2014 +0200 +++ b/README Tue Sep 09 08:26:03 2014 +0200 @@ -1,4 +1,4 @@ -Libervia v0.4.0 +Libervia v0.5.0 (c) Jérôme Poisson aka Goffi 2008, 2009, 2010, 2011, 2012, 2013, 2014 (c) Adrien Cossa aka Souliane 2013, 2014 @@ -35,13 +35,11 @@ ** CREDIT ** -All the credits are the same than the ones for "Salut à Toi", as it is a global project. - A big big thank to the authors/contributors of... proxy65: SàT (plugin_xep_0065) use nearly all the code from proxy65 (http://code.google.com/p/proxy65/) which was coded by Dave Smith (2002-2004) and maintained by Fabio Forno (2007-2008). -As the original MIT licence allow, the code is reused and sub-licenced until GPL v3 to follow the rest of the code. +As the original MIT licence allows, the code is reused and sub-licenced until GPL v3 to follow the rest of the code. progressbar: SàT (jp) use ProgressBar (http://pypi.python.org/pypi/progressbar/2.2), a class coded by Nilton Volpato which allow the textual representation of progression. @@ -105,6 +103,8 @@ - Dal : profiles management, argparse refactoring in jp +- Matteo Cypriani : jp's mainloop update + doc improvments + Many thanks to them. A big thanks also to all the maintainers of SàT packages diff -r ad18eb65b6db -r 95bdad7041d4 setup.py --- a/setup.py Mon Sep 08 15:44:11 2014 +0200 +++ b/setup.py Tue Sep 09 08:26:03 2014 +0200 @@ -265,7 +265,7 @@ preinstall_check(install_opt) setup(name=NAME, - version='0.4.0', + version='0.5.0', 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 »',