Skip to content

Commit f3040fb

Browse files
authored
Version 0.23.2 (#2063)
1 parent 13588e5 commit f3040fb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.23.2 - 2023-07-31
4+
5+
### Fixed
6+
7+
- Maintain the same behavior of `websockets` from 10.4 on 11.0 (#2061) 30/07/23
8+
39
## 0.23.1 - 2023-07-18
410

511
### 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.23.1"
4+
__version__ = "0.23.2"
55
__all__ = ["main", "run", "Config", "Server"]

0 commit comments

Comments
 (0)