Skip to content

Commit

Permalink
Version 0.11.2 (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchristie authored Jan 20, 2020
1 parent 4b3117c commit bfb2dcc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 0.11.2

* Don't open socket until after application startup.
* Support `--backlog`.

## 0.11.1

* Use a more liberal `h11` dependency. Either `0.8.*` or `0.9.*``.
Expand Down
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.11.1"
__version__ = "0.11.2"
__all__ = ["main", "run", "Config", "Server"]

0 comments on commit bfb2dcc

Please sign in to comment.