File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
---------
3
3
4
- 0.7.0 (unreleased )
4
+ 0.7.0 (2018-07-01 )
5
5
++++++++++++++++++
6
6
7
7
Features:
8
8
9
- * Supports apispec>=0.39.0. Older apispec versions are no longer supported.
9
+ * Supports apispec>=0.39.0 (:issue: `105 `). Older apispec versions are no longer supported.
10
+ * Upgrade swagger-ui to version 3.17.2 (:issue: `76 `). Thanks :user: `paxnovem `.
10
11
11
12
0.6.1 (2018-06-25)
12
13
++++++++++++++++++
Original file line number Diff line number Diff line change 4
4
from flask_apispec .extension import FlaskApiSpec
5
5
from flask_apispec .utils import Ref
6
6
7
- __version__ = '0.6.1 '
7
+ __version__ = '0.7.0 '
8
8
__all__ = [
9
9
'doc' ,
10
10
'wrap_with' ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " flask-apispec" ,
3
- "version" : " 0.6 .0" ,
3
+ "version" : " 0.7 .0" ,
4
4
"dependencies" : {
5
5
"swagger-ui-dist" : " 3.17.2"
6
6
},
You can’t perform that action at this time.
0 commit comments