Skip to content

Commit

Permalink
Version 0.17.6 (#1401)
Browse files Browse the repository at this point in the history
* Version 0.17.6

* Update __init__.py
  • Loading branch information
Kludex authored Mar 11, 2022
1 parent 342ae82 commit 83986d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.17.6 - 2022-03-11

### Changed

- Change `httptools` range to `>=0.4.0` (#1400) 11/03/22

## 0.17.5 - 2022-02-16

### Fixed
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.17.5"
__version__ = "0.17.6"
__all__ = ["main", "run", "Config", "Server"]

0 comments on commit 83986d8

Please sign in to comment.