mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-05-18 12:31:10 +00:00
Update CHANGES.rst, bump version number.
This commit is contained in:
parent
df6bf73687
commit
b792989601
2 changed files with 6 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue