Yann Leboulanger pushed to branch master at gajim / python-nbxmpp

Commits:
ace6e018 by Yann Leboulanger at 2017-01-30T22:41:33+01:00
Prepare 0.5.5 release

- - - - -


3 changed files:

- ChangeLog
- nbxmpp/__init__.py
- setup.py


Changes:

=====================================
ChangeLog
=====================================
--- 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


=====================================
nbxmpp/__init__.py
=====================================
--- 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"


=====================================
setup.py
=====================================
--- 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='[email protected]',



View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/commit/ace6e018bb386132245743673a96a4c27193db14
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to