From 7598a9eff9a6a8fae9fcceb72d962b7639fe4cff Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Wed, 2 Feb 2011 01:48:46 +0100 Subject: Update to 0.7.1 --- CHANGELOG | 4 +--- src/connection.py | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index ad7a28b9..df08a543 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,9 +2,7 @@ This file describes the new features in each poezio release. For more detailed changelog, see the roadmap: http://dev.louiz.org/project/poezio/roadmap -* Poezio 0.7.1 - dev -- Data-forms support -- /configure command in MUCs +* Poezio 0.7.1 - 2 Feb 2010 - /status command to globally change the status - /win command now accepts part of tab name as argument - bugfixes diff --git a/src/connection.py b/src/connection.py index 3133a645..509f1676 100644 --- a/src/connection.py +++ b/src/connection.py @@ -57,7 +57,7 @@ class Connection(sleekxmpp.ClientXMPP): self.register_plugin('xep_0004') if config.get('send_poezio_info', 'true') == 'true': info = {'name':'poezio', - 'version':'0.7'} + 'version':'0.7.1'} if config.get('send_os_info', 'true') == 'true': info['os'] = common.get_os_info() self.register_plugin('xep_0092', pconfig=info) -- cgit v1.2.3