Skip to content

Commit f05e792

Browse files
committed
Bumping version
1 parent 72269a1 commit f05e792

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGES.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ Changelog
22
=========
33

44

5-
Not released
5+
0.2.6 (2013-09-19)
66
------------
77

88
- Added converse.js fonticons to static files [seocam]
9+
- Converse.js updated. Version 0.6.4 still used but with a patch applied to CSS to avoid clashing with Bootstrap. [seocam]
10+
- Updating setup to use pure-sasl from PyPI [seocam]
911

1012

1113
0.2.5 (2013-09-16)

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

0 commit comments

Comments
 (0)