Skip to content

Commit e9ca8d9

Browse files
authoredJan 3, 2022
Release 5.0.0 (#1042)
1 parent aa33959 commit e9ca8d9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed
 

‎CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
Note that in line with [Django REST framework policy](https://www.django-rest-framework.org/topics/release-notes/),
99
any parts of the framework not mentioned in the documentation should generally be considered private API, and may be subject to change.
1010

11-
## [Unreleased]
11+
## [5.0.0] - 2022-01-03
12+
13+
This release is not backwards compatible. For easy migration best upgrade first to version
14+
4.3.0 and resolve all deprecation warnings before updating to 5.0.0
1215

1316
### Added
1417

‎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__ = "4.3.0"
2+
__version__ = "5.0.0"
33
__author__ = ""
44
__license__ = "BSD"
55
__copyright__ = ""

0 commit comments

Comments
 (0)
Please sign in to comment.