Releasing 0.16.1

This commit is contained in:
Andrew Godwin 2016-07-12 15:13:05 -07:00
parent e7a354e03c
commit 27d064328a
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
0.16.1 (2016-07-12)
-------------------
* WebsocketConsumer now has a http_user option for auto user sessions.
* consumer_started and consumer_finished signals are now available under
channels.signals.
* Database connections are closed whenever a consumer finishes.
0.16.0 (2016-07-06)
-------------------

View File

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