]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.115.1 0.115.1
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 12 Oct 2024 09:51:09 +0000 (11:51 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 12 Oct 2024 09:51:09 +0000 (11:51 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 07035bf940ffcf4966db48e2a3e63fba435afd4a..4843370e71b53058331d8fc1efb81de033ee0e51 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.115.1
+
 ### Fixes
 
 * 🐛 Fix openapi generation with responses kwarg. PR [#10895](https://github.com/fastapi/fastapi/pull/10895) by [@flxdot](https://github.com/flxdot).
index 7dd74c28f01f5ed97528032e640babc633b56384..09c8074edacbb8fadf2be03e3757b3126a5c8e6d 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.115.0"
+__version__ = "0.115.1"
 
 from starlette import status as status