Releasing version 0.13.1

This commit is contained in:
Andrew Godwin 2016-06-28 15:27:14 -07:00
parent 2422c6382b
commit 5d8a5f14eb
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
0.13.1 (2016-06-28)
-------------------
* Bad WebSocket handshakes now return 400 and an error messages
rather than 500 with no content.
0.13.0 (2016-06-22)
-------------------

View File

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