update README and version
This commit is contained in:
parent
08c81a900c
commit
3c1b35a371
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue