]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.104.0 0.104.0
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 18 Oct 2023 12:51:07 +0000 (16:51 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Wed, 18 Oct 2023 12:51:07 +0000 (16:51 +0400)
docs/en/docs/release-notes.md
fastapi/__init__.py

index e49394e725955efd1a5e2eda754620dff656151a..b78b2cb5af475a61c1a8e289d2e6685485a5f9a8 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.104.0
+
 ## Features
 
 * âœ¨ Add reference (code API) docs with PEP 727, add subclass with custom docstrings for `BackgroundTasks`, refactor docs structure. PR [#10392](https://github.com/tiangolo/fastapi/pull/10392) by [@tiangolo](https://github.com/tiangolo). New docs at [FastAPI Reference - Code API](https://fastapi.tiangolo.com/reference/).
index 981ca49455a34e34f1414b0e04b8d9874135c94b..4fdb155c2ad44202c23b8d3785bf712a407a129c 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.103.2"
+__version__ = "0.104.0"
 
 from starlette import status as status