]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.75.1 0.75.1
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 1 Apr 2022 23:05:52 +0000 (18:05 -0500)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 1 Apr 2022 23:05:52 +0000 (18:05 -0500)
docs/en/docs/release-notes.md
fastapi/__init__.py

index d75a220cb3e6ea792fe18c4594ddb64a6580bde8..4b0ba6c04506175b59bb7e019443f2eb7c093e73 100644 (file)
@@ -2,6 +2,9 @@
 
 ## Latest Changes
 
+
+## 0.75.1
+
 ### Translations
 
 * 🌐 Start Dutch translations. PR [#4703](https://github.com/tiangolo/fastapi/pull/4703) by [@tiangolo](https://github.com/tiangolo).
index 4bce5f017759002f87319b94e0eed14428475783..0ce2ef720d0ed238fff7380a1f4a462aa99f8744 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.75.0"
+__version__ = "0.75.1"
 
 from starlette import status as status