]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:bookmark: Release 0.38.1 0.38.1
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 1 Sep 2019 12:56:37 +0000 (07:56 -0500)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 1 Sep 2019 12:56:37 +0000 (07:56 -0500)
docs/release-notes.md
fastapi/__init__.py

index 4b80ceb95a30f038877b85d51f6e15ca6e55c2c6..da7fc05705982458d4004261411e183af1049299 100644 (file)
@@ -1,5 +1,7 @@
 ## Latest changes
 
+## 0.38.1
+
 * Fix incorrect `Request` class import. PR [#493](https://github.com/tiangolo/fastapi/pull/493) by [@kamalgill](https://github.com/kamalgill).
 
 ## 0.38.0
index 70630872dfa08c76f1a5d0b1d53e5a2acbf79eeb..a3117fb999a8cd4e8ad6b34c2faf645df39952ad 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.38.0"
+__version__ = "0.38.1"
 
 from starlette.background import BackgroundTasks