]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.76.0 0.76.0
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 5 May 2022 22:26:05 +0000 (17:26 -0500)
committerSebastián Ramírez <tiangolo@gmail.com>
Thu, 5 May 2022 22:26:05 +0000 (17:26 -0500)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 27dbe9d52cb9b9e94e443568d7783ebb91e77506..3ffb956cdac03c65c25c6e972bd4800211c5fb5b 100644 (file)
@@ -2,6 +2,9 @@
 
 ## Latest Changes
 
+
+## 0.76.0
+
 ### Upgrades
 
 * â¬† Upgrade Starlette from 0.17.1 to 0.18.0. PR [#4483](https://github.com/tiangolo/fastapi/pull/4483) by [@Kludex](https://github.com/Kludex).
index 22d8e51ecd8ea2919426b92b46d623c7083132a6..fcd036ee479a0d40b73427909cf7a339fba44fc2 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.75.2"
+__version__ = "0.76.0"
 
 from starlette import status as status