From 56bcad05a231fe53f555e29379c38b303bc694da Mon Sep 17 00:00:00 2001 From: luolingchun Date: Sun, 21 Apr 2024 11:05:20 +0800 Subject: [PATCH] release v3.1.1 --- CHANGELOG.md | 4 ++++ flask_openapi3/__version__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b8b8ac7..de315b5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v3.1.1 2024-04-21 + +- Wrong types of exclusiveMinimum & exclusiveMaximum fields in Schema class by @Lavertis in #149 + ## v3.1.0 2024-03-24 - Add the swagger_config parameter to configure the swagger ui by @luolingchun in #146 diff --git a/flask_openapi3/__version__.py b/flask_openapi3/__version__.py index 777b4c02..00c697ae 100644 --- a/flask_openapi3/__version__.py +++ b/flask_openapi3/__version__.py @@ -2,4 +2,4 @@ # @Author : llc # @Time : 2022/4/30 9:20 -__version__ = "3.1.0" +__version__ = "3.1.1"