Skip to content

Commit b51962a

Browse files
committed
Bump version and update changelog
1 parent 7001772 commit b51962a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
Changelog
22
---------
33

4-
0.8.1 (unreleased)
4+
0.8.1 (2019-06-22)
55
******************
66

77
Bug fixes:
88

9-
* Fix support for ``@post_load`` methods that return a non-dictionary objec
9+
* Fix support for ``@post_load`` methods that return a non-dictionary object
1010
(:issue:`103`). Thanks :user:`erezatiya` for reporting and thanks :user:`elatomo`
1111
for the PR.
12+
* Restrict marshmallow version based on Python version (:pr:`150`).
1213

1314
0.8.0 (2019-02-13)
1415
******************

flask_apispec/__init__.py

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

0 commit comments

Comments
 (0)