]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.85.0 0.85.0
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 15 Sep 2022 13:57:23 +0000 (15:57 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Thu, 15 Sep 2022 13:57:23 +0000 (15:57 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index bac9dbc872202f656eda718d2d21e1c39fa0e941..b789a1a02a8ef43603ffdbcc3236c1aca8c5c2aa 100644 (file)
@@ -2,6 +2,9 @@
 
 ## Latest Changes
 
+
+## 0.85.0
+
 ### Features
 
 * â¬† Upgrade version required of Starlette from `0.19.1` to `0.20.4`. Initial PR [#4820](https://github.com/tiangolo/fastapi/pull/4820) by [@Kludex](https://github.com/Kludex).
index d6d159794b4cb2bc895d583317ffab8a9f1e1d59..167bf4f855499db5dd2d0ed2cdc2bfbe6d6fc5cb 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.84.0"
+__version__ = "0.85.0"
 
 from starlette import status as status