mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-05-01 04:04:58 +00:00
Bump version number to 0.6.0, update changelog.
This commit is contained in:
parent
53ec18cd33
commit
c031582418
2 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue