]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.85.2 0.85.2
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 31 Oct 2022 18:57:16 +0000 (19:57 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Mon, 31 Oct 2022 18:57:16 +0000 (19:57 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 8537ddaf5c9ad072f160234b75a872f11f633854..c6911566aafc939aaf7b519aef1c1f3c2bc062ad 100644 (file)
@@ -2,6 +2,9 @@
 
 ## Latest Changes
 
+
+## 0.85.2
+
 ### Docs
 
 * ✏ Fix grammar and add helpful links to dependencies in `docs/en/docs/async.md`. PR [#5432](https://github.com/tiangolo/fastapi/pull/5432) by [@pamelafox](https://github.com/pamelafox).
index 7ccb625637523d998ff4268e5af45b21c5464cc7..cb1b063aaee724eb8349e90d4b7f5b0dfa60f145 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.85.1"
+__version__ = "0.85.2"
 
 from starlette import status as status