🔖 Release version 0.109.0

This commit is contained in:
Sebastián Ramírez 2024-01-11 16:32:00 +01:00
parent 7c1aeb5db2
commit cb95d1cb89
2 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,8 @@ hide:
## Latest Changes
## 0.109.0
### Features
* ✨ Add support for Python 3.12. PR [#10666](https://github.com/tiangolo/fastapi/pull/10666) by [@Jamim](https://github.com/Jamim).

View File

@ -1,6 +1,6 @@
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
__version__ = "0.108.0"
__version__ = "0.109.0"
from starlette import status as status