Releasing 0.9.4

This commit is contained in:
Andrew Godwin 2016-03-08 10:20:08 -08:00
parent 930d71039e
commit a2d64f9335
2 changed files with 11 additions and 1 deletions

View File

@ -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)
------------------

View File

@ -1,4 +1,4 @@
__version__ = "0.9.3"
__version__ = "0.9.4"
default_app_config = 'channels.apps.ChannelsConfig'
DEFAULT_CHANNEL_LAYER = 'default'