Skip to content

Commit c7c96ca

Browse files
committed
Bumping version
1 parent 89416c9 commit c7c96ca

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES.rst

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

44

5-
0.2.8 (not released)
5+
0.2.8 (2013-10-20)
66
------------
77

88
- Python 2.6 compatibility fixes [chenhouwu]
99
- Allowing http responses to be gziped [chenhouwu]
1010
- Fixing Digest-MD5 conformity issues [chenhouwu]
11+
- Converse.js updated to 0.6.6 [seocam]
1112

1213

1314
0.2.7 (2013-10-17)

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

0 commit comments

Comments
 (0)