mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-04-19 22:51:00 +00:00
Merge tag '0.6.5' into develop
Release version 0.6.5
This commit is contained in:
commit
d495123027
2 changed files with 6 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue