Bump version number to 0.6.0, update changelog.

This commit is contained in:
Tyson Clugg 2015-05-12 14:42:05 +10:00
parent 53ec18cd33
commit c031582418
2 changed files with 7 additions and 1 deletions

View file

@ -1,6 +1,12 @@
Change Log
==========
0.6.0
-----
* Add dddp.accounts module which provides password based auth mapping to
django.contrib.auth module.
* Fix ordering of change messages and result message in method calls.
0.5.0
-----
* Drop relations to sessions.Session as WebSocket requests don't have

View file

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