]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:bookmark: Release 0.49.1 0.49.1
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 28 Feb 2020 21:48:03 +0000 (22:48 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 28 Feb 2020 21:48:03 +0000 (22:48 +0100)
docs/release-notes.md
fastapi/__init__.py

index 68ed03fda6ec3bd30aff9262ab884148a1f97a75..24af24e83bcb04548c6f939e70ac4b2d7b55d3a4 100644 (file)
@@ -1,5 +1,7 @@
 ## Latest changes
 
+## 0.49.1
+
 * Fix path operation duplicated parameters when used in dependencies and the path operation function. PR [#994](https://github.com/tiangolo/fastapi/pull/994) by [@merowinger92](https://github.com/merowinger92).
 * Update Netlify previews deployment GitHub action as the fix is already merged and there's a new release. PR [#1047](https://github.com/tiangolo/fastapi/pull/1047).
 * Move mypy configurations to config file. PR [#987](https://github.com/tiangolo/fastapi/pull/987) by [@hukkinj1](https://github.com/hukkinj1).
index 08c2fb4c8bc0838a864775901c39a4528e1cf7f5..6f78b1bc329af82b73d64732d5e4a002b6ae536e 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.49.0"
+__version__ = "0.49.1"
 
 from starlette.background import BackgroundTasks