]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release FastAPI version 0.109.2
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 4 Feb 2024 21:21:53 +0000 (22:21 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 4 Feb 2024 21:21:53 +0000 (22:21 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 490952466ccbfd83ae51f9e4c7e0a70437d0793d..71b79bccca1b5cce1c27fe42d0b4c0003b372a18 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.109.2
+
 ### Upgrades
 
 * ⬆️ Upgrade version of Starlette to `>= 0.36.3`. PR [#11086](https://github.com/tiangolo/fastapi/pull/11086) by [@tiangolo](https://github.com/tiangolo).
index fedd8b419166485f313886d18bec82f845421ada..3458b9e5b958e5a315773f524de06f1d296f7f02 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.109.1"
+__version__ = "0.109.2"
 
 from starlette import status as status