Browse Source

🔖 Release version 0.109.0

pull/10941/head 0.109.0
Sebastián Ramírez 1 year ago
parent
commit
cb95d1cb89
  1. 2
      docs/en/docs/release-notes.md
  2. 2
      fastapi/__init__.py

2
docs/en/docs/release-notes.md

@ -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).

2
fastapi/__init__.py

@ -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

Loading…
Cancel
Save