Releasing 0.9.5

This commit is contained in:
Andrew Godwin 2016-03-10 17:57:57 -08:00
parent df8a9dbbd1
commit a06026c99a
2 changed files with 9 additions and 1 deletions

View File

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

View File

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