Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b2b756e

Browse files
Version 0.11.5 (Kludex#660)
1 parent 2a9bb72 commit b2b756e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

‎CHANGELOG.md‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
# Change Log
22

3+
## 0.11.5
4+
5+
* Revert "Watch all files, not just .py" due to unexpected side effects.
6+
* Revert "Pass through gunicorn timeout config." due to unexpected side effects.
7+
38
## 0.11.4
49

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

714
## 0.11.3
815

‎uvicorn/__init__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from uvicorn.config import Config
22
from uvicorn.main import Server, main, run
33

4-
__version__ = "0.11.4"
4+
__version__ = "0.11.5"
55
__all__ = ["main", "run", "Config", "Server"]

0 commit comments

Comments
 (0)