]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.81.0 0.81.0
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 26 Aug 2022 15:18:44 +0000 (17:18 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 26 Aug 2022 15:18:44 +0000 (17:18 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 0985a0cea4f16f58a1bb6ed63fd8c3fc80434882..ebd9de50b7b28a7a01643df43a60e9612e4f4e8a 100644 (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).
index 3dc86cadf0deb151dc927f5da846eec76257d1b5..3688ec89f021e311f3644da3c82315fb3f4728af 100644 (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