We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 231d42a commit 8adecf3Copy full SHA for 8adecf3
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## v1.1.1 2022-03-31
+## v1.1.2 2022-04-01
2
3
- [#16](https://github.com/luolingchun/flask-openapi3/issues/16) Fix fileStorage list is not supported. Thanks @tekrei
4
flask_openapi3/__init__.py
@@ -2,7 +2,7 @@
# @Author : llc
# @Time : 2021/4/30 10:14
5
-__version__ = '1.1.1'
+__version__ = '1.1.2'
6
7
from .models.file import FileStorage
8
from .models.info import Info
0 commit comments