Skip to content

Commit 1cf0a6e

Browse files
committed
Bumping version
1 parent e3c2d03 commit 1cf0a6e

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGES.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
Changelog
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

1011
0.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

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ conversejs.forms as a start point.
100100
Converse.js Version
101101
-------------------
102102

103-
We currently ship Converse.js **v0.6.1**.
103+
We currently ship Converse.js **v0.6.2**.
104104

105105
If you need a newer version, please open an issue or a pull request.
106106

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

0 commit comments

Comments
 (0)