Update CHANGES.rst, bump version number.

This commit is contained in:
Tyson Clugg 2015-07-28 14:05:25 +10:00
parent 6ea0e71a74
commit ca2be7fec7
2 changed files with 5 additions and 1 deletions

View file

@ -1,6 +1,10 @@
Change Log
==========
0.10.1
------
* Bugfix dddp.accounts forgot_password feature.
0.10.0
------
* Stop processing request middleware upon connection - see

View file

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