We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df51d78 commit 6c912efCopy full SHA for 6c912ef
2 files changed
CHANGES.rst
@@ -2,6 +2,15 @@ Changelog
2
=========
3
4
5
+0.2.9 (2013-11-26)
6
+------------
7
+
8
+- Adding timeout to BOSH connections [seocam]
9
+- Adding function to change user password [LuanP]
10
+- Moving/refactor registration functions to xmpp.py [LuanP]
11
+- Better error handling on xmpp connections [LuanP]
12
13
14
0.2.8 (2013-10-20)
15
------------
16
setup.py
@@ -19,7 +19,7 @@ def read(*parts):
19
setup(
20
name='django-conversejs',
21
description='Adds converse.js (javascript XMPP client) to Django',
22
- version='0.2.8',
+ version='0.2.9',
23
long_description=read('README.rst'),
24
packages=['conversejs',
25
'conversejs.migrations',
0 commit comments