From 6d9fc08a7e6bcb9f78e677ba6992ef0f1a17ccb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Fri, 1 Feb 2019 14:23:20 +0400 Subject: [PATCH] :rocket: Bump version and add Release Notes --- docs/release-notes.md | 3 +++ fastapi/__init__.py | 2 +- mkdocs.yml | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 docs/release-notes.md diff --git a/docs/release-notes.md b/docs/release-notes.md new file mode 100644 index 000000000..e9af315ca --- /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 dff85a230..5e8e2bdf2 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 83542a3d2..f8a3b3116 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: