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:
authorPhilipp Hörist <forenjunkie@chello.at>2018-01-26 20:58:04 +0300
committerPhilipp Hörist <forenjunkie@chello.at>2018-01-26 20:58:04 +0300
commit0f3e1ba0e442091667c57ca5f606a0b69b0198dc (patch)
tree89c81d092c3855c1f94e7ddc347b06f90e422ed1
parent53892171362894b7ad6d16311a93391f3f0fe6fc (diff)
prepare 0.6.3 releasenbxmpp-0.6.3
-rw-r--r--ChangeLog2
-rw-r--r--nbxmpp/__init__.py2
-rwxr-xr-xsetup.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 89be6fa..3f5c6f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-python-nbxmpp 0.6.3 (TBA)
+python-nbxmpp 0.6.3 (26 January 2018)
* Add ALPN and SNI support for when using DirectTLS
* Bugfixes
diff --git a/nbxmpp/__init__.py b/nbxmpp/__init__.py
index 51da15e..0a13200 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.2"
+__version__ = "0.6.3"
diff --git a/setup.py b/setup.py
index a192cb5..a17faef 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from distutils.core import setup
setup(name='nbxmpp',
- version='0.6.2',
+ version='0.6.3',
description='Non blocking Jabber/XMPP module',
author='Yann Leboulanger',
author_email='asterix@lagaule.org',