Skip to content
This repository was archived by the owner on Jun 6, 2024. It is now read-only.

Commit c7d1d6f

Browse files
committed
Bump version and update changelog
1 parent 6e699fc commit c7d1d6f

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@
22
Changelog
33
*********
44

5-
0.20.2 (unreleased)
5+
0.20.2 (2018-08-15)
66
===================
77

88
Bug fixes:
99

1010
* Fix issues where generated URLs are unquoted (:pr:`147`). Thanks
1111
:user:`grantHarris`.
1212

13+
Other changes:
14+
15+
* Fix tests against marshmallow 3.0.0b13.
16+
1317
0.20.1 (2018-07-15)
1418
===================
1519

marshmallow_jsonapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
from .schema import Schema, SchemaOpts
33

4-
__version__ = '0.20.1'
4+
__version__ = '0.20.2'
55
__author__ = 'Steven Loria'
66
__license__ = 'MIT'
77

0 commit comments

Comments
 (0)