Releasing 0.13.0

This commit is contained in:
Andrew Godwin 2016-06-22 09:48:37 -07:00
parent fd5928c1b1
commit da3cce79d0
2 changed files with 8 additions and 1 deletions

View File

@ -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)
-------------------

View File

@ -1 +1 @@
__version__ = "0.12.2"
__version__ = "0.13.0"