]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.62.0 0.62.0
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 29 Nov 2020 18:36:38 +0000 (19:36 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 29 Nov 2020 18:36:38 +0000 (19:36 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 6c0e88ebe411574c63ba0316b4ffcd5d2287296e..12a5b846f3f56a6f6aceb937b3aae2a2621e0690 100644 (file)
@@ -2,6 +2,8 @@
 
 ## Latest Changes
 
+## 0.62.0
+
 ### Features
 
 * âœ¨ Add support for shared/top-level parameters (dependencies, tags, etc). PR [#2434](https://github.com/tiangolo/fastapi/pull/2434) by [@tiangolo](https://github.com/tiangolo).
index 91a83d04e4eb83dc2941872ce51597114ab31925..3d1a699d9fbf25e74241c5065a0593755ce732f0 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.61.2"
+__version__ = "0.62.0"
 
 from starlette import status