mirror of https://github.com/tiangolo/fastapi.git
🔖 Release version 0.87.0
This commit is contained in:
parent
da1c67338f
commit
63a5ffcf57
|
|
@ -1,6 +1,6 @@
|
|||
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
|
||||
|
||||
__version__ = "0.86.0"
|
||||
__version__ = "0.87.0"
|
||||
|
||||
from starlette import status as status
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue