Skip to content

Commit be1e3fa

Browse files
committed
🔖 Release version 0.110.2
1 parent 4ae63ae commit be1e3fa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/en/docs/release-notes.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ hide:
77

88
## Latest Changes
99

10+
## 0.110.2
11+
1012
### Fixes
1113

1214
* 🐛 Fix support for query parameters with list types, handle JSON encoding Pydantic `UndefinedType`. PR [#9929](https://github.com/tiangolo/fastapi/pull/9929) by [@arjwilliams](https://github.com/arjwilliams).

fastapi/__init__.py

+1-1
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.110.1"
3+
__version__ = "0.110.2"
44

55
from starlette import status as status
66

0 commit comments

Comments
 (0)