We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a61101 commit b7755b6Copy full SHA for b7755b6
2 files changed
CHANGES.rst
@@ -2,6 +2,13 @@ Changelog
2
=========
3
4
5
+0.2.9 (2013-12-06)
6
+------------
7
+
8
+- Adding CONVERSEJS_ALLOW_CONTACT_REQUESTS configuration variable. [LuanP]
9
+- Adding CONVERSEJS_SHOW_ONLY_ONLINE_USERS configuration variable. [LuanP]
10
11
12
0.2.8 (2013-10-20)
13
------------
14
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