]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.105.0
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 12 Dec 2023 00:32:48 +0000 (00:32 +0000)
committerSebastián Ramírez <tiangolo@gmail.com>
Tue, 12 Dec 2023 00:32:48 +0000 (00:32 +0000)
docs/en/docs/release-notes.md
fastapi/__init__.py

index a3517f51deee7d2de76a65b065f5e090c9135d11..2d60a6aa95a49dc2571df3a8372f24e4d3596c83 100644 (file)
@@ -5,9 +5,9 @@ hide:
 
 # Release Notes
 
-## Latest Changes
+## 0.105.0
 
-* ðŸ”§ Update sponsors, add Scalar. PR [#10728](https://github.com/tiangolo/fastapi/pull/10728) by [@tiangolo](https://github.com/tiangolo).
+## Latest Changes
 
 ### Features
 
@@ -23,6 +23,7 @@ hide:
 
 ### Internal
 
+* ðŸ”§ Update sponsors, add Scalar. PR [#10728](https://github.com/tiangolo/fastapi/pull/10728) by [@tiangolo](https://github.com/tiangolo).
 * ðŸ”§ Update sponsors, add PropelAuth. PR [#10760](https://github.com/tiangolo/fastapi/pull/10760) by [@tiangolo](https://github.com/tiangolo).
 * ðŸ‘· Update build docs, verify README on CI. PR [#10750](https://github.com/tiangolo/fastapi/pull/10750) by [@tiangolo](https://github.com/tiangolo).
 * ðŸ”§ Update sponsors, remove Fern. PR [#10729](https://github.com/tiangolo/fastapi/pull/10729) by [@tiangolo](https://github.com/tiangolo).
index c81f09b27eea8974dab8061452318d20bd498975..dd16ea34db1eb1cb61b120c1f25e2499b17536b4 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.104.1"
+__version__ = "0.105.0"
 
 from starlette import status as status