Skip to content

Commit 9241283

Browse files
committed
Bump version and update changelog
1 parent e1e2852 commit 9241283

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
---------
33

4-
0.11.2 (unreleased)
4+
0.11.2 (2022-08-09)
55
*******************
66

77
Bug fixes:

flask_apispec/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from flask_apispec.extension import FlaskApiSpec
44
from flask_apispec.utils import Ref
55

6-
__version__ = '0.11.1'
6+
__version__ = '0.11.2'
77
__all__ = [
88
'doc',
99
'wrap_with',

0 commit comments

Comments
 (0)