From 541d0da11e3c81c20dd797687d0da2d367b45244 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 30 Apr 2018 13:51:10 +0200 Subject: prepare 0.6.5 release --- ChangeLog | 5 +++++ nbxmpp/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a8f13a1..28f8e10 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +python-nbxmpp 0.6.5 (30 April 2018) + + * Fix BOSH usage (don't set ALPN) + * Better handling of certificate files + python-nbxmpp 0.6.4 (17 March 2018) * Fix SOCKS5 usage diff --git a/nbxmpp/__init__.py b/nbxmpp/__init__.py index 7a9566f..d1c192c 100644 --- a/nbxmpp/__init__.py +++ b/nbxmpp/__init__.py @@ -17,4 +17,4 @@ from .client_nb import NonBlockingClient from .plugin import PlugIn from .smacks import Smacks -__version__ = "0.6.4" +__version__ = "0.6.5" diff --git a/setup.py b/setup.py index 2342893..bae12e3 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from distutils.core import setup setup(name='nbxmpp', - version='0.6.4', + version='0.6.5', description='Non blocking Jabber/XMPP module', author='Yann Leboulanger', author_email='asterix@lagaule.org', -- cgit v1.2.3