]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:bookmark: Release 0.20.1 0.20.1
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 11 May 2019 15:38:08 +0000 (19:38 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 11 May 2019 15:38:08 +0000 (19:38 +0400)
docs/release-notes.md
fastapi/__init__.py

index b37940bc73aa7e72b52dd9c4f73d914bb6d1d666..24b1926f50178e6ed63b3e263752353b0e4c9386 100644 (file)
@@ -1,5 +1,7 @@
 ## Next release
 
+## 0.20.1
+
 * Add typing information to package including file `py.typed`. PR [#209](https://github.com/tiangolo/fastapi/pull/209) by [@meadsteve](https://github.com/meadsteve).
 
 * Add FastAPI bot for Gitter. To automatically announce new releases. PR [#189](https://github.com/tiangolo/fastapi/pull/189).
index 4587704deff2a40862e6c12126cdcdd2c87d3011..3cf7a6613ae24626a935c3d1c99681e575ed7386 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.20.0"
+__version__ = "0.20.1"
 
 from starlette.background import BackgroundTasks