changeset 545:95bdad7041d4

version update
author Goffi <goffi@goffi.org>
date Tue, 09 Sep 2014 08:26:03 +0200
parents ad18eb65b6db
children ff03fdb5215d
files README setup.py
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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 <kedals0@gmail.com>: profiles management, argparse refactoring in jp
 
+- Matteo Cypriani <mcy@lm7.fr>: jp's mainloop update + doc improvments
+
 Many thanks to them.
 
 A big thanks also to all the maintainers of SàT packages
--- 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 »',