]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:bookmark: Release 0.49.2 0.49.2
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 29 Feb 2020 17:19:52 +0000 (18:19 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 29 Feb 2020 17:19:52 +0000 (18:19 +0100)
docs/release-notes.md
fastapi/__init__.py

index d5cf1045042bf35928b25e6457b8c10be8a28fda..70645ffb38d68d987fdcd49c46658675bdf38557 100644 (file)
@@ -1,5 +1,7 @@
 ## Latest changes
 
+## 0.49.2
+
 * Fix links in release notes. PR [#1052](https://github.com/tiangolo/fastapi/pull/1052) by [@sattosan](https://github.com/sattosan).
 * Fix typo in release notes. PR [#1051](https://github.com/tiangolo/fastapi/pull/1051) by [@sattosan](https://github.com/sattosan).
 * Refactor/clarify `serialize_response` parameter name to avoid confusion. PR [#1031](https://github.com/tiangolo/fastapi/pull/1031) by [@patrickmckenna](https://github.com/patrickmckenna).
index 6f78b1bc329af82b73d64732d5e4a002b6ae536e..952b353693b4d38e5850834f3d18bd0f7feca095 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.49.1"
+__version__ = "0.49.2"
 
 from starlette.background import BackgroundTasks