]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:bookmark: Release version 0.50.0 0.50.0
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 29 Feb 2020 20:49:09 +0000 (21:49 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 29 Feb 2020 20:49:09 +0000 (21:49 +0100)
docs/release-notes.md
fastapi/__init__.py

index ad8fbdd2753abe2ad3960f5aa742bc342c51ef40..a87cdc60ee097aa2269ed0dffd8f9c198e102f74 100644 (file)
@@ -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.
index 952b353693b4d38e5850834f3d18bd0f7feca095..313bc5e193fa71f0fc2d80041b50cd3c5b4cfc08 100644 (file)
@@ -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