Skip to content

Commit

Permalink
Merge branch 'hotfix-0.11.3' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
akira-dev committed Mar 20, 2017
2 parents 30cf6eb + 387060e commit 3dc8eb8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/include_related_objects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,15 @@ Example:

Request:

.. sourcecode:: http

GET /persons/1?include=computers HTTP/1.1
Accept: application/vnd.api+json

Response:

.. sourcecode:: http

HTTP/1.1 200 OK
Content-Type: application/vnd.api+json

Expand Down Expand Up @@ -81,11 +85,15 @@ Example:

Request:

.. sourcecode:: http

GET /persons/1?include=computers.owner HTTP/1.1
Accept: application/vnd.api+json

Response:

.. sourcecode:: http

HTTP/1.1 200 OK
Content-Type: application/vnd.api+json

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages


__version__ = '0.11.2'
__version__ = '0.11.3'


setup(
Expand Down

0 comments on commit 3dc8eb8

Please sign in to comment.