Skip to content

Commit f2bd2c4

Browse files
committed
🔖 Release version 0.50.0
1 parent f0beab1 commit f2bd2c4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Latest changes
22

3+
## 0.50.0
4+
35
* Add link to Release Notes from docs about pinning versions for deployment. PR [#1058](https://github.com/tiangolo/fastapi/pull/1058).
46
* Upgrade code to use the latest version of Starlette, including:
57
* Several bug fixes.

fastapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
22

3-
__version__ = "0.49.2"
3+
__version__ = "0.50.0"
44

55
from starlette.background import BackgroundTasks
66

0 commit comments

Comments
 (0)