mirror of
https://github.com/django/daphne.git
synced 2025-07-11 00:12:18 +03:00
Releasing 0.14.0
This commit is contained in:
parent
982a47a9df
commit
1168ca670e
|
@ -1,3 +1,13 @@
|
||||||
|
0.14.0 (2016-05-25)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Class-based consumer pattern and WebSocket consumer now come with Channels
|
||||||
|
(see docs for more details)
|
||||||
|
|
||||||
|
* Better testing utilities including a higher-level Client abstraction with
|
||||||
|
optional HTTP/WebSocket HttpClient variant.
|
||||||
|
|
||||||
|
|
||||||
0.13.1 (2016-05-13)
|
0.13.1 (2016-05-13)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
__version__ = "0.13.1"
|
__version__ = "0.14.0"
|
||||||
|
|
||||||
default_app_config = 'channels.apps.ChannelsConfig'
|
default_app_config = 'channels.apps.ChannelsConfig'
|
||||||
DEFAULT_CHANNEL_LAYER = 'default'
|
DEFAULT_CHANNEL_LAYER = 'default'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user