🔖 Release version 0.81.0

This commit is contained in:
Sebastián Ramírez 2022-08-26 17:18:44 +02:00
parent 95c182a42c
commit 0bb8920ae1
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,9 @@
## Latest Changes
## 0.81.0
### Features
* ✨ Add ReDoc `<noscript>` warning when JS is disabled. PR [#5074](https://github.com/tiangolo/fastapi/pull/5074) by [@evroon](https://github.com/evroon).

View File

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