changeset 1208:008c8ccd5dcc 0.5.1 SàT v0.5.1

version update
author souliane <souliane@mailoo.org>
date Thu, 18 Sep 2014 11:41:52 +0200
parents 50e6658e2730
children 1356fed3ff37
files README setup.py src/core/constants.py
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/README	Thu Sep 18 11:28:41 2014 +0200
+++ b/README	Thu Sep 18 11:41:52 2014 +0200
@@ -1,4 +1,4 @@
-SàT v0.5.0
+SàT v0.5.1
 (c) Jérôme Poisson aka Goffi 2008, 2009, 2010, 2011, 2012, 2013, 2014
 (c) Adrien Cossa aka Souliane 2013, 2014
 
--- a/setup.py	Thu Sep 18 11:28:41 2014 +0200
+++ b/setup.py	Thu Sep 18 11:41:52 2014 +0200
@@ -282,7 +282,7 @@
         preinstall_check(install_opt)
 
 setup(name=NAME,
-      version='0.5.0',
+      version='0.5.1',
       description=u'Salut à Toi multi-frontend XMPP client',
       long_description=u'Salut à Toi (SàT) is a XMPP client based on a daemon/frontend architecture. Its multi-frontends (desktop, web, console interface, CLI, etc) and multi-purposes (instant messaging, microblogging, games, file sharing, etc).',
       author='Association « Salut à Toi »',
--- a/src/core/constants.py	Thu Sep 18 11:28:41 2014 +0200
+++ b/src/core/constants.py	Thu Sep 18 11:41:52 2014 +0200
@@ -31,7 +31,7 @@
     APP_NAME_SHORT = u'SàT'
     APP_NAME_FILE = u'sat'
     APP_NAME_FULL = u'%s (%s)' % (APP_NAME_SHORT, APP_NAME)
-    APP_VERSION = u'0.5.0D'  # Please add 'D' at the end for dev versions
+    APP_VERSION = u'0.5.1'  # Please add 'D' at the end for dev versions
     APP_URL = 'http://salut-a-toi.org'