Skip to content

Commit 9ff6004

Browse files
authored
Version 0.40.0 (#2773)
1 parent 19df042 commit 9ff6004

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

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.40.0 (December 21, 2025)
6+
7+
### Remove
8+
9+
* Drop support for Python 3.9 (#2772)
10+
511
## 0.39.0 (December 21, 2025)
612

713
### Fixed

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

0 commit comments

Comments
 (0)