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

Commits:
ad40cafa by Yann Leboulanger at 2018-03-17T17:36:12+01:00
prepare 0.6.4 release

- - - - -


3 changed files:

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


Changes:

=====================================
ChangeLog
=====================================
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+python-nbxmpp 0.6.4 (17 March 2018)
+
+ * Fix SOCKS5 usage
+
 python-nbxmpp 0.6.3 (26 January 2018)
 
  * Add ALPN and SNI support for when using DirectTLS


=====================================
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.3"
+__version__ = "0.6.4"


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

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