Skip to content

Commit 8d27236

Browse files
committed
🔖 Release version 0.100.1
1 parent effa578 commit 8d27236

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/en/docs/release-notes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Latest Changes
44

5+
6+
## 0.100.1
7+
58
### Fixes
69

710
* 🐛 Replace `MultHostUrl` to `AnyUrl` for compatibility with older versions of Pydantic v1. PR [#9852](https://github.com/tiangolo/fastapi/pull/9852) by [@Kludex](https://github.com/Kludex).

fastapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
22

3-
__version__ = "0.100.0"
3+
__version__ = "0.100.1"
44

55
from starlette import status as status
66

0 commit comments

Comments
 (0)