Browse Source

🔖 Release FastAPI version 0.109.2

pull/11093/head
Sebastián Ramírez 1 year ago
parent
commit
57b0983948
  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.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).

2
fastapi/__init__.py

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

Loading…
Cancel
Save