]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.92.0 0.92.0
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 14 Feb 2023 09:17:53 +0000 (10:17 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Tue, 14 Feb 2023 09:17:53 +0000 (10:17 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index a46d44f823249b41ec653a8e10ffed048726cff2..7a2cdc35a5efb75892e433a82ff5bd9a0a0291b5 100644 (file)
@@ -2,6 +2,9 @@
 
 ## Latest Changes
 
+
+## 0.92.0
+
 ðŸš¨ This is a security fix. Please upgrade as soon as possible.
 
 ### Upgrades
index f26dc09a0b116ca7a632c6551e52292732d301c2..33875c7fa73a08142179e2d290fc476ce41b8010 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.91.0"
+__version__ = "0.92.0"
 
 from starlette import status as status