# HG changeset patch # User souliane # Date 1411033312 -7200 # Node ID 008c8ccd5dcc4c47578ee7190e6823186720c864 # Parent 50e6658e2730e9b433702ad8e3c53191e89e9669 version update diff -r 50e6658e2730 -r 008c8ccd5dcc README --- 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 diff -r 50e6658e2730 -r 008c8ccd5dcc setup.py --- 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 »', diff -r 50e6658e2730 -r 008c8ccd5dcc src/core/constants.py --- 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'