changeset 1192:a090e5ee83c2 0.5.0 SàT v0.5.0

version update
author Goffi <goffi@goffi.org>
date Tue, 09 Sep 2014 08:15:19 +0200
parents 4c6bc3454780
children 226c4c28cf64
files CHANGELOG README setup.py src/core/constants.py
diffstat 4 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG	Tue Sep 09 07:58:54 2014 +0200
+++ b/CHANGELOG	Tue Sep 09 08:15:19 2014 +0200
@@ -1,6 +1,6 @@
 All theses changelog are not exhaustive, please check mercurial repository for more details.
 
-v 0.5 (XX/06/2014):
+v 0.5 (09/09/2014):
     - removed deprecated Sortilege frontend
     - better PEP-8 compliance and code cleaning
     - debug mode tries to use ipdb instead of pdb
--- a/README	Tue Sep 09 07:58:54 2014 +0200
+++ b/README	Tue Sep 09 08:15:19 2014 +0200
@@ -1,4 +1,4 @@
-SàT v0.4.1
+SàT v0.5.0
 (c) Jérôme Poisson aka Goffi 2008, 2009, 2010, 2011, 2012, 2013, 2014
 (c) Adrien Cossa aka Souliane 2013, 2014
 
--- a/setup.py	Tue Sep 09 07:58:54 2014 +0200
+++ b/setup.py	Tue Sep 09 08:15:19 2014 +0200
@@ -282,7 +282,7 @@
         preinstall_check(install_opt)
 
 setup(name=NAME,
-      version='0.4.1',
+      version='0.5.0',
       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	Tue Sep 09 07:58:54 2014 +0200
+++ b/src/core/constants.py	Tue Sep 09 08:15:19 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.4.1D'  # Please add 'D' at the end for dev versions
+    APP_VERSION = u'0.5.0'  # Please add 'D' at the end for dev versions
     APP_URL = 'http://salut-a-toi.org'