mirror of https://github.com/tiangolo/fastapi.git
🔖 Release 0.32.0, as PR ##347 might be a breaking change
in some specific cases
This commit is contained in:
parent
d1e2e46b80
commit
e620aeb46d
|
|
@ -1,6 +1,6 @@
|
|||
## Latest changes
|
||||
|
||||
## 0.31.1
|
||||
## 0.32.0
|
||||
|
||||
* Fix typo in docs for features. PR [#380](https://github.com/tiangolo/fastapi/pull/380) by [@MartinoMensio](https://github.com/MartinoMensio).
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
|
||||
|
||||
__version__ = "0.31.1"
|
||||
__version__ = "0.32.0"
|
||||
|
||||
from starlette.background import BackgroundTasks
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue