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

Commits:
b9fc712e by Philipp Hörist at 2018-05-19T10:41:09+02:00
Update ChangeLog

- - - - -
7256d13e by Philipp Hörist at 2018-05-19T10:42:30+02:00
Prepare 0.6.6

- - - - -


3 changed files:

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


Changes:

=====================================
ChangeLog
=====================================
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+python-nbxmpp 0.6.6 (20 May 2018)
+
+ * Record all SSL errors instead of only the first
+ * Pass arguments to plugin/plugout methods
+ * Allow the Roster to be initalized without requesting it from the server
+
 python-nbxmpp 0.6.5 (30 April 2018)
 
  * Fix BOSH usage (don't set ALPN)


=====================================
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.5"
+__version__ = "0.6.6"


=====================================
setup.py
=====================================
--- a/setup.py
+++ b/setup.py
@@ -3,10 +3,10 @@
 from distutils.core import setup
 
 setup(name='nbxmpp',
-      version='0.6.5',
+      version='0.6.6',
       description='Non blocking Jabber/XMPP module',
       author='Yann Leboulanger',
       author_email='[email protected]',
       url='http://dev.gajim.org/gajim/python-nbxmpp',
       packages=['nbxmpp'],
-)
+      )



View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/compare/467572b7fcd9eabf3871eeb526b1ac07e97d7d48...7256d13ebcde065824da4715df0db399fe9aaf57

---
View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/compare/467572b7fcd9eabf3871eeb526b1ac07e97d7d48...7256d13ebcde065824da4715df0db399fe9aaf57
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