Browse Source

🔖 Release version 0.94.1

pull/9264/head 0.94.1
Sebastián Ramírez 2 years ago
parent
commit
ef176c6631
  1. 5
      docs/en/docs/release-notes.md
  2. 2
      fastapi/__init__.py

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

@ -2,6 +2,11 @@
## Latest Changes
## 0.94.1
### Fixes
* 🎨 Fix types for lifespan, upgrade Starlette to 0.26.1. PR [#9245](https://github.com/tiangolo/fastapi/pull/9245) by [@tiangolo](https://github.com/tiangolo).
## 0.94.0

2
fastapi/__init__.py

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

Loading…
Cancel
Save