]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:bookmark: Release version 0.25.0 0.25.0
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 27 May 2019 16:21:03 +0000 (20:21 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Mon, 27 May 2019 16:21:03 +0000 (20:21 +0400)
docs/release-notes.md
fastapi/__init__.py

index 5259505b58f314199527b68b1af719f617217d90..4701a9b9d38f2715a73c2443842ae2c67287a508 100644 (file)
@@ -1,5 +1,7 @@
 ## Next release
 
+## 0.25.0
+
 * Add support for Pydantic's `include`, `exclude`, `by_alias`.
     * Update documentation: [Response Model](https://fastapi.tiangolo.com/tutorial/response-model/#response_model_include-and-response_model_exclude).
     * Add docs for: [Body - updates](https://fastapi.tiangolo.com/tutorial/body-updates/), using Pydantic's `skip_defaults`.
index bc4edbe04d8ae74c26b8feae7c1d9334f33c0148..f240125c7fa713d5674a7370cebffa049701d849 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.24.0"
+__version__ = "0.25.0"
 
 from starlette.background import BackgroundTasks