Browse Source

🔖 Release version 0.87.0

pull/5599/head 0.87.0
Sebastián Ramírez 2 years ago
parent
commit
63a5ffcf57
  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.86.0"
__version__ = "0.87.0"
from starlette import status as status

Loading…
Cancel
Save