Skip to content

Commit 3fb71cb

Browse files
slivercn2ygk
authored andcommitted
Release version 2.7.0 (#559)
1 parent 5871b7c commit 3fb71cb

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

CHANGELOG.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,13 @@ Note that in line with [Django REST Framework policy](http://www.django-rest-fra
99
any parts of the framework not mentioned in the documentation should generally be considered private API, and may be subject to change.
1010

1111

12-
## [Unreleased]
12+
## [2.7.0] - 2019-01-14
1313

1414
### Added
1515

1616
* Add support for Django 2.1, DRF 3.9 and Python 3.7. Please note:
1717
- Django >= 2.1 is not supported with Python < 3.5.
1818

19-
### Deprecated
20-
21-
### Changed
22-
2319
### Fixed
2420

2521
* Pass context from `PolymorphicModelSerializer` to child serializers to support fields which require a `request` context such as `url`.

rest_framework_json_api/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# -*- coding: utf-8 -*-
22

33
__title__ = 'djangorestframework-jsonapi'
4-
__version__ = '2.6.0'
4+
__version__ = '2.7.0'
55
__author__ = ''
6-
__license__ = 'MIT'
6+
__license__ = 'BSD'
77
__copyright__ = ''
88

99
# Version synonym

0 commit comments

Comments
 (0)