Skip to content

Commit 17333a8

Browse files
committed
Bump version and update changelog
1 parent 1c0dd88 commit 17333a8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

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

4+
0.4.2 (2017-10-23)
5+
++++++++++++++++++
6+
7+
Bug fixes:
8+
9+
* Fix wrapping of data parsed by schema with ``many=True``
10+
(:issue:`64`). Thanks :user:`decaz` for the catch and patch.
11+
412
0.4.1 (2017-10-08)
513
++++++++++++++++++
614

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

0 commit comments

Comments
 (0)