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>2017-01-31 00:41:33 +0300
committerYann Leboulanger <asterix@lagaule.org>2017-01-31 00:41:33 +0300
commitace6e018bb386132245743673a96a4c27193db14 (patch)
tree3a1084d8fc09cefdc24a9dcac875b2ca2f20abe5
parentfe60632ed29ff7c4e051c466638c778a18a90379 (diff)
Prepare 0.5.5 releasenbxmpp-0.5.5
-rw-r--r--ChangeLog5
-rw-r--r--nbxmpp/__init__.py2
-rwxr-xr-xsetup.py2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index edb55fc..3be6274 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+python-nbxmpp 0.5.5 (30 January 2017)
+
+ * Some cleanup
+ * Add some namespaces
+
python-nbxmpp 0.5.4 (04 September 2016)
* Fix SCRAM authentication
diff --git a/nbxmpp/__init__.py b/nbxmpp/__init__.py
index 779e045..9b4d72a 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.5.4"
+__version__ = "0.5.5"
diff --git a/setup.py b/setup.py
index e68b077..9d0a893 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from distutils.core import setup
setup(name='nbxmpp',
- version='0.5.4',
+ version='0.5.5',
description='Non blocking Jabber/XMPP module',
author='Yann Leboulanger',
author_email='asterix@lagaule.org',