Update CHANGES.rst, bump version number.

This commit is contained in:
Tyson Clugg 2015-07-07 14:36:08 +10:00
parent df6bf73687
commit b792989601
2 changed files with 6 additions and 1 deletions

View file

@ -1,6 +1,11 @@
Change Log
==========
0.9.6
-----
* Correct method signature to match Meteor Accounts.resetPassword in
dddp.accounts submodule.
0.9.5
-----
* Include array of `permissions` on User publication.

View file

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