Skip to content

Commit b7755b6

Browse files
committed
Updating changes and version
1 parent 2a61101 commit b7755b6

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ Changelog
22
=========
33

44

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+
512
0.2.8 (2013-10-20)
613
------------
714

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.8',
22+
version='0.2.9',
2323
long_description=read('README.rst'),
2424
packages=['conversejs',
2525
'conversejs.migrations',

0 commit comments

Comments
 (0)