Skip to content

Commit 4c3cabe

Browse files
committed
Bump version and update changelog
1 parent 6dfbd3f commit 4c3cabe

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.rst

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Changelog
22
---------
33

4+
0.10.0 (2020-08-27)
5+
*******************
6+
7+
Features:
8+
9+
* Support webargs>=6 (:issue:`178`). Thanks :user:`mdantonio` for the PR.
10+
11+
Other changes:
12+
13+
* *Backwards-incompatible*: Drop Python 2 compatibility. Only Python>=3.5 is supported.
14+
* *Backwards-incompatible*: Drop marshmallow 2 compatibility. Only marshmallow>=3.0 is supported.
15+
416
0.9.0 (2020-05-27)
517
******************
618

flask_apispec/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from flask_apispec.extension import FlaskApiSpec
44
from flask_apispec.utils import Ref
55

6-
__version__ = '0.9.0'
6+
__version__ = '0.10.0'
77
__all__ = [
88
'doc',
99
'wrap_with',

0 commit comments

Comments
 (0)