]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.89.0 0.89.0
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 7 Jan 2023 17:17:10 +0000 (21:17 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 7 Jan 2023 17:17:10 +0000 (21:17 +0400)
docs/en/docs/release-notes.md
fastapi/__init__.py

index dcbc0254a1372721685f746c0a8e81727ae52880..cdafa68998c02b34aecc228917913cf426c99382 100644 (file)
@@ -2,6 +2,8 @@
 
 ## Latest Changes
 
+## 0.89.0
+
 ### Features
 
 * âœ¨ Add support for function return type annotations to declare the `response_model`. Initial PR [#1436](https://github.com/tiangolo/fastapi/pull/1436) by [@uriyyo](https://github.com/uriyyo).
index 037d9804b5cb4db2e9f0ed4f7c4f96c81dc130d8..bda10f04369552e724a69743ceffd709cfdecb34 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.88.0"
+__version__ = "0.89.0"
 
 from starlette import status as status