]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.115.3 0.115.3
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 22 Oct 2024 14:26:52 +0000 (15:26 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Tue, 22 Oct 2024 14:26:52 +0000 (15:26 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 9cd739cf10577b22a2431639e584b9a6af1ae6b5..be8f67ad6dae9ffcc97dc2269f70c784c8836906 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.115.3
+
 ### Upgrades
 
 * ⬆️ Upgrade Starlette to `>=0.40.0,<0.42.0`. PR [#12469](https://github.com/fastapi/fastapi/pull/12469) by [@defnull](https://github.com/defnull).
index 77b52f35bd6957bd6cc89a904f4cc27d1565c17e..64d5dd39b273c97f1dfba502fdfb2baad3122edb 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.115.2"
+__version__ = "0.115.3"
 
 from starlette import status as status