Change version to 0.7.5
This commit is contained in:
parent
751841814f
commit
a8947a3a31
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ class Connection(sleekxmpp.ClientXMPP):
|
|||
self.register_plugin('xep_0085')
|
||||
if config.get('send_poezio_info', 'true') == 'true':
|
||||
info = {'name':'poezio',
|
||||
'version':'0.7.5-dev'}
|
||||
'version':'0.7.5'}
|
||||
if config.get('send_os_info', 'true') == 'true':
|
||||
info['os'] = common.get_os_info()
|
||||
self.plugin['xep_0030'].set_identities(identities=set([('client', 'pc', None,'Poezio')]))
|
||||
|
|
Loading…
Reference in a new issue