]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.86.0 0.86.0
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 3 Nov 2022 21:17:44 +0000 (22:17 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Thu, 3 Nov 2022 21:17:44 +0000 (22:17 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index fc7b54fdfebf718ff269463def792c305c4b475f..dbbd5e41e96cf68e05a05ef09ae33fceb20f03b5 100644 (file)
@@ -2,6 +2,9 @@
 
 ## Latest Changes
 
+
+## 0.86.0
+
 ### Features
 
 * â¬† Add Python 3.11 to the officially supported versions. PR [#5587](https://github.com/tiangolo/fastapi/pull/5587) by [@tiangolo](https://github.com/tiangolo).
index cb1b063aaee724eb8349e90d4b7f5b0dfa60f145..a5c7aeb17600efab52d0c2b5b142a66590cd95ef 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.85.2"
+__version__ = "0.86.0"
 
 from starlette import status as status