We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a424278 commit 891a39aCopy full SHA for 891a39a
CHANGELOG.rst
@@ -1,7 +1,7 @@
1
Changelog
2
---------
3
4
-0.10.1 (unreleased)
+0.10.1 (2020-10-25)
5
*******************
6
7
Bug fixes:
flask_apispec/__init__.py
@@ -3,7 +3,7 @@
from flask_apispec.extension import FlaskApiSpec
from flask_apispec.utils import Ref
-__version__ = '0.10.0'
+__version__ = '0.10.1'
__all__ = [
8
'doc',
9
'wrap_with',
0 commit comments