Update CHANGES.rst, bump version number.

This commit is contained in:
Tyson Clugg 2015-07-18 14:11:50 +10:00
parent 4608996e9f
commit db33709b47
2 changed files with 6 additions and 1 deletions

View file

@ -1,6 +1,11 @@
Change Log
==========
0.9.14
------
* Fix ordering of user added vs login ready in dddp.accounts
authentication methods.
0.9.13
------
* Add dddp.models.get_object_ids helper function.

View file

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