Skip to content

Commit 81f4fe2

Browse files
authored
Release 6.0.0 (#1091)
1 parent bc2cfd5 commit 81f4fe2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ any parts of the framework not mentioned in the documentation should generally b
1010

1111
## [Unreleased]
1212

13+
## [6.0.0] - 2022-09-24
14+
1315
### Fixed
1416

1517
* Fixed invalid relationship pointer in error objects when field naming formatting is used.

rest_framework_json_api/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__title__ = "djangorestframework-jsonapi"
2-
__version__ = "5.0.0"
2+
__version__ = "6.0.0"
33
__author__ = ""
44
__license__ = "BSD"
55
__copyright__ = ""

0 commit comments

Comments
 (0)