update README and version

This commit is contained in:
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 2010-06-13 19:02:39 +00:00
parent 08c81a900c
commit 3c1b35a371
2 changed files with 5 additions and 2 deletions

View file

@ -2,7 +2,10 @@ This file describes the new features in each poezio release.
For more detailed changelog, see the roadmap:
http://codingteam.net/project/poezio/roadmap
* Poezio 0.6 - dev
* Poezio 0.6.1 - 13 Jun 2010
- Enable tracebacks
* Poezio 0.6 - 13 Jun 2010
- Private messages are handled
- Muc error messages are displayed
- Nickname auto-completion

View file

@ -308,7 +308,7 @@ class MultiUserChat(object):
qp = iq_obj.getTag('query')
if config.get('send_poezio_info', 'true') == 'true':
qp.setTagData('name', 'Poezio')
qp.setTagData('version', '0.6')
qp.setTagData('version', '0.6.1')
else:
qp.setTagData('name', 'Unknown')
qp.setTagData('version', 'Unknown')