]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.103.0 0.103.0
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 26 Aug 2023 18:10:27 +0000 (20:10 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 26 Aug 2023 18:10:27 +0000 (20:10 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index f61d1360d5038ccfd5939be793349c7d07cd3688..91b29e7725ebec776f13b5eea4ba90ba21e3cdd9 100644 (file)
@@ -2,6 +2,9 @@
 
 ## Latest Changes
 
+
+## 0.103.0
+
 ### Features
 
 * âœ¨ Add support for `openapi_examples` in all FastAPI parameters. PR [#10152](https://github.com/tiangolo/fastapi/pull/10152) by [@tiangolo](https://github.com/tiangolo).
index 6979ec5fb9452a911f8a2cfe4d33c1bfb0c8c4f1..ff8b98d3b5ffe3eee78043724bdac7f18dfbab0e 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.102.0"
+__version__ = "0.103.0"
 
 from starlette import status as status