Skip to content

Commit

Permalink
Bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
seocam committed Nov 26, 2013
1 parent df51d78 commit 6c912ef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@ Changelog
=========


0.2.9 (2013-11-26)
------------

- Adding timeout to BOSH connections [seocam]
- Adding function to change user password [LuanP]
- Moving/refactor registration functions to xmpp.py [LuanP]
- Better error handling on xmpp connections [LuanP]


0.2.8 (2013-10-20)
------------

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.8',
version='0.2.9',
long_description=read('README.rst'),
packages=['conversejs',
'conversejs.migrations',
Expand Down

0 comments on commit 6c912ef

Please sign in to comment.