Skip to content

Commit

Permalink
Bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
seocam committed Aug 31, 2013
1 parent e3c2d03 commit 1cf0a6e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
Changelog
=========

master
0.2.3 (2013-08-31)
------------------

- Removed duplicated request asking for SASL DIGEST-MD5 challenge [seocam]
- Updating converse.js from 0.6.1 to 0.6.2 [seocam]


0.2.2 (2013-08-28)
------------------

- Updating converse.js to from 0.5 to 0.6.1 [seocam]
- Updating converse.js from 0.5 to 0.6.1 [seocam]
- Using distribute instead of distutils [seocam]


Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ conversejs.forms as a start point.
Converse.js Version
-------------------

We currently ship Converse.js **v0.6.1**.
We currently ship Converse.js **v0.6.2**.

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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def read(*parts):
setup(
name='django-conversejs',
description='Adds converse.js (javascript XMPP client) to Django',
version='0.2.2',
version='0.2.3',
long_description=read('README.rst'),
packages=['conversejs',
'conversejs.migrations',
Expand Down

0 comments on commit 1cf0a6e

Please sign in to comment.