]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.111.0
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 2 May 2024 22:50:18 +0000 (15:50 -0700)
committerSebastián Ramírez <tiangolo@gmail.com>
Thu, 2 May 2024 22:50:18 +0000 (15:50 -0700)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 0206e3aaefe728aaca6f50ecdd0de3dfc4826d54..f5723ac99c60a1fcbe32389b2edc2bea1d5e93f4 100644 (file)
@@ -5,10 +5,10 @@ hide:
 
 # Release Notes
 
-## 0.110.3
-
 ## Latest Changes
 
+## 0.111.0
+
 ### Features
 
 * ✨ Add FastAPI CLI, the new `fastapi` command. PR [#11522](https://github.com/tiangolo/fastapi/pull/11522) by [@tiangolo](https://github.com/tiangolo).
@@ -17,6 +17,8 @@ hide:
 
 * 🔧 Add configs and setup for `fastapi-slim` including optional extras `fastapi-slim[standard]`, and `fastapi` including by default the same `standard` extras. PR [#11503](https://github.com/tiangolo/fastapi/pull/11503) by [@tiangolo](https://github.com/tiangolo).
 
+## 0.110.3
+
 ### Docs
 
 * 📝 Update references to Python version, FastAPI supports all the current versions, no need to make the version explicit. PR [#11496](https://github.com/tiangolo/fastapi/pull/11496) by [@tiangolo](https://github.com/tiangolo).
index 006c0ec5ad4e99ec122935790742c831b1f1a7e1..04305ad8b1fa7048c97eccf2e5d26f1b230393bb 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.111.0.dev1"
+__version__ = "0.111.0"
 
 from starlette import status as status