Merge tag '0.6.2' into develop

Version 0.6.2 - bugfix release.
This commit is contained in:
Tyson Clugg 2015-05-20 15:07:36 +10:00
commit 86be4fbd32
2 changed files with 6 additions and 1 deletions

View file

@ -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.

View file

@ -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',