mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-03-16 22:40:24 +00:00
Update CHANGES.rst, bump version number.
This commit is contained in:
parent
5ec27b669c
commit
573886d96f
2 changed files with 8 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue