mirror of
https://github.com/django/daphne.git
synced 2025-04-20 08:42:18 +03:00
Releasing 0.14.2
This commit is contained in:
parent
6fe841337d
commit
66c4b0cb67
|
@ -1,3 +1,10 @@
|
|||
0.14.2 (2016-06-16)
|
||||
-------------------
|
||||
|
||||
* Class based consumers now have built-in channel_session and
|
||||
channel_session_user support
|
||||
|
||||
|
||||
0.14.1 (2016-06-09)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = "0.14.1"
|
||||
__version__ = "0.14.2"
|
||||
|
||||
default_app_config = 'channels.apps.ChannelsConfig'
|
||||
DEFAULT_CHANNEL_LAYER = 'default'
|
||||
|
|
Loading…
Reference in New Issue
Block a user