Mercurial > libervia-backend
changeset 1997:3c92c0b977b5
version update (0.6.1)
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 12 Jul 2016 23:30:13 +0200 |
parents | e1d482386395 |
children | 999ee8c2e8fa |
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 Jul 12 23:29:43 2016 +0200 +++ b/CHANGELOG Tue Jul 12 23:30:13 2016 +0200 @@ -1,6 +1,6 @@ All theses changelogs are not exhaustive, please check the mercurial repository for more details. -v 0.6.1 (xx/xx/2016): +v 0.6.1 (12/07/2016): - minimum Twisted version is now 15.2.0 - removed pyfeed and xe dependencies - added mutagen to recommended in README4PACKAGERS
--- a/README Tue Jul 12 23:29:43 2016 +0200 +++ b/README Tue Jul 12 23:30:13 2016 +0200 @@ -1,4 +1,4 @@ -SàT v0.6.0 +SàT v0.6.1 (c) Jérôme Poisson aka Goffi 2008-2016 (c) Adrien Cossa aka Souliane 2013-2016
--- a/setup.py Tue Jul 12 23:29:43 2016 +0200 +++ b/setup.py Tue Jul 12 23:30:13 2016 +0200 @@ -279,7 +279,7 @@ preinstall_check(install_opt) setup(name=NAME, - version='0.6.0', + version='0.6.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 Tue Jul 12 23:29:43 2016 +0200 +++ b/src/core/constants.py Tue Jul 12 23:30:13 2016 +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.6.0D' # Please add 'D' at the end for dev versions + APP_VERSION = u'0.6.1' # Please add 'D' at the end for dev versions APP_URL = u'http://salut-a-toi.org'