mirror of
https://github.com/django/daphne.git
synced 2025-04-21 01:02:06 +03:00
Releasing 0.9.5
This commit is contained in:
parent
df8a9dbbd1
commit
a06026c99a
|
@ -1,3 +1,11 @@
|
|||
0.9.5 (2016-03-10)
|
||||
------------------
|
||||
|
||||
* `runworker` now has an --alias option to specify a different channel layer
|
||||
|
||||
* `runserver` correctly falls back to WSGI mode if no channel layers configured
|
||||
|
||||
|
||||
0.9.4 (2016-03-08)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = "0.9.4"
|
||||
__version__ = "0.9.5"
|
||||
|
||||
default_app_config = 'channels.apps.ChannelsConfig'
|
||||
DEFAULT_CHANNEL_LAYER = 'default'
|
||||
|
|
Loading…
Reference in New Issue
Block a user