]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.61.2
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 5 Nov 2020 23:04:32 +0000 (00:04 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Thu, 5 Nov 2020 23:04:32 +0000 (00:04 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index f36f7592ba061e853bae575168f1682a8e3e82ee..104f3005991269de72729272edb5e950e3635db4 100644 (file)
@@ -2,6 +2,8 @@
 
 ## Latest Changes
 
+## 0.61.2
+
 ### Fixes
 
 * ðŸ“Œ Relax Swagger UI version pin. PR [#2089](https://github.com/tiangolo/fastapi/pull/2089) by [@jmriebold](https://github.com/jmriebold).
index 626e92a7341df453a91c15ce05ed19576074396a..91a83d04e4eb83dc2941872ce51597114ab31925 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.61.1"
+__version__ = "0.61.2"
 
 from starlette import status