Skip to content

Commit

Permalink
Release 6.0.0 (#1091)
Browse files Browse the repository at this point in the history
  • Loading branch information
sliverc authored Sep 24, 2022
1 parent bc2cfd5 commit 81f4fe2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ any parts of the framework not mentioned in the documentation should generally b

## [Unreleased]

## [6.0.0] - 2022-09-24

### Fixed

* Fixed invalid relationship pointer in error objects when field naming formatting is used.
Expand Down
2 changes: 1 addition & 1 deletion rest_framework_json_api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = "djangorestframework-jsonapi"
__version__ = "5.0.0"
__version__ = "6.0.0"
__author__ = ""
__license__ = "BSD"
__copyright__ = ""
Expand Down

0 comments on commit 81f4fe2

Please sign in to comment.