Browse Source

🔖 Release version 0.102.0

pull/10150/head 0.102.0
Sebastián Ramírez 2 years ago
parent
commit
9cf9e1084d
  1. 1
      docs/en/docs/release-notes.md
  2. 2
      fastapi/__init__.py

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

@ -2,6 +2,7 @@
## Latest Changes
## 0.102.0
### Features

2
fastapi/__init__.py

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

Loading…
Cancel
Save