Skip to content

Commit

Permalink
馃敄 Release version 0.61.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Aug 29, 2020
1 parent 097df92 commit e77ea63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/en/docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion fastapi/__init__.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down

1 comment on commit e77ea63

@francelwebdev
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi,
My name is Francel and i want to learn FastAPI.
Please, how i can have the documentation for read it in my computer offline.
Thanks

Please sign in to comment.