]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:bookmark: Release version 0.29.0 0.29.0
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 6 Jun 2019 10:31:50 +0000 (14:31 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Thu, 6 Jun 2019 10:31:50 +0000 (14:31 +0400)
docs/release-notes.md
fastapi/__init__.py

index 0d9185621339ad8dd3c5e2293238eb1f051fe1d1..4c475f79a518803ea7dd67d5ec1a79b934a2c509 100644 (file)
@@ -1,5 +1,7 @@
 ## Latest changes
 
+## 0.29.0
+
 * Add support for declaring a `Response` parameter:
     * This allows declaring:
         * [Response Cookies](https://fastapi.tiangolo.com/tutorial/response-cookies/).
index 308fe5b3ba1ab94fd2a23d6ed9d9e52e8fa5c1b7..8199c879abd5d531fbaa7d15f03e8e0d06d761da 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.28.0"
+__version__ = "0.29.0"
 
 from starlette.background import BackgroundTasks