Update version to 0.7.2

This commit is contained in:
Florent Le Coz 2011-11-08 23:48:32 +01:00
parent 7fadb35fe2
commit 8fad2f464a
2 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@ For more detailed changelog, see the roadmap:
http://dev.louiz.org/project/poezio/roadmap
* Poezio 0.7.2 - dev
* Poezio 0.7.2 - 08 Nov 2011
- Huge speed improvements in both memory usage, text
refresh speed and interface resize.
- Chatstate notifications (in private AND in MUCs)
@ -23,13 +23,13 @@ http://dev.louiz.org/project/poezio/roadmap
- a *lot* of bugfixes
* Poezio 0.7.1 - 2 Feb 2010
* Poezio 0.7.1 - 2 Feb 2011
- /status command to globally change the status
- /win command now accepts part of tab name as argument
- bugfixes
* Poezio 0.7 - 14 jan 2010
* Poezio 0.7 - 14 jan 2011
Codename ”Koshie & Mathieui”
- Library changed from xmpppy to SleekXMPP
- Python 3 only

View file

@ -51,7 +51,7 @@ class Connection(sleekxmpp.ClientXMPP):
self.register_plugin('xep_0085')
if config.get('send_poezio_info', 'true') == 'true':
info = {'name':'poezio',
'version':'0.7.2-dev'}
'version':'0.7.2'}
if config.get('send_os_info', 'true') == 'true':
info['os'] = common.get_os_info()
self.register_plugin('xep_0092', pconfig=info)