Skip to content

Commit a500513

Browse files
authored
Version 0.33.0 (#2539)
1 parent 038f8ef commit a500513

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.33.0 (2024-12-14)
4+
5+
### Removed
6+
7+
* Remove `WatchGod` support for `--reload` [#2536](https://github.com/encode/uvicorn/pull/2536)
8+
39
## 0.32.1 (2024-11-20)
410

511
### Fixed

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

0 commit comments

Comments
 (0)