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

index 647b51b1979ab936bf381b06fc48c9f6add1a117..97f472815245d3f2ecdd6341eb69f6fe3c5e605e 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.114.1
+
 ### Refactors
 
 * ⚡️ Improve performance in request body parsing with a cache for internal model fields. PR [#12184](https://github.com/fastapi/fastapi/pull/12184) by [@tiangolo](https://github.com/tiangolo).
index dce17360f9397b64b6baf35dc8c1f880538d9395..c2ed4859a77bb2b60b8b7f6e9fab5281e161a084 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.114.0"
+__version__ = "0.114.1"
 
 from starlette import status as status