mirror of
https://github.com/django/daphne.git
synced 2025-04-21 01:02:06 +03:00
Releasing 1.0.1
This commit is contained in:
parent
8a93dfc401
commit
2650505eab
|
@ -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)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = "1.0.0"
|
||||
__version__ = "1.0.1"
|
||||
|
||||
default_app_config = 'channels.apps.ChannelsConfig'
|
||||
DEFAULT_CHANNEL_LAYER = 'default'
|
||||
|
|
Loading…
Reference in New Issue
Block a user