Browse Source

🔖 Release version 0.70.0

pull/3953/head
Sebastián Ramírez 4 years ago
parent
commit
5d80e02ae8
  1. 3
      docs/en/docs/release-notes.md
  2. 2
      fastapi/__init__.py

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

@ -2,6 +2,9 @@
## Latest Changes
## 0.70.0
This release just upgrades Starlette to the latest version, `0.16.0`, which includes several bug fixes and some small breaking changes.
These last **three consecutive releases** are independent so that you can **migrate gradually**:

2
fastapi/__init__.py

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

Loading…
Cancel
Save