Skip to content

Commit

Permalink
Version 0.17.1 (#1343)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex authored Jan 28, 2022
1 parent fc6e056 commit 4adff7b
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,5 +1,12 @@
# Change Log

## 0.17.1 - 2022-01-28

### Fixed

- Move all data handling logic to protocol and ensure connection is closed. (#1332) 28/01/22
- Change `spec_version` field from "2.1" to "2.3", as Uvicorn is compliant with that version of the ASGI specifications. (#1337) 25/01/22

## 0.17.0.post1 - 2022-01-24

### 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.0.post1"
__version__ = "0.17.1"
__all__ = ["main", "run", "Config", "Server"]

0 comments on commit 4adff7b

Please sign in to comment.