mirror of
https://github.com/django/daphne.git
synced 2025-07-14 09:52:17 +03:00
Releasing 0.9.4
This commit is contained in:
parent
930d71039e
commit
a2d64f9335
|
@ -1,3 +1,13 @@
|
||||||
|
0.9.4 (2016-03-08)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
* Worker processes now exit gracefully (finish their current processing) when
|
||||||
|
sent SIGTERM or SIGINT.
|
||||||
|
|
||||||
|
* `runserver` now has a shorter than standard HTTP timeout configured
|
||||||
|
of 60 seconds.
|
||||||
|
|
||||||
|
|
||||||
0.9.3 (2016-02-28)
|
0.9.3 (2016-02-28)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
__version__ = "0.9.3"
|
__version__ = "0.9.4"
|
||||||
|
|
||||||
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