mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-04-28 10:44:53 +00:00
Merge tag '0.6.2' into develop
Version 0.6.2 - bugfix release.
This commit is contained in:
commit
86be4fbd32
2 changed files with 6 additions and 1 deletions
|
|
@ -1,6 +1,11 @@
|
|||
Change Log
|
||||
==========
|
||||
|
||||
0.6.2
|
||||
-----
|
||||
* Bugfix issue where DDP connection thread stops sending messages after
|
||||
changing item that has subscribers for other connections but not self.
|
||||
|
||||
0.6.1
|
||||
-----
|
||||
* Fix `createUser` method to login new user after creation.
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -5,7 +5,7 @@ from setuptools import setup, find_packages
|
|||
|
||||
setup(
|
||||
name='django-ddp',
|
||||
version='0.6.1',
|
||||
version='0.6.2',
|
||||
description=__doc__,
|
||||
long_description=open('README.rst').read(),
|
||||
author='Tyson Clugg',
|
||||
|
|
|
|||
Loading…
Reference in a new issue