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

index f82577e0cae107581fff19d57dfa29aba0b547e4..3c7936ea97624776978cc5334b096051aca8af94 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.108.0
+
 ### Upgrades
 
 * ⬆️ Upgrade Starlette to `>=0.29.0,<0.33.0`, update docs and usage of templates with new Starlette arguments. PR [#10846](https://github.com/tiangolo/fastapi/pull/10846) by [@tiangolo](https://github.com/tiangolo).
index 8a22b74b6759c9f86bb2898941d41b0245e7e1da..02ac83b5e4aee6a0687b4a62f780d307ceb61b10 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.107.0"
+__version__ = "0.108.0"
 
 from starlette import status as status