8000 πŸ”– Release version 0.81.0 Β· fastapi/fastapi@0bb8920 Β· GitHub
[go: up one dir, main page]

Skip to content

Commit 0bb8920

Browse files
committed
πŸ”– Release version 0.81.0
1 parent 95c182a commit 0bb8920

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

β€Ždocs/en/docs/release-notes.mdβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Latest Changes
44

5+
6+
## 0.81.0
7+
58
### Features
69

710
* ✨ Add ReDoc `<noscript>` warning when JS is disabled. PR [#5074](https://github.com/tiangolo/fastapi/pull/5074) by [@evroon](https://github.com/evroon).

β€Žfastapi/__init__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
22

3-
__version__ = "0.80.0"
3+
__version__ = "0.81.0"
44

55
from starlette import status as status
66

0 commit comments

Comments
Β (0)
0