Releasing 1.4.0

This commit is contained in:
Andrew Godwin 2018-01-02 11:39:58 -08:00
parent f9233d4b47
commit 13e7804187
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
1.4.0 (2018-01-02)
------------------
* The X-Forwarded-Proto header can now be used to pass along protocol from
a reverse proxy.
* WebSocket headers are now correctly always passed as bytestrings.
1.3.0 (2017-06-16)
------------------

View File

@ -1 +1 @@
__version__ = "1.3.0"
__version__ = "1.4.0"