Skip to content

Commit 76c4888

Browse files
committed
release v2.3.2
1 parent ad4292c commit 76c4888

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+
## v2.3.2 2023-04-03
2+
3+
- [#61](https://github.com/luolingchun/flask-openapi3/issues/61) Fix headers with pydantic alias
4+
15
## v2.3.1 2023-02-13
26

37
- remove * in install_requires for setuptools 67+

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__ = "2.3.1"
5+
__version__ = "2.3.2"

0 commit comments

Comments
 (0)