We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fa2e23 commit f0158f6Copy full SHA for f0158f6
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-v2.3.0
+v2.3.0 - Released November 28, 2017
2
3
* Added support for polymorphic models
4
* When `JSON_API_FORMAT_KEYS` is False (the default) do not translate request
rest_framework_json_api/__init__.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
__title__ = 'djangorestframework-jsonapi'
-__version__ = '2.2.0'
+__version__ = '2.3.0'
5
__author__ = ''
6
__license__ = 'MIT'
7
__copyright__ = ''
0 commit comments