Skip to content

Commit 56bcad0

Browse files
committed
release v3.1.1
1 parent f048fb0 commit 56bcad0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v3.1.1 2024-04-21
2+
3+
- Wrong types of exclusiveMinimum & exclusiveMaximum fields in Schema class by @Lavertis in #149
4+
15
## v3.1.0 2024-03-24
26

37
- Add the swagger_config parameter to configure the swagger ui by @luolingchun in #146

flask_openapi3/__version__.py

+1-1
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__ = "3.1.0"
5+
__version__ = "3.1.1"

0 commit comments

Comments
 (0)