Skip to content

Commit 3850ad6

Browse files
authored
Version 0.38.0 (#2733)
1 parent 9b3f17a commit 3850ad6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/release-notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
toc_depth: 2
33
---
44

5+
## 0.38.0 (October 18, 2025)
6+
7+
### Added
8+
9+
* Support Python 3.14 (#2723)
10+
511
## 0.37.0 (September 23, 2025)
612

713
### Added

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.37.0"
4+
__version__ = "0.38.0"
55
__all__ = ["main", "run", "Config", "Server"]

0 commit comments

Comments
 (0)