]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.110.1 0.110.1
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 2 Apr 2024 03:17:13 +0000 (22:17 -0500)
committerSebastián Ramírez <tiangolo@gmail.com>
Tue, 2 Apr 2024 03:17:13 +0000 (22:17 -0500)
docs/en/docs/release-notes.md
fastapi/__init__.py

index b043a9a9be168ba2fa1f7955862da3427649c204..4a52475aa40624683f6d267c460c88f9dd6b5b3c 100644 (file)
@@ -7,7 +7,7 @@ hide:
 
 ## Latest Changes
 
-* ðŸ‘¥ Update FastAPI People. PR [#11387](https://github.com/tiangolo/fastapi/pull/11387) by [@tiangolo](https://github.com/tiangolo).
+## 0.110.1
 
 ### Fixes
 
@@ -174,6 +174,7 @@ hide:
 
 ### Internal
 
+* ðŸ‘¥ Update FastAPI People. PR [#11387](https://github.com/tiangolo/fastapi/pull/11387) by [@tiangolo](https://github.com/tiangolo).
 * â¬† Bump actions/cache from 3 to 4. PR [#10988](https://github.com/tiangolo/fastapi/pull/10988) by [@dependabot[bot]](https://github.com/apps/dependabot).
 * â¬† Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.14. PR [#11318](https://github.com/tiangolo/fastapi/pull/11318) by [@dependabot[bot]](https://github.com/apps/dependabot).
 * â¬† Bump pillow from 10.1.0 to 10.2.0. PR [#11011](https://github.com/tiangolo/fastapi/pull/11011) by [@dependabot[bot]](https://github.com/apps/dependabot).
index 234969256620dec20f1055ac1a3d022cc922771c..5a77101fb7236077a7d2754c864f8e10f89019c4 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.110.0"
+__version__ = "0.110.1"
 
 from starlette import status as status