]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:bookmark: Release version 0.44.1 0.44.1
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 4 Dec 2019 23:17:04 +0000 (00:17 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Wed, 4 Dec 2019 23:17:04 +0000 (00:17 +0100)
docs/release-notes.md
fastapi/__init__.py

index d2ba2ddede2d479e9cf7ef2494d171f3e6e2ce8b..008d1b61616fb3821e5777ce003da4f0d595af58 100644 (file)
@@ -1,5 +1,7 @@
 ## Latest changes
 
+## 0.44.1
+
 * Add GitHub social preview images to git. PR [#752](https://github.com/tiangolo/fastapi/pull/752).
 * Update PyPI "trove classifiers". PR [#751](https://github.com/tiangolo/fastapi/pull/751).
 * Add full support for Python 3.8. Enable Python 3.8 in full in Travis. PR [749](https://github.com/tiangolo/fastapi/pull/749).
index e838698760c40d8d207768bc123ea25e0c043489..fbed734518b0480f871f98ad2adbeb5728fc5c94 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.44.0"
+__version__ = "0.44.1"
 
 from starlette.background import BackgroundTasks