Releasing 0.9.1

This commit is contained in:
Andrew Godwin 2016-03-01 00:09:33 -08:00
parent 7b83471e6c
commit d445844061
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
0.9.1 (2016-03-01)
------------------
* Main thread actually idles rather than sitting at 100%
* WebSocket packets have an "order" attribute attached
* WebSocket upgrade header detection is now case insensitive
0.9 (2016-02-21)
----------------

View File

@ -1 +1 @@
__version__ = "0.9"
__version__ = "0.9.1"