Browse Source

🔖 Release version 0.50.0

pull/1059/head 0.50.0
Sebastián Ramírez 5 years ago
parent
commit
f2bd2c44e2
  1. 2
      docs/release-notes.md
  2. 2
      fastapi/__init__.py

2
docs/release-notes.md

@ -1,5 +1,7 @@
## Latest changes
## 0.50.0
* Add link to Release Notes from docs about pinning versions for deployment. PR [#1058](https://github.com/tiangolo/fastapi/pull/1058).
* Upgrade code to use the latest version of Starlette, including:
* Several bug fixes.

2
fastapi/__init__.py

@ -1,6 +1,6 @@
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
__version__ = "0.49.2"
__version__ = "0.50.0"
from starlette.background import BackgroundTasks

Loading…
Cancel
Save