From: Sebastián Ramírez Date: Fri, 1 Feb 2019 10:23:20 +0000 (+0400) Subject: :rocket: Bump version and add Release Notes X-Git-Tag: 0.1.19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6d9fc08a7e6bcb9f78e677ba6992ef0f1a17ccb4;p=thirdparty%2Ffastapi%2Ffastapi.git :rocket: Bump version and add Release Notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md new file mode 100644 index 0000000000..e9af315ca9 --- /dev/null +++ b/docs/release-notes.md @@ -0,0 +1,3 @@ +## 0.1.19 + +* Upgrade Starlette version to the current latest `0.10.1`: #17 by @euri10 diff --git a/fastapi/__init__.py b/fastapi/__init__.py index dff85a230f..5e8e2bdf20 100644 --- a/fastapi/__init__.py +++ b/fastapi/__init__.py @@ -1,6 +1,6 @@ """FastAPI framework, high performance, easy to learn, fast to code, ready for production""" -__version__ = "0.1.18" +__version__ = "0.1.19" from .applications import FastAPI from .routing import APIRouter diff --git a/mkdocs.yml b/mkdocs.yml index 83542a3d22..f8a3b31167 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -64,6 +64,7 @@ nav: - Project Generation - Template: 'project-generation.md' - Alternatives, Inspiration and Comparisons: 'alternatives.md' - Benchmarks: 'benchmarks.md' + - Release Notes: release-notes.md markdown_extensions: - markdown.extensions.codehilite: