mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-03-16 22:40:24 +00:00
Updated CHANGES.rst, bump version number.
This commit is contained in:
parent
92b42e365b
commit
246acfbdff
2 changed files with 5 additions and 1 deletions
|
|
@ -1,6 +1,10 @@
|
|||
Change Log
|
||||
==========
|
||||
|
||||
0.9.7
|
||||
-----
|
||||
* Updated Accounts hashing to prevent cross-purposing auth tokens.
|
||||
|
||||
0.9.6
|
||||
-----
|
||||
* Correct method signature to match Meteor Accounts.resetPassword in
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -5,7 +5,7 @@ from setuptools import setup, find_packages
|
|||
|
||||
setup(
|
||||
name='django-ddp',
|
||||
version='0.9.6',
|
||||
version='0.9.7',
|
||||
description=__doc__,
|
||||
long_description=open('README.rst').read(),
|
||||
author='Tyson Clugg',
|
||||
|
|
|
|||
Loading…
Reference in a new issue