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 6298afa commit 8a6f7f1Copy full SHA for 8a6f7f1
CHANGELOG.rst
@@ -1,6 +1,13 @@
1
Changelog
2
---------
3
4
+0.6.0 (2018-03-11)
5
+++++++++++++++++++
6
+
7
+Features:
8
9
+* Support marshmallow 3 beta. Thanks :user:`tonycpsu` for the PR.
10
11
0.5.0 (2018-03-04)
12
++++++++++++++++++
13
flask_apispec/__init__.py
@@ -4,7 +4,7 @@
from flask_apispec.extension import FlaskApiSpec
from flask_apispec.utils import Ref
-__version__ = '0.5.0'
+__version__ = '0.6.0'
__all__ = [
'doc',
'wrap_with',
0 commit comments