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

Commit a6f8a94

Browse files
committed
Bump version and update changelog
1 parent 0fe9ee3 commit a6f8a94

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.rst

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

5+
0.15.0 (2017-06-27)
6+
===================
7+
8+
Features:
9+
10+
* ``Relationship`` field supports deserializing included data
11+
(:issue:`83`). Thanks :user:`anuragagarwal561994` for the suggestion
12+
and thanks :user:`asteinlein` for the PR.
13+
514
0.14.0 (2017-04-30)
615
===================
716

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.14.0'
4+
__version__ = '0.15.0'
55
__author__ = 'Steven Loria'
66
__license__ = 'MIT'
77

0 commit comments

Comments
 (0)