mirror of
https://github.com/django/daphne.git
synced 2025-07-13 17:32:17 +03:00
Releasing 0.15.1
This commit is contained in:
parent
92012fbc27
commit
efcf08d768
|
@ -1,3 +1,11 @@
|
||||||
|
0.15.1 (2016-06-29)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Class based consumers now have a self.kwargs
|
||||||
|
|
||||||
|
* Fixed bug where empty streaming responses did not send headers or status code
|
||||||
|
|
||||||
|
|
||||||
0.15.0 (2016-06-22)
|
0.15.0 (2016-06-22)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
__version__ = "0.15.0"
|
__version__ = "0.15.1"
|
||||||
|
|
||||||
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