Update CHANGES.rst, bump version number.

This commit is contained in:
Tyson Clugg 2015-08-10 18:50:36 +10:00
parent 7083c5c92f
commit edac793c2e
2 changed files with 6 additions and 1 deletions

View file

@ -1,6 +1,11 @@
Change Log
==========
0.11.0
------
* Support more than 8KB of change data by splitting large payloads into
multiple chunks.
0.10.2
------
* Add `Logs` publication that can be configured to emit logs via DDP

View file

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