File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- master
4+ 0.2.3 (2013-08-31)
55------------------
66
77- Removed duplicated request asking for SASL DIGEST-MD5 challenge [seocam]
8+ - Updating converse.js from 0.6.1 to 0.6.2 [seocam]
89
910
10110.2.2 (2013-08-28)
1112------------------
1213
13- - Updating converse.js to from 0.5 to 0.6.1 [seocam]
14+ - Updating converse.js from 0.5 to 0.6.1 [seocam]
1415- Using distribute instead of distutils [seocam]
1516
1617
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ conversejs.forms as a start point.
100100Converse.js Version
101101-------------------
102102
103- We currently ship Converse.js **v0.6.1 **.
103+ We currently ship Converse.js **v0.6.2 **.
104104
105105If you need a newer version, please open an issue or a pull request.
106106
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ def read(*parts):
1919setup (
2020 name = 'django-conversejs' ,
2121 description = 'Adds converse.js (javascript XMPP client) to Django' ,
22- version = '0.2.2 ' ,
22+ version = '0.2.3 ' ,
2323 long_description = read ('README.rst' ),
2424 packages = ['conversejs' ,
2525 'conversejs.migrations' ,
You can’t perform that action at this time.
0 commit comments