:bookmark: Release 0.49.2
Автор
Sebastián Ramírez

Коммитер
Sebastián Ramírez
5 лет назад 
Файлов изменено: 2
+3
–1
d4ddf4e
docs/release-notes.md
+2
–0
@@ -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). |
fastapi/__init__.py
+1
–1
@@ -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 | ||
Cherry-pick
Команда cherry-pick позволяет выбрать отдельные коммиты из одной ветки и применить их к другой.