Philipp Hörist pushed to branch master at gajim / python-nbxmpp

Commits:
83e2fff0 by Philipp Hörist at 2018-10-06T22:16:58Z
Update ChangeLog

- - - - -
3e4c6655 by Philipp Hörist at 2018-10-06T22:17:59Z
Prepare 0.6.8

- - - - -


3 changed files:

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


Changes:

=====================================
ChangeLog
=====================================
@@ -1,3 +1,8 @@
+python-nbxmpp 0.6.8 (07 October 2018)
+
+ * Reset SM counter after receiving <enabled>
+ * Issue event when SM resume fails
+
 python-nbxmpp 0.6.7 (19 August 2018)
 
  * Raise default TLS version to 1.2


=====================================
nbxmpp/__init__.py
=====================================
@@ -17,4 +17,4 @@ from .client_nb import NonBlockingClient
 from .plugin import PlugIn
 from .smacks import Smacks
 
-__version__ = "0.6.7"
+__version__ = "0.6.8"


=====================================
setup.py
=====================================
@@ -3,7 +3,7 @@
 from distutils.core import setup
 
 setup(name='nbxmpp',
-      version='0.6.7',
+      version='0.6.8',
       description='Non blocking Jabber/XMPP module',
       author='Yann Leboulanger',
       author_email='[email protected]',



View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/compare/1a673eb718a475c2d50745e61264f28ce212cfca...3e4c66556bb830556b16ffae022b379f3195adfd

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/compare/1a673eb718a475c2d50745e61264f28ce212cfca...3e4c66556bb830556b16ffae022b379f3195adfd
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to