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

Commits:
e79bf285 by Yann Leboulanger at 2017-11-29T21:23:59+01:00
prepare 0.6.1 release

- - - - -


3 changed files:

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


Changes:

=====================================
ChangeLog
=====================================
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+python-nbxmpp 0.6.1 (29 November 2017)
+
+ * Add new getStanzaIDAttrs method
+ * Fix BOSH connexion
+ * stop using PyOpenSSL for random generator
+
 python-nbxmpp 0.6.0 (25 September 2017)
 
  * Add new getOriginID/SetOriginID method for Messages


=====================================
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.0"
+__version__ = "0.6.1"


=====================================
setup.py
=====================================
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
 from distutils.core import setup
 
 setup(name='nbxmpp',
-      version='0.6.0',
+      version='0.6.1',
       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/e79bf2856f3b9f1bec4b6831b8473f5c26384c2e

---
View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/commit/e79bf2856f3b9f1bec4b6831b8473f5c26384c2e
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