Skip to content

Commit

Permalink
🔖 Release version 0.73.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Jan 23, 2022
1 parent cbe8d55 commit 291180b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/en/docs/release-notes.md
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion fastapi/__init__.py
@@ -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

Expand Down

0 comments on commit 291180b

Please sign in to comment.