]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.94.0 0.94.0
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 10 Mar 2023 19:00:49 +0000 (20:00 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 10 Mar 2023 19:00:49 +0000 (20:00 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 9ff7e8793719f32024e4748402fddedbe17c78cf..192fa7a6bf0a80669017ec1a653bb1912bbdd7a7 100644 (file)
@@ -2,6 +2,9 @@
 
 ## Latest Changes
 
+
+## 0.94.0
+
 ### Upgrades
 
 * â¬† Upgrade python-multipart to support 0.0.6. PR [#9212](https://github.com/tiangolo/fastapi/pull/9212) by [@musicinmybrain](https://github.com/musicinmybrain).
index afa5405c59bd02c0cc8fade739e88f7e52b40358..e71b648f9d2fc573dbbd4371c1a36c42688f65c7 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.93.0"
+__version__ = "0.94.0"
 
 from starlette import status as status