Skip to content

Commit

Permalink
Release version 0.11.6 (#705)
Browse files Browse the repository at this point in the history
* πŸ“ Update changelog

* πŸ”– Release version 0.11.6

* πŸ‘Œ Update/simplify changelog
  • Loading branch information
tiangolo committed Jul 17, 2020
1 parent 6757386 commit f623916
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 f623916

Please sign in to comment.