Releasing 0.17.0

This commit is contained in:
Andrew Godwin 2016-07-19 08:55:48 -04:00
parent e15f6ead6f
commit ad8f4663c8
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
0.17.0 (2016-07-19)
-------------------
* Data Binding framework is added, which allows easy tying of model changes
to WebSockets (and other protocols) and vice-versa.
* Standardised WebSocket/JSON multiplexing introduced
* WebSocket generic consumers now have a 'close' argument on send/group_send
0.16.1 (2016-07-12)
-------------------

View File

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