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

index 780f41ed32c557e7676955a72b170e90f9640b61..3ba765b0841639b33febb194ebc1836742d3c6d0 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.115.2
+
 ### Upgrades
 
 * ⬆️ Upgrade Starlette to `>=0.37.2,<0.41.0`. PR [#12431](https://github.com/fastapi/fastapi/pull/12431) by [@tiangolo](https://github.com/tiangolo).
index 09c8074edacbb8fadf2be03e3757b3126a5c8e6d..77b52f35bd6957bd6cc89a904f4cc27d1565c17e 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.115.1"
+__version__ = "0.115.2"
 
 from starlette import status as status