Skip to content

Commit 695820a

Browse files
authored
Version 0.34.1 (#2612)
1 parent 56c45db commit 695820a

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.34.1 (April 13, 2025)
6+
7+
### Deprecated
8+
9+
* Deprecate `ServerState` in the main module (#2581)
10+
511
## 0.34.0 (December 15, 2024)
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.34.0"
4+
__version__ = "0.34.1"
55
__all__ = ["main", "run", "Config", "Server"]

0 commit comments

Comments
 (0)