Skip to content

Commit

Permalink
Version 0.29.0 (#2279)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Mar 20, 2024
1 parent 9e32e8e commit fe85206
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 0.29.0 - 2024-03-19

### Added

- Cooperative signal handling (#1600) 19/03/24

## 0.28.1 - 2024-03-19

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

__version__ = "0.28.1"
__version__ = "0.29.0"
__all__ = ["main", "run", "Config", "Server"]

0 comments on commit fe85206

Please sign in to comment.