We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aedc5d9 commit 843e1fbCopy full SHA for 843e1fb
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](http://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.1.0] = 2021-03-10
12
13
### Added
14
rest_framework_json_api/__init__.py
@@ -1,7 +1,7 @@
1
# -*- coding: utf-8 -*-
2
3
__title__ = "djangorestframework-jsonapi"
4
-__version__ = "4.0.0"
+__version__ = "4.1.0"
5
__author__ = ""
6
__license__ = "BSD"
7
__copyright__ = ""
0 commit comments