Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Philipp Hörist
python-nbxmpp
Commits
dd079f27
Commit
dd079f27
authored
Jul 26, 2013
by
Yann Leboulanger
Browse files
prepare 0.2 release
parent
d065dc3e
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
dd079f27
python-nbxmpp 0.1 (XX)
python-nbxmpp 0.2 (26 July 2013)
* Add some namespace
* do TLS handshake without blocking
* store all SSL errors instead of only last one
python-nbxmpp 0.1 (05 August 2012)
* Initial release
setup.py
View file @
dd079f27
...
...
@@ -3,7 +3,7 @@
from
distutils.core
import
setup
setup
(
name
=
'nbxmpp'
,
version
=
'0.
1
'
,
version
=
'0.
2
'
,
description
=
'Non blocking Jabber/XMPP module'
,
author
=
'Yann Leboulanger'
,
author_email
=
'asterix@lagaule.org'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment