Skip to content

Commit 2839f77

Browse files
committed
Bump version and update changelog
1 parent f74e14c commit 2839f77

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
---------
33

4+
0.8.0 (2018-02-13)
5+
******************
6+
7+
Features:
8+
9+
* Supports apispec>=1.0.0 (:issue:`130`). Older apispec versions are no longer supported.
10+
Thanks :user:`DStape` for the PR.
11+
* Upgrade swagger-ui to version 3.20.7.
12+
413
0.7.0 (2018-07-01)
514
++++++++++++++++++
615

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.7.0'
7+
__version__ = '0.8.0'
88
__all__ = [
99
'doc',
1010
'wrap_with',

0 commit comments

Comments
 (0)