Releasing 0.14.3

This commit is contained in:
Andrew Godwin 2016-07-21 15:05:16 -04:00
parent da40761b95
commit a249d6a69c
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
0.14.3 (2016-07-21)
-------------------
* File descriptors can now be passed on the commandline for process managers
that pass sockets along like this.
* websocket.disconnect messages now come with a "code" attribute matching the
WebSocket spec.
* A memory leak in request logging has been fixed.
0.14.2 (2016-07-07)
-------------------

View File

@ -1 +1 @@
__version__ = "0.14.2"
__version__ = "0.14.3"