]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.115.14 0.115.14
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 26 Jun 2025 15:26:32 +0000 (17:26 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Thu, 26 Jun 2025 15:26:32 +0000 (17:26 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index fdfe3a49b363a70dfdc866e0086fcfcbf706bcee..77f460fde4e3562bfcd06325f37819ad37fbec46 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.115.14
+
 ### Fixes
 
 * 🐛 Fix support for unions when using `Form`. PR [#13827](https://github.com/fastapi/fastapi/pull/13827) by [@patrick91](https://github.com/patrick91).
index 1768d02047ccc07a23dd33ec3eeae5b33eff1a3a..e672ec9e5bdb360e8ef69981895b1f9f92ac803d 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.115.13"
+__version__ = "0.115.14"
 
 from starlette import status as status