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

Skip to content

Commit bd552df

Browse files
authored
Version 0.27.1 (Kludex#2250)
1 parent 2ff704b commit bd552df

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

‎CHANGELOG.md‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# Change Log
22

3+
## 0.27.1 - 2024-02-10
4+
5+
- Fix spurious LocalProtocolError errors when processing pipelined requests (#2243) 10/02/24
6+
37
## 0.27.0.post1 - 2024-01-29
48

59
### Fixed
610

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

9-
## 0.27.0 - 2024-01-20
13+
## 0.27.0 - 2024-01-22
1014

1115
### Added
1216

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

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

17-
**Requirements**: Python 3.8+
17+
---
1818

1919
Uvicorn is an ASGI web server implementation for Python.
2020

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

0 commit comments

Comments
 (0)