Skip to content

Commit 3dc8eb8

Browse files
committed
Merge branch 'hotfix-0.11.3' into develop
2 parents 30cf6eb + 387060e commit 3dc8eb8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: docs/include_related_objects.rst

+8
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,15 @@ Example:
1313

1414
Request:
1515

16+
.. sourcecode:: http
17+
1618
GET /persons/1?include=computers HTTP/1.1
1719
Accept: application/vnd.api+json
1820

1921
Response:
2022

23+
.. sourcecode:: http
24+
2125
HTTP/1.1 200 OK
2226
Content-Type: application/vnd.api+json
2327

@@ -81,11 +85,15 @@ Example:
8185

8286
Request:
8387

88+
.. sourcecode:: http
89+
8490
GET /persons/1?include=computers.owner HTTP/1.1
8591
Accept: application/vnd.api+json
8692

8793
Response:
8894

95+
.. sourcecode:: http
96+
8997
HTTP/1.1 200 OK
9098
Content-Type: application/vnd.api+json
9199

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33

4-
__version__ = '0.11.2'
4+
__version__ = '0.11.3'
55

66

77
setup(

0 commit comments

Comments
 (0)