Releasing 0.12.1

This commit is contained in:
Andrew Godwin 2016-05-18 10:14:27 -07:00
parent d786329abb
commit 8b751ca249
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
0.12.1 (2016-05-18)
-------------------
* Fixed bug where a non-ASCII byte in URL paths would crash the HTTP parser
without a response; now returns 400, and hardening in place to catch most
other errors and return a 500.
* WebSocket header format now matches HTTP header format and the ASGI spec.
No update needed to channels library, but user code may need updating.
0.12.0 (2016-05-07)
-------------------

View File

@ -1 +1 @@
__version__ = "0.12.0"
__version__ = "0.12.1"