We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc2cfd5 commit 81f4fe2Copy full SHA for 81f4fe2
CHANGELOG.md
@@ -10,6 +10,8 @@ any parts of the framework not mentioned in the documentation should generally b
10
11
## [Unreleased]
12
13
+## [6.0.0] - 2022-09-24
14
+
15
### Fixed
16
17
* Fixed invalid relationship pointer in error objects when field naming formatting is used.
rest_framework_json_api/__init__.py
@@ -1,5 +1,5 @@
1
__title__ = "djangorestframework-jsonapi"
2
-__version__ = "5.0.0"
+__version__ = "6.0.0"
3
__author__ = ""
4
__license__ = "BSD"
5
__copyright__ = ""
0 commit comments