Skip to content

Commit 9cf9e10

Browse files
committed
🔖 Release version 0.102.0
1 parent 859d404 commit 9cf9e10

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/en/docs/release-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Latest Changes
44

5+
## 0.102.0
56

67
### Features
78

fastapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
22

3-
__version__ = "0.101.1"
3+
__version__ = "0.102.0"
44

55
from starlette import status as status
66

0 commit comments

Comments
 (0)