]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.120.2 0.120.2
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 29 Oct 2025 13:44:41 +0000 (14:44 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Wed, 29 Oct 2025 13:44:41 +0000 (14:44 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 53b3393f6ee8b1aaf68207493120e1661c9a8aef..e2d1514c7fd49411de633973dda619581177cf8d 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.120.2
+
 ### Fixes
 
 * 🐛 Fix separation of schemas with nested models introduced in 0.119.0. PR [#14246](https://github.com/fastapi/fastapi/pull/14246) by [@tiangolo](https://github.com/tiangolo).
index 787c52ddae0cd2dd1b19b3c81fb2bd01bc3ebe13..a4c17a6bd823f902fc7a116d921a72a98d875b33 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.120.1"
+__version__ = "0.120.2"
 
 from starlette import status as status