]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:bookmark: Release 0.40.0 0.40.0
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 4 Oct 2019 20:38:03 +0000 (15:38 -0500)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 4 Oct 2019 20:38:03 +0000 (15:38 -0500)
docs/release-notes.md
fastapi/__init__.py

index 508db79e9f29a42ab762b1c96e3bd3b481d0ce24..9491c7d3f892cf31a29914ffb525c2264f53ff21 100644 (file)
@@ -1,5 +1,7 @@
 ## Latest changes
 
+## 0.40.0
+
 * Add notes to docs about installing `python-multipart` when using forms. PR [#574](https://github.com/tiangolo/fastapi/pull/574) by [@sliptonic](https://github.com/sliptonic).
 * Generate OpenAPI schemas in alphabetical order. PR [#554](https://github.com/tiangolo/fastapi/pull/554) by [@dmontagu](https://github.com/dmontagu).
 * Add support for truncating docstrings from *path operation functions*.
index 4ab612254feb00fce463b9c34f58dbd9d6d80840..dd6fd0398eb1dd7e72fa8798d6f9d04a48d68628 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.39.0"
+__version__ = "0.40.0"
 
 from starlette.background import BackgroundTasks