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

index bd78ca7c8a898d09288080cb16dce8b099658946..eab3d56f498f944eb082e976ed0a3caf70b5ce18 100644 (file)
@@ -2,6 +2,9 @@
 
 ## Latest Changes
 
+
+## 0.89.1
+
 ### Fixes
 
 * 🐛 Ignore Response classes on return annotation. PR [#5855](https://github.com/tiangolo/fastapi/pull/5855) by [@Kludex](https://github.com/Kludex). See the new docs in the PR below.
index bda10f04369552e724a69743ceffd709cfdecb34..07ed78ffa6ca262f364139a6392d64784065f27e 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.89.0"
+__version__ = "0.89.1"
 
 from starlette import status as status