Skip to content

Commit

Permalink
Version 0.24.0 (#2147)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex authored Nov 4, 2023
1 parent dff1a46 commit 5f142a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.24.0 - 2023-11-04

### Added

- Support Python 3.12 (#2145) 04/11/23
- Allow setting `app` via environment variable `UVICORN_APP` (#2106) 21/09/23

## 0.23.2 - 2023-07-31

### 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.2"
__version__ = "0.24.0"
__all__ = ["main", "run", "Config", "Server"]

0 comments on commit 5f142a8

Please sign in to comment.