]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:bookmark: Release version 0.51.0 0.51.0
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 1 Mar 2020 21:02:51 +0000 (22:02 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 1 Mar 2020 21:02:51 +0000 (22:02 +0100)
docs/release-notes.md
fastapi/__init__.py

index 29e229ee6c9dd5fee6503ea223c92a5c36a425ef..f3b42e535d5a4eaa20d92aa3eabc36a710b15da9 100644 (file)
@@ -1,5 +1,7 @@
 ## Latest changes
 
+## 0.51.0
+
 * Re-export utils from Starlette:
     * This allows using things like `from fastapi.responses import JSONResponse` instead of `from starlette.responses import JSONResponse`.
     * It's mainly syntax sugar, a convenience for developer experience.
index b558d111e0e6fa41f06a2f8f56bfd47f8256332a..680abe9010636538d5f4cad7fd3662d9336f0a57 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.50.0"
+__version__ = "0.51.0"
 
 from starlette import status