Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Update ChangeLog
· 83e2fff0
Philipp Hörist
authored
Oct 07, 2018
83e2fff0
Prepare 0.6.8
· 3e4c6655
Philipp Hörist
authored
Oct 07, 2018
3e4c6655
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
3e4c6655
python-nbxmpp 0.6.8 (07 October 2018)
* Reset SM counter after receiving <enabled>
* Issue event when SM resume fails
python-nbxmpp 0.6.7 (19 August 2018)
* Raise default TLS version to 1.2
...
...
nbxmpp/__init__.py
View file @
3e4c6655
...
...
@@ -17,4 +17,4 @@ from .client_nb import NonBlockingClient
from
.plugin
import
PlugIn
from
.smacks
import
Smacks
__version__
=
"
0.6.
7
"
__version__
=
"
0.6.
8
"
setup.py
View file @
3e4c6655
...
...
@@ -3,7 +3,7 @@
from
distutils.core
import
setup
setup
(
name
=
'
nbxmpp
'
,
version
=
'
0.6.
7
'
,
version
=
'
0.6.
8
'
,
description
=
'
Non blocking Jabber/XMPP module
'
,
author
=
'
Yann Leboulanger
'
,
author_email
=
'
asterix@lagaule.org
'
,
...
...