Skip to content

Commit

Permalink
Version 0.27.1 (#2250)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex authored Feb 10, 2024
1 parent 2ff704b commit bd552df
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# Change Log

## 0.27.1 - 2024-02-10

- Fix spurious LocalProtocolError errors when processing pipelined requests (#2243) 10/02/24

## 0.27.0.post1 - 2024-01-29

### Fixed

- Fix nav overrides for newer version of Mkdocs Material (#2233) 26/01/24

## 0.27.0 - 2024-01-20
## 0.27.0 - 2024-01-22

### Added

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

**Documentation**: [https://www.uvicorn.org](https://www.uvicorn.org)

**Requirements**: Python 3.8+
---

Uvicorn is an ASGI web server implementation for Python.

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

0 comments on commit bd552df

Please sign in to comment.