We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72269a1 commit f05e792Copy full SHA for f05e792
2 files changed
CHANGES.rst
@@ -2,10 +2,12 @@ Changelog
2
=========
3
4
5
-Not released
+0.2.6 (2013-09-19)
6
------------
7
8
- Added converse.js fonticons to static files [seocam]
9
+- Converse.js updated. Version 0.6.4 still used but with a patch applied to CSS to avoid clashing with Bootstrap. [seocam]
10
+- Updating setup to use pure-sasl from PyPI [seocam]
11
12
13
0.2.5 (2013-09-16)
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.5',
+ version='0.2.6',
23
long_description=read('README.rst'),
24
packages=['conversejs',
25
'conversejs.migrations',
0 commit comments