]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:bookmark: Release 0.19.0 0.19.0
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 26 Apr 2019 09:48:30 +0000 (13:48 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 26 Apr 2019 09:48:30 +0000 (13:48 +0400)
docs/release-notes.md
fastapi/__init__.py

index 2bb69aeb87a89b7124d538e0c356732cfc3f0d5b..9eddb6babf1712fcac38a9b283d2a7d88003b0a9 100644 (file)
@@ -1,5 +1,7 @@
 ## Next release
 
+## 0.19.0
+
 * Rename *path operation decorator* parameter `content_type` to `response_class`. PR <a href="https://github.com/tiangolo/fastapi/pull/183" target="_blank">#183</a>.
 
 * Add docs:
index 686cad6ceff9c3bf88312abe529a794c2590983b..8ecf90dfbd99896dd9a2a52e19c18c109454e79f 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.18.0"
+__version__ = "0.19.0"
 
 from starlette.background import BackgroundTasks