From e9ca8d9348dc71eda0a48e5c71d83a6526ca2711 Mon Sep 17 00:00:00 2001 From: Oliver Sauder Date: Mon, 3 Jan 2022 21:58:41 +0400 Subject: [PATCH] Release 5.0.0 (#1042) --- CHANGELOG.md | 5 ++++- rest_framework_json_api/__init__.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43919ce2..e6b257d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Note that in line with [Django REST framework policy](https://www.django-rest-framework.org/topics/release-notes/), any parts of the framework not mentioned in the documentation should generally be considered private API, and may be subject to change. -## [Unreleased] +## [5.0.0] - 2022-01-03 + +This release is not backwards compatible. For easy migration best upgrade first to version +4.3.0 and resolve all deprecation warnings before updating to 5.0.0 ### Added diff --git a/rest_framework_json_api/__init__.py b/rest_framework_json_api/__init__.py index b1408d0b..e8cac7c0 100644 --- a/rest_framework_json_api/__init__.py +++ b/rest_framework_json_api/__init__.py @@ -1,5 +1,5 @@ __title__ = "djangorestframework-jsonapi" -__version__ = "4.3.0" +__version__ = "5.0.0" __author__ = "" __license__ = "BSD" __copyright__ = ""