mirror of
https://github.com/django/daphne.git
synced 2024-11-11 02:26:35 +03:00
Releasing 0.14.0
This commit is contained in:
parent
d9ba4c500a
commit
ac7af23df1
|
@ -1,3 +1,11 @@
|
|||
0.14.0 (2016-07-06)
|
||||
-------------------
|
||||
|
||||
* Consumption of websocket.connect is now required (channels 0.16 enforces
|
||||
this); getting backpressure on it now results in the socket being
|
||||
force closed.
|
||||
|
||||
|
||||
0.13.1 (2016-06-28)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = "0.13.1"
|
||||
__version__ = "0.14.0"
|
||||
|
|
Loading…
Reference in New Issue
Block a user