]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.61.1 0.61.1
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 29 Aug 2020 14:30:50 +0000 (16:30 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 29 Aug 2020 14:30:50 +0000 (16:30 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index fcbe86cf2f34e881df914edd415ce56062283cce..e6611c7a65cfbd7a7e930fa4145de70e457a3011 100644 (file)
@@ -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).
index 6169e1452cf94f6cbb236191d4476a454276ef15..626e92a7341df453a91c15ce05ed19576074396a 100644 (file)
@@ -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