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