Releasing 2.2.2

This commit is contained in:
Andrew Godwin 2018-08-16 21:34:50 -07:00
parent 5fe47cbbed
commit 47358c7c79
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
2.2.2 (2018-08-16)
------------------
* X-Forwarded-Proto support is now present and enabled if you turn on the
--proxy-headers flag
* ASGI applications are no longer instantiated in a thread (the ASGI spec
was finalised to say all constructors must be non-blocking on the main thread)
2.2.1 (2018-07-22)
------------------

View File

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