We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28e553a commit aa06e04Copy full SHA for aa06e04
CHANGELOG.md
@@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
Note that in line with [Django REST framework policy](https://www.django-rest-framework.org/topics/release-notes/),
9
any parts of the framework not mentioned in the documentation should generally be considered private API, and may be subject to change.
10
11
-## [Unreleased]
+## [4.3.0] - 2021-12-10
12
13
### Added
14
rest_framework_json_api/__init__.py
@@ -1,5 +1,5 @@
1
__title__ = "djangorestframework-jsonapi"
2
-__version__ = "4.2.1"
+__version__ = "4.3.0"
3
__author__ = ""
4
__license__ = "BSD"
5
__copyright__ = ""
0 commit comments