]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:bookmark: Release 0.10.2 0.10.2
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 29 Mar 2019 11:17:34 +0000 (15:17 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 29 Mar 2019 11:17:34 +0000 (15:17 +0400)
docs/release-notes.md
fastapi/__init__.py

index f3059d72b77273843b417197124a431d278c3dbb..826db1bb39b26ec0fa5326779915297357a39ca8 100644 (file)
@@ -1,5 +1,7 @@
 ## Next release
 
+## 0.10.2
+
 * Fix OpenAPI (JSON Schema) for declarations of Python `Union` (JSON Schema `additionalProperties`). PR <a href="https://github.com/tiangolo/fastapi/pull/121" target="_blank">#121</a>.
 
 * Update <a href="https://fastapi.tiangolo.com/tutorial/background-tasks/" target="_blank">Background Tasks</a> with a note on Celery.
index 9c71e935c5408b52ee44df73c539c6c9ccf750db..274a1e70921fd2b619bd268b1024ead1502e77ff 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.10.1"
+__version__ = "0.10.2"
 
 from starlette.background import BackgroundTasks