Skip to content

Commit 318e1e0

Browse files
committed
Version: 2.2.0 -> 2.3.0
Adds PR 260 django-json-api#260 This allows a resource related field to be returned with the request instead of having to make multiple requests to get related fields.
1 parent ead4485 commit 318e1e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest_framework_json_api/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22

33
__title__ = 'djangorestframework-jsonapi'
4-
__version__ = '2.2.0'
4+
__version__ = '2.3.0'
55
__author__ = ''
66
__license__ = 'MIT'
77
__copyright__ = ''

0 commit comments

Comments
 (0)