Skip to content
Snippets Groups Projects
Commit d13d3cf4 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Prepare 0.5.6 release

parent f6226140
No related branches found
Tags nbxmpp-0.5.6
No related merge requests found
python-nbxmpp 0.5.6 (03 June 2017)
* Support XEP-0198 Version 1.5.2
* Add new XEP Namespaces
python-nbxmpp 0.5.5 (30 January 2017)
* Some cleanup
......
......@@ -17,4 +17,4 @@ from .client_nb import NonBlockingClient
from .plugin import PlugIn
from .smacks import Smacks
__version__ = "0.5.5"
__version__ = "0.5.6"
......@@ -3,7 +3,7 @@
from distutils.core import setup
setup(name='nbxmpp',
version='0.5.5',
version='0.5.6',
description='Non blocking Jabber/XMPP module',
author='Yann Leboulanger',
author_email='asterix@lagaule.org',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment