]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.94.1 0.94.1
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 14 Mar 2023 02:27:11 +0000 (03:27 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Tue, 14 Mar 2023 02:27:11 +0000 (03:27 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 261e2f6970faaba37250f04ab981affb5e592a64..118ee1dc7e28a6bdc59b62a7a6e64eb46b1e1741 100644 (file)
@@ -2,6 +2,11 @@
 
 ## Latest Changes
 
+
+## 0.94.1
+
+### Fixes
+
 * ðŸŽ¨ Fix types for lifespan, upgrade Starlette to 0.26.1. PR [#9245](https://github.com/tiangolo/fastapi/pull/9245) by [@tiangolo](https://github.com/tiangolo).
 
 ## 0.94.0
index e71b648f9d2fc573dbbd4371c1a36c42688f65c7..05da7b759c3d8942fc9b0b8daa7fbcb2b83d9535 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.94.0"
+__version__ = "0.94.1"
 
 from starlette import status as status