Skip to content
Snippets Groups Projects
Commit 4e23acb0 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

prepare 0.5.3 release

parent 35a77da6
No related branches found
Tags nbxmpp-0.5.3
No related merge requests found
python-nbxmpp 0.5.3 (13 July 2015)
* Fix receiving long utf8 strings under py3
* Fix issue with pyopenssl 0.15.1
* Fix decoding issues
python-nbxmpp 0.5.2 (27 December 2014)
* Fix BOSH HTTP requests
......
......@@ -17,4 +17,4 @@ from .client_nb import NonBlockingClient
from .plugin import PlugIn
from .smacks import Smacks
__version__ = "0.5.2"
__version__ = "0.5.3"
......@@ -3,7 +3,7 @@
from distutils.core import setup
setup(name='nbxmpp',
version='0.5.2',
version='0.5.3',
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