]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:bookmark: Release 0.20.0 0.20.0
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 27 Apr 2019 13:51:31 +0000 (17:51 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 27 Apr 2019 13:51:31 +0000 (17:51 +0400)
docs/release-notes.md
fastapi/__init__.py

index a71ac810b1a50e31738bb3f82591709a830326a7..9da246b888d2192ca50417dad1599d629e07d527 100644 (file)
@@ -1,5 +1,7 @@
 ## Next release
 
+## 0.20.0
+
 * Upgrade OAuth2:
     * Upgrade Password flow using Bearer tokens to use the correct HTTP status code 401 `UNAUTHORIZED`, with `WWW-Authenticate` headers.
     * Update, simplify, and improve all the <a href="https://fastapi.tiangolo.com/tutorial/security/intro/" target="_blank">security docs</a>.
index 8ecf90dfbd99896dd9a2a52e19c18c109454e79f..4587704deff2a40862e6c12126cdcdd2c87d3011 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.19.0"
+__version__ = "0.20.0"
 
 from starlette.background import BackgroundTasks