Skip to content

Commit

Permalink
Version 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchristie committed Oct 31, 2019
1 parent 95c83d9 commit 080d5e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion uvicorn/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from uvicorn.config import Config
from uvicorn.main import Server, main, run

__version__ = "0.10.1"
__version__ = "0.10.2"
__all__ = ["main", "run", "Config", "Server"]
2 changes: 1 addition & 1 deletion uvicorn/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
@click.option(
"--proxy-headers/--no-proxy-headers",
is_flag=True,
default=None,
default=True,
help="Enable/Disable X-Forwarded-Proto, X-Forwarded-For, X-Forwarded-Port to populate remote address info.",
)
@click.option(
Expand Down

0 comments on commit 080d5e0

Please sign in to comment.