Merge tag '0.9.8' into develop

v0.9.8
This commit is contained in:
Tyson Clugg 2015-07-08 11:18:25 +10:00
commit f00c450a6c
2 changed files with 5 additions and 1 deletions

View file

@ -1,6 +1,10 @@
Change Log
==========
0.9.8
-----
* Fix method signature for Accouts.changePassword.
0.9.7
-----
* Updated Accounts hashing to prevent cross-purposing auth tokens.

View file

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