Releasing 0.9.2

This commit is contained in:
Andrew Godwin 2016-03-02 16:59:37 -08:00
parent a5cf4c0961
commit 6a7de0b6fd
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,10 @@
0.9.2 (2016-03-02)
------------------
* HTTP requests now time out after a configurable amount of time and return 503
(default is 2 minutes)
0.9.1 (2016-03-01)
------------------
@ -7,6 +14,7 @@
* WebSocket upgrade header detection is now case insensitive
0.9 (2016-02-21)
----------------

View File

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