Skip to content

Commit 535fc9d

Browse files
committed
Bump version and update changelog
1 parent 277190a commit 535fc9d

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
Changelog
22
---------
33

4-
0.7.0 (unreleased)
4+
0.7.0 (2018-07-01)
55
++++++++++++++++++
66

77
Features:
88

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`.
1011

1112
0.6.1 (2018-06-25)
1213
++++++++++++++++++

flask_apispec/__init__.py

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

7-
__version__ = '0.6.1'
7+
__version__ = '0.7.0'
88
__all__ = [
99
'doc',
1010
'wrap_with',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flask-apispec",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"dependencies": {
55
"swagger-ui-dist": "3.17.2"
66
},

0 commit comments

Comments
 (0)