]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.73.0 0.73.0
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 23 Jan 2022 22:38:51 +0000 (23:38 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 23 Jan 2022 22:38:51 +0000 (23:38 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index e75d46706b8988779f1ac484461706cc11379e1c..68b75e70281a28c95701eb934d3e2352af6b9af3 100644 (file)
@@ -2,6 +2,8 @@
 
 ## Latest Changes
 
+## 0.73.0
+
 ### Features
 
 * âœ¨ Add support for declaring `UploadFile` parameters without explicit `File()`. PR [#4469](https://github.com/tiangolo/fastapi/pull/4469) by [@tiangolo](https://github.com/tiangolo). New docs: [Request Files - File Parameters with UploadFile](https://fastapi.tiangolo.com/tutorial/request-files/#file-parameters-with-uploadfile).
index d83fe6fbd0c927cb9905e625a2be49e9bf38e318..8718788fa284dfa5a10eb7e445810adea13b589b 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.72.0"
+__version__ = "0.73.0"
 
 from starlette import status as status