]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.112.0 0.112.0
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 2 Aug 2024 06:09:03 +0000 (01:09 -0500)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 2 Aug 2024 06:09:03 +0000 (01:09 -0500)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 70142b434c53651f2d0f4903478e8a2eb27164da..bcfdb07cf251c76ab331ff345cf09f3a3ac57269 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.112.0
+
 ### Breaking Changes
 
 * ♻️ Add support for `pip install "fastapi[standard]"` with standard dependencies and `python -m fastapi`. PR [#11935](https://github.com/fastapi/fastapi/pull/11935) by [@tiangolo](https://github.com/tiangolo).
index 4d60bc7dea3e5fc6d7bf447ec72730e68cff6630..3413dffc81ec0afc26f2cbb95c316b84dcaa85c1 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.111.1"
+__version__ = "0.112.0"
 
 from starlette import status as status