Skip to content

Commit

Permalink
release v3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
luolingchun committed Jun 16, 2024
1 parent e01dc00 commit f91a613
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v3.1.3 2024-06-16

- Fix empty list in body by @luolingchun in #154

## v3.1.2 2024-06-02

- Support SWAGGER_CONFIG and OAUTH_CONFIG in app.config by @luolingchun in #153
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__ = "3.1.2"
__version__ = "3.1.3"

0 comments on commit f91a613

Please sign in to comment.