We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa87289 commit 05f6203Copy full SHA for 05f6203
CHANGELOG.rst
@@ -1,7 +1,7 @@
1
Changelog
2
---------
3
4
-0.8.8 (unreleased)
+0.8.8 (2020-03-29)
5
******************
6
7
Bug fixes:
@@ -43,7 +43,6 @@ Bug fixes:
43
44
* Fix passing ``default_in`` argument when generating parameters (:issue:`165`).
45
Thanks :user:`d42` for reporting and thanks :user:`zzz4zzz` for the fix.
46
->>>>>>> master
47
48
0.8.3 (2019-09-17)
49
flask_apispec/__init__.py
@@ -4,7 +4,7 @@
from flask_apispec.extension import FlaskApiSpec
from flask_apispec.utils import Ref
-__version__ = '0.8.7'
+__version__ = '0.8.8'
8
__all__ = [
9
'doc',
10
'wrap_with',
0 commit comments