]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.75.2 0.75.2
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 17 Apr 2022 21:08:37 +0000 (23:08 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 17 Apr 2022 21:08:37 +0000 (23:08 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 951a57dafb440354b5cd9bf0c39d13fbc35b0d77..df3a36805cb71ad2de30f52f73b053c13cd4dadf 100644 (file)
@@ -2,6 +2,9 @@
 
 ## Latest Changes
 
+
+## 0.75.2
+
 This release includes upgrades to third-party packages that handle security issues. Although there's a chance these issues don't affect you in particular, please upgrade as soon as possible.
 
 ### Fixes
index 0ce2ef720d0ed238fff7380a1f4a462aa99f8744..22d8e51ecd8ea2919426b92b46d623c7083132a6 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.75.1"
+__version__ = "0.75.2"
 
 from starlette import status as status