Skip to content

Commit 6c912ef

Browse files
committed
Bumping version
1 parent df51d78 commit 6c912ef

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ Changelog
22
=========
33

44

5+
0.2.9 (2013-11-26)
6+
------------
7+
8+
- Adding timeout to BOSH connections [seocam]
9+
- Adding function to change user password [LuanP]
10+
- Moving/refactor registration functions to xmpp.py [LuanP]
11+
- Better error handling on xmpp connections [LuanP]
12+
13+
514
0.2.8 (2013-10-20)
615
------------
716

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

0 commit comments

Comments
 (0)