We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0158f6 commit e85cea9Copy full SHA for e85cea9
rest_framework_json_api/__init__.py
@@ -1,7 +1,7 @@
1
# -*- coding: utf-8 -*-
2
3
__title__ = 'djangorestframework-jsonapi'
4
-__version__ = '2.3.0'
+__version__ = '2.3.1'
5
__author__ = ''
6
__license__ = 'MIT'
7
__copyright__ = ''
setup.py
@@ -101,6 +101,7 @@ def get_package_data(package):
101
'inflection>=0.3.0',
102
'djangorestframework>=3.1.0',
103
'django',
104
+ 'six',
105
],
106
setup_requires=pytest_runner + sphinx + wheel,
107
tests_require=[
0 commit comments