]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.120.1 0.120.1
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 27 Oct 2025 17:51:46 +0000 (18:51 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Mon, 27 Oct 2025 17:51:46 +0000 (18:51 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 8f39a3c317fd41555c7528d32687a10e8e503d06..dd3f002f213a20ab8e58a03ea28b1ded4c691f73 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.120.1
+
 ### Upgrades
 
 * ⬆️ Bump Starlette to <`0.50.0`. PR [#14234](https://github.com/fastapi/fastapi/pull/14234) by [@YuriiMotov](https://github.com/YuriiMotov).
index 46198eadadc10694b192730c971ea7e2b7e5c941..787c52ddae0cd2dd1b19b3c81fb2bd01bc3ebe13 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.120.0"
+__version__ = "0.120.1"
 
 from starlette import status as status