# HG changeset patch # User Goffi # Date 1410243319 -7200 # Node ID a090e5ee83c2c2d9d110c7516c3d74573426a97b # Parent 4c6bc3454780338bb75863e51a329d67b302814b version update diff -r 4c6bc3454780 -r a090e5ee83c2 CHANGELOG --- 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 diff -r 4c6bc3454780 -r a090e5ee83c2 README --- 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 diff -r 4c6bc3454780 -r a090e5ee83c2 setup.py --- 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 »', diff -r 4c6bc3454780 -r a090e5ee83c2 src/core/constants.py --- 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'