Skip to content

Commit

Permalink
release v4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
luolingchun committed Nov 23, 2024
1 parent 010f7af commit 4f031b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v4.0.3 2024-11-23

- Add PrefixItems to Schema Model for use with Tuple types by @JesseDeLoore in #197


## v4.0.2 2024-11-10

- Reuse schema["title"] if it's defined by @ddorian in #186
Expand Down
2 changes: 1 addition & 1 deletion flask_openapi3/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# @Author : llc
# @Time : 2022/4/30 9:20

__version__ = "4.0.2"
__version__ = "4.0.3"

0 comments on commit 4f031b7

Please sign in to comment.