Skip to content

Commit

Permalink
Merge pull request #3 from encode/master
Browse files Browse the repository at this point in the history
Release version 0.11.6 (encode#705)
  • Loading branch information
sthagen committed Jul 21, 2020
2 parents 8b9e4c1 + f623916 commit 47e48ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Change Log

## 0.11.6

* Fix overriding the root logger.

## 0.11.5

* Revert "Watch all files, not just .py" due to unexpected side effects.
Expand Down
2 changes: 1 addition & 1 deletion uvicorn/__init__.py
@@ -1,5 +1,5 @@
from uvicorn.config import Config
from uvicorn.main import Server, main, run

__version__ = "0.11.5"
__version__ = "0.11.6"
__all__ = ["main", "run", "Config", "Server"]

0 comments on commit 47e48ae

Please sign in to comment.