Skip to content

Commit

Permalink
Version 0.23.2 (#2063)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Jul 31, 2023
1 parent 13588e5 commit f3040fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.23.2 - 2023-07-31

### Fixed

- Maintain the same behavior of `websockets` from 10.4 on 11.0 (#2061) 30/07/23

## 0.23.1 - 2023-07-18

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion uvicorn/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from uvicorn.config import Config
from uvicorn.main import Server, main, run

__version__ = "0.23.1"
__version__ = "0.23.2"
__all__ = ["main", "run", "Config", "Server"]

0 comments on commit f3040fb

Please sign in to comment.