]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.102.0 0.102.0
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 25 Aug 2023 19:18:38 +0000 (21:18 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 25 Aug 2023 19:18:38 +0000 (21:18 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 517553c9a4628005617cc3193e945b51f1839880..2375bfee54caa1eaa01803622a773e4d407ab866 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest Changes
 
+## 0.102.0
 
 ### Features
 
index d8abf2103efc4519e2de4e7af7b0b0871c593619..6979ec5fb9452a911f8a2cfe4d33c1bfb0c8c4f1 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.101.1"
+__version__ = "0.102.0"
 
 from starlette import status as status