]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.78.0 0.78.0
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 14 May 2022 19:58:04 +0000 (14:58 -0500)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 14 May 2022 19:58:04 +0000 (14:58 -0500)
docs/en/docs/release-notes.md
fastapi/__init__.py

index a671fe276c46ff3d48c19497abd2ca3643f9048d..edc58171bfff78e842208c75b076c966b680ad07 100644 (file)
@@ -2,6 +2,9 @@
 
 ## Latest Changes
 
+
+## 0.78.0
+
 ### Features
 
 * âœ¨ Add support for omitting `...` as default value when declaring required parameters with:
index 1a4d00162086087dc2a48f82f547b00cbcc4da05..2465e2c274a493b7777f32e3d85aeddcdd7cbda0 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.77.1"
+__version__ = "0.78.0"
 
 from starlette import status as status