]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.90.0 0.90.0
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 8 Feb 2023 10:30:01 +0000 (11:30 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Wed, 8 Feb 2023 10:30:01 +0000 (11:30 +0100)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 07fcf48da2b9caf02452f30edbc332a6a1caabf8..466022f3b1a32cd96e877766db48e1572c0d9d67 100644 (file)
@@ -2,6 +2,9 @@
 
 ## Latest Changes
 
+
+## 0.90.0
+
 ### Upgrades
 
 * ⬆️ Bump Starlette from 0.22.0 to 0.23.0. Initial PR [#5739](https://github.com/tiangolo/fastapi/pull/5739) by [@Kludex](https://github.com/Kludex).
index 07ed78ffa6ca262f364139a6392d64784065f27e..656bb879a63f09ef0a388368721ec33c01d9dbac 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.89.1"
+__version__ = "0.90.0"
 
 from starlette import status as status