Philipp Hörist pushed to branch master at gajim / python-nbxmpp
Commits:
d13d3cf4 by Philipp Hörist at 2017-06-04T00:43:59+02:00
Prepare 0.5.6 release
- - - - -
3 changed files:
- ChangeLog
- nbxmpp/__init__.py
- setup.py
Changes:
=====================================
ChangeLog
=====================================
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+python-nbxmpp 0.5.6 (03 June 2017)
+
+ * Support XEP-0198 Version 1.5.2
+ * Add new XEP Namespaces
+
python-nbxmpp 0.5.5 (30 January 2017)
* Some cleanup
=====================================
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.5"
+__version__ = "0.5.6"
=====================================
setup.py
=====================================
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from distutils.core import setup
setup(name='nbxmpp',
- version='0.5.5',
+ version='0.5.6',
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/d13d3cf48d15b58802c441dd025194f8f074a834
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits