]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.115.4 0.115.4
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 27 Oct 2024 21:51:55 +0000 (21:51 +0000)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 27 Oct 2024 21:51:55 +0000 (21:51 +0000)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 4445419e517a87d5f65315af8a7e1cd8710fa227..ea6896f2293ceaf2bb0ad169705273f5ad6b0823 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.115.4
+
 ### Refactors
 
 * ♻️ Update logic to import and check `python-multipart` for compatibility with newer version. PR [#12627](https://github.com/fastapi/fastapi/pull/12627) by [@tiangolo](https://github.com/tiangolo).
index 64d5dd39b273c97f1dfba502fdfb2baad3122edb..51e3ca5107d5a250b478a5adef6324ad5521a17c 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.115.3"
+__version__ = "0.115.4"
 
 from starlette import status as status