]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.56.0 0.56.0
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 11 Jun 2020 22:22:17 +0000 (00:22 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Thu, 11 Jun 2020 22:22:17 +0000 (00:22 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index ba40725eb1b0f800ce3ce9abf04d075aa4530547..9b26f2c534c076f819b73b0f90f965dcee71121f 100644 (file)
@@ -2,6 +2,8 @@
 
 ## Latest changes
 
+## 0.56.0
+
 * Add support for ASGI `root_path`:
     * Use `root_path` internally for mounted applications, so that OpenAPI and the docs UI works automatically without extra configurations and parameters.
     * Add new `root_path` parameter for `FastAPI` applications to provide it in cases where it can be set with the command line (e.g. for Uvicorn and Hypercorn, with the parameter `--root-path`).
index eb083ec0e486e10e11ebffd45d7d66669e0383c7..a0244bfaf529120621bf50b1a2894d882b533d75 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.55.1"
+__version__ = "0.56.0"
 
 from starlette import status