From 81f4fe292c861dd78edde4e13f3b0e54b863b4c9 Mon Sep 17 00:00:00 2001 From: Oliver Sauder Date: Sat, 24 Sep 2022 14:43:40 +0200 Subject: [PATCH] Release 6.0.0 (#1091) --- CHANGELOG.md | 2 ++ rest_framework_json_api/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a295aee1..713f60e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/rest_framework_json_api/__init__.py b/rest_framework_json_api/__init__.py index e8cac7c0..dd0ae050 100644 --- a/rest_framework_json_api/__init__.py +++ b/rest_framework_json_api/__init__.py @@ -1,5 +1,5 @@ __title__ = "djangorestframework-jsonapi" -__version__ = "5.0.0" +__version__ = "6.0.0" __author__ = "" __license__ = "BSD" __copyright__ = ""