changeset 245:e077f068ff57

version updated to 0.1.1
author Goffi <goffi@goffi.org>
date Fri, 14 Jan 2011 15:20:39 +0100
parents 3bc4457687a2
children 56c49ef02a2a
files CHANGELOG README setup.py src/sat.tac
diffstat 4 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG	Thu Jan 13 19:44:58 2011 +0100
+++ b/CHANGELOG	Fri Jan 14 15:20:39 2011 +0100
@@ -1,4 +1,4 @@
-v 0.1.0 (12/01/2010):
+v 0.1.1 (12/01/2010):
 	- urwid custom libs split as a new project: "urwid-satext"
 	- files reorganisation
 	- versioning now use a standard scheme (major.minor.increment+letter)
--- a/README	Thu Jan 13 19:44:58 2011 +0100
+++ b/README	Fri Jan 14 15:20:39 2011 +0100
@@ -1,4 +1,4 @@
-SàT v0.1.0
+SàT v0.1.1
 (c) Jérôme Poisson aka Goffi 2008, 2009, 2010, 2011
 
 SàT is a XMPP (Jabber) client.
--- a/setup.py	Thu Jan 13 19:44:58 2011 +0100
+++ b/setup.py	Fri Jan 14 15:20:39 2011 +0100
@@ -176,7 +176,7 @@
     preinstall_check()
 
 setup(name=NAME,
-      version='0.1.0',
+      version='0.1.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. You can use it with the desktop frontend (wix - WxPython based), console ui frontend (Primitivus, Urwid based), or command line frontend (jp), and others are coming. ',
       author='Goffi (Jérôme Poisson)',
--- a/src/sat.tac	Thu Jan 13 19:44:58 2011 +0100
+++ b/src/sat.tac	Fri Jan 14 15:20:39 2011 +0100
@@ -21,7 +21,7 @@
 
 CONST = {
     'client_name' : u'SàT (Salut à toi)',
-    'client_version' : u'0.1.0',   #Please add 'D' at the end for dev versions
+    'client_version' : u'0.1.1',   #Please add 'D' at the end for dev versions
     'local_dir' : '~/.sat'
 }