Browse Source

🔖 Release version 0.110.3

pull/11500/head 0.110.3
Sebastián Ramírez 1 year ago
parent
commit
32be95dd86
  1. 2
      docs/en/docs/release-notes.md
  2. 2
      fastapi/__init__.py

2
docs/en/docs/release-notes.md

@ -5,6 +5,8 @@ hide:
# Release Notes
## 0.110.3
## Latest Changes
### Docs

2
fastapi/__init__.py

@ -1,6 +1,6 @@
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
__version__ = "0.110.3.dev2"
__version__ = "0.110.3"
from starlette import status as status

Loading…
Cancel
Save