Skip to content

Commit bf04afb

Browse files
authored
Version 0.24.0.post1 (#2149)
1 parent cb91510 commit bf04afb

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.24.0.post1 - 2023-11-06
4+
5+
### Fixed
6+
7+
* Revert mkdocs-material from 9.1.21 to 9.2.6 (#2148) 05/11/23
8+
39
## 0.24.0 - 2023-11-04
410

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

0 commit comments

Comments
 (0)