Browse Source

🔖 Release version 0.112.4

pull/12130/head 0.112.4
Sebastián Ramírez 7 months ago
parent
commit
999eeb6c76
  1. 2
      fastapi/__init__.py

2
fastapi/__init__.py

@ -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…
Cancel
Save