]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.107.0 0.107.0
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 26 Dec 2023 19:04:08 +0000 (20:04 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Tue, 26 Dec 2023 19:04:08 +0000 (20:04 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index d165ba52fbbc7e545cec90a4b7dfe57644e87d3a..f7b6207c243fa10566a4436be1b01674ddb70c7a 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.107.0
+
 ### Upgrades
 
 * ⬆️ Upgrade Starlette to 0.28.0. PR [#9636](https://github.com/tiangolo/fastapi/pull/9636) by [@adriangb](https://github.com/adriangb).
index 4348bd98e4dad632c4383decef2af2476c5a281f..8a22b74b6759c9f86bb2898941d41b0245e7e1da 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.106.0"
+__version__ = "0.107.0"
 
 from starlette import status as status