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

Commit d3ef934

Browse files
committed
Bump version and update changelog
1 parent b0407aa commit d3ef934

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
@@ -2,6 +2,14 @@
22
Changelog
33
*********
44

5+
0.15.1 (2017-08-23)
6+
===================
7+
8+
Bug fixes:
9+
10+
* Fix pointer for ``id`` in error objects (:issue:`90`). Thanks
11+
:user:`rgant` for the catch and patch.
12+
513
0.15.0 (2017-06-27)
614
===================
715

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

0 commit comments

Comments
 (0)