changeset 903:5264fec78a1d

updated version (0.6.1)
author Goffi <goffi@goffi.org>
date Wed, 13 Jul 2016 00:07:07 +0200
parents 68ab3da65930
children f794b1c17485
files README setup.py src/common/constants.py
diffstat 3 files changed, 4 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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)
--- 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 »',
--- 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