mirror of
https://github.com/django/daphne.git
synced 2025-04-21 01:02:06 +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)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = "0.9.3"
|
||||
__version__ = "0.9.4"
|
||||
|
||||
default_app_config = 'channels.apps.ChannelsConfig'
|
||||
DEFAULT_CHANNEL_LAYER = 'default'
|
||||
|
|
Loading…
Reference in New Issue
Block a user