]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.120.0 0.120.0
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 23 Oct 2025 20:54:45 +0000 (22:54 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Thu, 23 Oct 2025 20:54:45 +0000 (22:54 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 14e587935db29e66f10f3ed9a78e891c7a7ec07a..4925bbfe46b2404444d7970bee1e94175d3da0cc 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.120.0
+
 There are no major nor breaking changes in this release. ☕️
 
 The internal reference documentation now uses `annotated_doc.Doc` instead of `typing_extensions.Doc`, this adds a new (very small) dependency on [`annotated-doc`](https://github.com/fastapi/annotated-doc), a package made just to provide that `Doc` documentation utility class.
index a7164d18f297e5687791a002b03c54cbc4d80bea..46198eadadc10694b192730c971ea7e2b7e5c941 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.119.1"
+__version__ = "0.120.0"
 
 from starlette import status as status