Releasing 0.15.1

This commit is contained in:
Andrew Godwin 2016-06-29 14:54:01 -07:00
parent 92012fbc27
commit efcf08d768
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
0.15.1 (2016-06-29)
-------------------
* Class based consumers now have a self.kwargs
* Fixed bug where empty streaming responses did not send headers or status code
0.15.0 (2016-06-22)
-------------------

View File

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