From: Sebastián Ramírez Date: Sat, 29 Aug 2020 14:30:50 +0000 (+0200) Subject: 🔖 Release version 0.61.1 X-Git-Tag: 0.61.1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e77ea635777d2494690ba3eb62bd005b9edeefde;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release version 0.61.1 --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index fcbe86cf2f..e6611c7a65 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -2,6 +2,8 @@ ## Latest changes +## 0.61.1 + ### Fixes * Fix issues using `jsonable_encoder` with SQLAlchemy models directly. PR [#1987](https://github.com/tiangolo/fastapi/pull/1987). diff --git a/fastapi/__init__.py b/fastapi/__init__.py index 6169e1452c..626e92a734 100644 --- a/fastapi/__init__.py +++ b/fastapi/__init__.py @@ -1,6 +1,6 @@ """FastAPI framework, high performance, easy to learn, fast to code, ready for production""" -__version__ = "0.61.0" +__version__ = "0.61.1" from starlette import status