Releasing 1.0.1

This commit is contained in:
Andrew Godwin 2017-01-09 22:10:18 -08:00
parent 8a93dfc401
commit 2650505eab
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
1.0.1 (2017-01-09)
------------------
* WebSocket generic views now accept connections by default in their connect
handler for better backwards compatibility.
1.0.0 (2017-01-08)
------------------

View File

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