We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66d4660 commit 2a3f3deCopy full SHA for 2a3f3de
2 files changed
CHANGES.rst
@@ -2,7 +2,7 @@ Changelog
2
=========
3
4
5
-not released
+0.2.7 (2013-10-17)
6
------------
7
8
- Added CONVERSEJS_ENABLED setting. This allows the easily disable conversejs from the website. [seocam]
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.6',
+ version='0.2.7',
23
long_description=read('README.rst'),
24
packages=['conversejs',
25
'conversejs.migrations',
0 commit comments