Update CHANGES.rst, bump version number.

This commit is contained in:
Tyson Clugg 2015-08-10 16:39:37 +10:00
parent 5ec27b669c
commit 573886d96f
2 changed files with 8 additions and 1 deletions

View file

@ -1,6 +1,13 @@
Change Log
==========
0.10.2
------
* Add `Logs` publication that can be configured to emit logs via DDP
through the use of the `dddp.logging.DDPHandler` log handler.
* Add option to dddp daemon to provide a BackdoorServer (telnet) for
interactive debugging (REPL) at runtime.
0.10.1
------
* Bugfix dddp.accounts forgot_password feature.

View file

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