Merge branch 'release/0.8.1'

This commit is contained in:
Tyson Clugg 2015-06-10 17:51:20 +10:00
commit 43ef81e9cc
4 changed files with 10 additions and 1 deletions

3
.gitignore vendored
View file

@ -55,3 +55,6 @@ target/
# Rope
.ropeproject/
# Editor cruft
*.swp

View file

@ -1,6 +1,11 @@
Change Log
==========
0.8.1
-----
* Add missing dependency on `pybars3` used to render boilerplate HTML
template when serving Meteor application files.
0.8.0
-----
* Add `dddp.server` Django app to serve Meteor application files.

Binary file not shown.

View file

@ -5,7 +5,7 @@ from setuptools import setup, find_packages
setup(
name='django-ddp',
version='0.8.0',
version='0.8.1',
description=__doc__,
long_description=open('README.rst').read(),
author='Tyson Clugg',
@ -21,6 +21,7 @@ setup(
'meteor-ejson>=1.0',
'psycogreen>=1.0',
'django-dbarray>=0.2',
'pybars3>=0.9.1',
],
entry_points={
'console_scripts': [