Browse Source

🔖 Release version 0.61.1

pull/1995/head 0.61.1
Sebastián Ramírez 5 years ago
parent
commit
e77ea63577
  1. 2
      docs/en/docs/release-notes.md
  2. 2
      fastapi/__init__.py

2
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).

2
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

Loading…
Cancel
Save