]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.118.3 0.118.3
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 10 Oct 2025 10:34:39 +0000 (12:34 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 10 Oct 2025 10:34:39 +0000 (12:34 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index b6c74e87e976f242ad6c59bbb1658444f77bb705..55a9415356047c307def1bd7088e8c343ce1df08 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.118.3
+
 ### Upgrades
 
 * ⬆️ Add support for Python 3.14. PR [#14165](https://github.com/fastapi/fastapi/pull/14165) by [@svlandeg](https://github.com/svlandeg).
index cd606969c5c59a5607f1135df7c64ba76df14ce8..297d993d69171451fdb797173f761f172bd87e29 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.118.2"
+__version__ = "0.118.3"
 
 from starlette import status as status