mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-05-15 11:03:14 +00:00
Merge tag '0.8.0' into develop
Version 0.8.0
This commit is contained in:
commit
8a7cd2d55f
2 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
2
setup.py
2
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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue