We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89416c9 commit c7c96caCopy full SHA for c7c96ca
CHANGES.rst
@@ -2,12 +2,13 @@ Changelog
2
=========
3
4
5
-0.2.8 (not released)
+0.2.8 (2013-10-20)
6
------------
7
8
- Python 2.6 compatibility fixes [chenhouwu]
9
- Allowing http responses to be gziped [chenhouwu]
10
- Fixing Digest-MD5 conformity issues [chenhouwu]
11
+- Converse.js updated to 0.6.6 [seocam]
12
13
14
0.2.7 (2013-10-17)
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.7',
+ version='0.2.8',
23
long_description=read('README.rst'),
24
packages=['conversejs',
25
'conversejs.migrations',
0 commit comments