Skip to content

Commit bdf95fd

Browse files
authored
Version 0.34.2 (#2616)
1 parent 86dc456 commit bdf95fd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/release-notes.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
toc_depth: 2
33
---
44

5+
## 0.34.2 (April 19, 2025)
6+
7+
### Fixed
8+
9+
* Flush stdout buffer on Windows to trigger reload (#2604)
10+
511
## 0.34.1 (April 13, 2025)
612

713
### Deprecated

uvicorn/__init__.py

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

0 commit comments

Comments
 (0)