]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:rocket: Bump version and add Release Notes 0.1.19
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 1 Feb 2019 10:23:20 +0000 (14:23 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 1 Feb 2019 10:23:20 +0000 (14:23 +0400)
docs/release-notes.md [new file with mode: 0644]
fastapi/__init__.py
mkdocs.yml

diff --git a/docs/release-notes.md b/docs/release-notes.md
new file mode 100644 (file)
index 0000000..e9af315
--- /dev/null
@@ -0,0 +1,3 @@
+## 0.1.19
+
+* Upgrade Starlette version to the current latest `0.10.1`: <a href="https://github.com/tiangolo/fastapi/pull/17" target="_blank">#17</a> by <a href="https://github.com/euri10" target="_blank">@euri10</a>
index dff85a230f5ff73e461c70bba7a43abf29661836..5e8e2bdf203c5c0767526e568dd160519b93557c 100644 (file)
@@ -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
index 83542a3d22fac65646f99fab1454ed3a326ac903..f8a3b31167fcb870f954a2a033ef05f8ec70a40a 100644 (file)
@@ -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: