Philipp Hörist pushed to branch master at gajim / python-nbxmpp
Commits:
0f3e1ba0 by Philipp Hörist at 2018-01-26T18:58:04+01:00
prepare 0.6.3 release
- - - - -
3 changed files:
- ChangeLog
- nbxmpp/__init__.py
- setup.py
Changes:
=====================================
ChangeLog
=====================================
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-python-nbxmpp 0.6.3 (TBA)
+python-nbxmpp 0.6.3 (26 January 2018)
* Add ALPN and SNI support for when using DirectTLS
* Bugfixes
=====================================
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.2"
+__version__ = "0.6.3"
=====================================
setup.py
=====================================
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from distutils.core import setup
setup(name='nbxmpp',
- version='0.6.2',
+ version='0.6.3',
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/0f3e1ba0e442091667c57ca5f606a0b69b0198dc
---
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/commit/0f3e1ba0e442091667c57ca5f606a0b69b0198dc
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