Merge tag '0.6.5' into develop

Release version 0.6.5
This commit is contained in:
Tyson Clugg 2015-05-27 15:19:57 +10:00
commit d495123027
2 changed files with 6 additions and 1 deletions

View file

@ -1,6 +1,11 @@
Change Log
==========
0.6.5
-----
* Use OrderedDict for geventwebsocket.Resource spec to support
geventwebsockets 0.9.4 and above.
0.6.4
-----
* Send `removed` messages when client unsubscribes from publications.

View file

@ -5,7 +5,7 @@ from setuptools import setup, find_packages
setup(
name='django-ddp',
version='0.6.4',
version='0.6.5',
description=__doc__,
long_description=open('README.rst').read(),
author='Tyson Clugg',