]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.72.0 0.72.0
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 16 Jan 2022 20:09:10 +0000 (21:09 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 16 Jan 2022 20:09:10 +0000 (21:09 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 090a344a688149dd54ec57bd1badff032bb98e40..2dfb47c125ea6fa5facc8c3ccbb9bd07ed172d43 100644 (file)
@@ -2,6 +2,9 @@
 
 ## Latest Changes
 
+
+## 0.72.0
+
 ### Features
 
 * âœ¨ Enable configuring Swagger UI parameters. Original PR [#2568](https://github.com/tiangolo/fastapi/pull/2568) by [@jmriebold](https://github.com/jmriebold). Here are the new docs: [Configuring Swagger UI](https://fastapi.tiangolo.com/advanced/extending-openapi/#configuring-swagger-ui).
index 5b735aed514c9ad27a446a8d36378627be756617..d83fe6fbd0c927cb9905e625a2be49e9bf38e318 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.71.0"
+__version__ = "0.72.0"
 
 from starlette import status as status