]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:bookmark: Release version 0.48.0 0.48.0
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 4 Feb 2020 04:43:07 +0000 (05:43 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Tue, 4 Feb 2020 04:43:07 +0000 (05:43 +0100)
docs/release-notes.md
fastapi/__init__.py

index be0f5dc0e8dd9d21cc55b7614e4c47f428660f3f..2fb5e3f074929d8f15e3a096dff8637b40f32221 100644 (file)
@@ -1,5 +1,7 @@
 ## Latest changes
 
+## 0.48.0
+
 * Run linters first in tests to error out faster. PR [#948](https://github.com/tiangolo/fastapi/pull/948).
 * Log warning about `email-validator` only when used. PR [#946](https://github.com/tiangolo/fastapi/pull/946).
 * Simplify [Peewee docs](https://fastapi.tiangolo.com/advanced/sql-databases-peewee/) with double dependency with `yield`. PR [#947](https://github.com/tiangolo/fastapi/pull/947).
index f5261586e1b5c048a725f900ed17c7db3bccb3a5..8697710a4aa043d44ce8626eae0660b64c09c697 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.47.1"
+__version__ = "0.48.0"
 
 from starlette.background import BackgroundTasks