Skip to content

Commit 4f031b7

Browse files
author
luolingchun
committed
release v4.0.3
1 parent 010f7af commit 4f031b7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v4.0.3 2024-11-23
2+
3+
- Add PrefixItems to Schema Model for use with Tuple types by @JesseDeLoore in #197
4+
5+
16
## v4.0.2 2024-11-10
27

38
- Reuse schema["title"] if it's defined by @ddorian in #186

flask_openapi3/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# @Author : llc
33
# @Time : 2022/4/30 9:20
44

5-
__version__ = "4.0.2"
5+
__version__ = "4.0.3"

0 commit comments

Comments
 (0)