mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-05-01 04:04:58 +00:00
Merge tag '0.7.0' into develop
Version 0.7.0
This commit is contained in:
commit
6ce582cded
2 changed files with 8 additions and 1 deletions
|
|
@ -1,6 +1,13 @@
|
|||
Change Log
|
||||
==========
|
||||
|
||||
0.7.0
|
||||
-----
|
||||
* Refactor serialization to improve performance through reduced number
|
||||
of database queries, especially on sub/unsub.
|
||||
* Fix login/logout user subscription, now emitting user `added`/
|
||||
`removed` upon `login`/`logout` respectively.
|
||||
|
||||
0.6.5
|
||||
-----
|
||||
* Use OrderedDict for geventwebsocket.Resource spec to support
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -5,7 +5,7 @@ from setuptools import setup, find_packages
|
|||
|
||||
setup(
|
||||
name='django-ddp',
|
||||
version='0.6.5',
|
||||
version='0.7.0',
|
||||
description=__doc__,
|
||||
long_description=open('README.rst').read(),
|
||||
author='Tyson Clugg',
|
||||
|
|
|
|||
Loading…
Reference in a new issue