Releasing 2.2.3

This commit is contained in:
Andrew Godwin 2018-11-06 10:27:18 -08:00
parent 20f2bc93d4
commit 5722d4e7ea
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
2.2.3 (2018-11-06)
------------------
* Enforce that response headers are only bytestrings, rather than allowing
unicode strings and coercing them into bytes.
* New command-line options to set proxy header names: --proxy-headers-host and
--proxy-headers-port.
2.2.2 (2018-08-16)
------------------

View File

@ -1 +1 @@
__version__ = "2.2.2"
__version__ = "2.2.3"