Skip to content

Commit 9ebe654

Browse files
committed
Merge branch 'master' into configuration_variables
Conflicts: CHANGES.rst
2 parents b7755b6 + 6c912ef commit 9ebe654

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGES.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,22 @@ Changelog
22
=========
33

44

5-
0.2.9 (2013-12-06)
5+
0.3.0 (2013-12-06)
66
------------
77

88
- Adding CONVERSEJS_ALLOW_CONTACT_REQUESTS configuration variable. [LuanP]
99
- Adding CONVERSEJS_SHOW_ONLY_ONLINE_USERS configuration variable. [LuanP]
1010

1111

12+
0.2.9 (2013-11-26)
13+
------------
14+
15+
- Adding timeout to BOSH connections [seocam]
16+
- Adding function to change user password [LuanP]
17+
- Moving/refactor registration functions to xmpp.py [LuanP]
18+
- Better error handling on xmpp connections [LuanP]
19+
20+
1221
0.2.8 (2013-10-20)
1322
------------
1423

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def read(*parts):
1919
setup(
2020
name='django-conversejs',
2121
description='Adds converse.js (javascript XMPP client) to Django',
22-
version='0.2.9',
22+
version='0.3.0',
2323
long_description=read('README.rst'),
2424
packages=['conversejs',
2525
'conversejs.migrations',

0 commit comments

Comments
 (0)