Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rest_framework_json_api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

__title__ = 'djangorestframework-jsonapi'
__version__ = '2.3.0'
__version__ = '2.3.1'
__author__ = ''
__license__ = 'MIT'
__copyright__ = ''
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ def get_package_data(package):
'inflection>=0.3.0',
'djangorestframework>=3.1.0',
'django',
'six',
],
setup_requires=pytest_runner + sphinx + wheel,
tests_require=[
Expand Down