Skip to content

Commit f39933c

Browse files
authored
Version 0.27.0.post1 (#2239)
1 parent bda1c8a commit f39933c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.27.0.post1 - 2024-01-29
4+
5+
### Fixed
6+
7+
- Fix nav overrides for newer version of Mkdocs Material (#2233) 26/01/24
8+
39
## 0.27.0 - 2024-01-20
410

511
### Added

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

0 commit comments

Comments
 (0)