Releasing 0.10.3

This commit is contained in:
Andrew Godwin 2016-03-29 11:43:54 +01:00
parent 6fa258f386
commit 8f40ad1d68
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
0.10.3 (2016-03-29)
-------------------
* Better error messages for wrongly-constructed routing lists
* Error when trying to use signed cookie backend with channel_session
* ASGI group_expiry implemented on database channel backend
0.10.2 (2016-03-23)
-------------------

View File

@ -1,4 +1,4 @@
__version__ = "0.10.2"
__version__ = "0.10.3"
default_app_config = 'channels.apps.ChannelsConfig'
DEFAULT_CHANNEL_LAYER = 'default'