Skip to content

Commit

Permalink
Version 0.11.5 (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchristie authored Apr 29, 2020
1 parent 2a9bb72 commit b2b756e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# Change Log

## 0.11.5

* Revert "Watch all files, not just .py" due to unexpected side effects.
* Revert "Pass through gunicorn timeout config." due to unexpected side effects.

## 0.11.4

* Use `watchgod`, if installed, for watching code changes.
* Watch all files, not just .py.
* Pass through gunicorn timeout config.

## 0.11.3

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.4"
__version__ = "0.11.5"
__all__ = ["main", "run", "Config", "Server"]

0 comments on commit b2b756e

Please sign in to comment.