Philipp Hörist pushed to branch master at gajim / python-nbxmpp
Commits:
bd95b25f by Philipp Hörist at 2017-12-27T20:22:17+01:00
Update Changelog
- - - - -
82fafe74 by Philipp Hörist at 2017-12-27T20:23:06+01:00
Prepare 0.6.2 release
- - - - -
3 changed files:
- ChangeLog
- nbxmpp/__init__.py
- setup.py
Changes:
=====================================
ChangeLog
=====================================
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+python-nbxmpp 0.6.2 (27 December 2017)
+
+ * Correctly load client certs
+ * Warn on any error in the certificate chain
+ * Fixed a traceback loop
+
python-nbxmpp 0.6.1 (29 November 2017)
* Add new getStanzaIDAttrs method
=====================================
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.6.1"
+__version__ = "0.6.2"
=====================================
setup.py
=====================================
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from distutils.core import setup
setup(name='nbxmpp',
- version='0.6.1',
+ version='0.6.2',
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/abfe8658091b987f76732c74f756d8c0342dc858...82fafe74e09455811619dde52d2e78bbd01cf1ef
---
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/compare/abfe8658091b987f76732c74f756d8c0342dc858...82fafe74e09455811619dde52d2e78bbd01cf1ef
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