]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.99.0 0.99.0
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 30 Jun 2023 18:55:17 +0000 (20:55 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 30 Jun 2023 18:55:17 +0000 (20:55 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 18abf0ee4dc6be76d836350a8475c87b6f2ae904..b68bd5f0096195c02de868ceae08bd53d50ca902 100644 (file)
@@ -2,6 +2,9 @@
 
 ## Latest Changes
 
+
+## 0.99.0
+
 ### Features
 
 * âœ¨ Add support for OpenAPI 3.1.0. PR [#9770](https://github.com/tiangolo/fastapi/pull/9770) by [@tiangolo](https://github.com/tiangolo).
index 038e1ba86451b9aebaa034d77307365df790b728..9c4316e69354b69df11f919de376124b262a7ab3 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.98.0"
+__version__ = "0.99.0"
 
 from starlette import status as status