Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2018-03-17 19:36:12 +0300
committerYann Leboulanger <asterix@lagaule.org>2018-03-17 19:36:12 +0300
commitad40cafa84a639a1b63e7b5e6224e82c18143258 (patch)
tree614dee036e62f729b6b453c829740017e9008198
parentc9dfc0447e4800e0317aaa6ec959345539f9a907 (diff)
prepare 0.6.4 releasenbxmpp-0.6.4
-rw-r--r--ChangeLog4
-rw-r--r--nbxmpp/__init__.py2
-rwxr-xr-xsetup.py2
3 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f5c6f5..a8f13a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+python-nbxmpp 0.6.4 (17 March 2018)
+
+ * Fix SOCKS5 usage
+
python-nbxmpp 0.6.3 (26 January 2018)
* Add ALPN and SNI support for when using DirectTLS
diff --git a/nbxmpp/__init__.py b/nbxmpp/__init__.py
index 0a13200..7a9566f 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.3"
+__version__ = "0.6.4"
diff --git a/setup.py b/setup.py
index a17faef..2342893 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from distutils.core import setup
setup(name='nbxmpp',
- version='0.6.3',
+ version='0.6.4',
description='Non blocking Jabber/XMPP module',
author='Yann Leboulanger',
author_email='asterix@lagaule.org',