mirror of
https://github.com/django/daphne.git
synced 2024-11-25 01:03:45 +03:00
Releasing 0.13.0
This commit is contained in:
parent
fd5928c1b1
commit
da3cce79d0
|
@ -1,3 +1,10 @@
|
|||
0.13.0 (2016-06-22)
|
||||
-------------------
|
||||
|
||||
* Query strings are now sent as bytestrings and the application is responsible
|
||||
for decoding. Ensure you're running Channels 0.15 or higher.
|
||||
|
||||
|
||||
0.12.2 (2016-06-21)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = "0.12.2"
|
||||
__version__ = "0.13.0"
|
||||
|
|
Loading…
Reference in New Issue
Block a user