summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG4
-rw-r--r--src/connection.py2
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)