diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-11-09 01:35:27 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-11-09 01:35:27 +0100 |
commit | cfb074c17875e389b894cdc3447773a1ead928ca (patch) | |
tree | 9f8bd6d544af92ba34fd48d022ea3b1cb0f42718 /src | |
parent | 4a961c0dc6ec670d064fa9319d33ef04a536f6c6 (diff) | |
download | poezio-cfb074c17875e389b894cdc3447773a1ead928ca.tar.gz poezio-cfb074c17875e389b894cdc3447773a1ead928ca.tar.bz2 poezio-cfb074c17875e389b894cdc3447773a1ead928ca.tar.xz poezio-cfb074c17875e389b894cdc3447773a1ead928ca.zip |
Set version to 0.7.5 and update the changelog
Diffstat (limited to 'src')
-rw-r--r-- | src/connection.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection.py b/src/connection.py index 19b2c5e4..dfc8ba85 100644 --- a/src/connection.py +++ b/src/connection.py @@ -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'} + 'version':'0.7.5-dev'} if config.get('send_os_info', 'true') == 'true': info['os'] = common.get_os_info() self.register_plugin('xep_0092', pconfig=info) |