diff --git a/CHANGES.rst b/CHANGES.rst index 8e2294f..37dc7dc 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,12 @@ Change Log ========== +0.8.0 +----- +* Add `dddp.server` Django app to serve Meteor application files. +* Show input params after traceback if exception occurs in API methods. +* Small pylint cleanups. + 0.7.0 ----- * Refactor serialization to improve performance through reduced number diff --git a/setup.py b/setup.py index 0cf0318..05e6896 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup, find_packages setup( name='django-ddp', - version='0.7.0', + version='0.8.0', description=__doc__, long_description=open('README.rst').read(), author='Tyson Clugg',