mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-04-27 18:24:52 +00:00
Updated CHANGES.rst, bump version number.
This commit is contained in:
parent
b059dcbeb0
commit
01b6466723
2 changed files with 5 additions and 1 deletions
|
|
@ -1,6 +1,10 @@
|
|||
Change Log
|
||||
==========
|
||||
|
||||
0.9.10
|
||||
------
|
||||
* Fix bug in Accounts.forgotPassword implementation.
|
||||
|
||||
0.9.9
|
||||
-----
|
||||
* Match return values for Accounts.changePassword and
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -5,7 +5,7 @@ from setuptools import setup, find_packages
|
|||
|
||||
setup(
|
||||
name='django-ddp',
|
||||
version='0.9.9',
|
||||
version='0.9.10',
|
||||
description=__doc__,
|
||||
long_description=open('README.rst').read(),
|
||||
author='Tyson Clugg',
|
||||
|
|
|
|||
Loading…
Reference in a new issue