Skip to content

Commit 88f7371

Browse files
slivercn2ygk
authored andcommitted
Release version 2.8.0 (#663)
1 parent be49844 commit 88f7371

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
Note that in line with [Django REST Framework policy](http://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+
## [2.8.0] - 2019-06-13
12+
13+
This is the last release supporting Python 2.7, Python 3.4, Django Filter 1.1, Django REST Framework <=3.8 and Django 2.0.
1214

1315
### Added
1416

rest_framework_json_api/__init__.py

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

33
__title__ = 'djangorestframework-jsonapi'
4-
__version__ = '2.7.0'
4+
__version__ = '2.8.0'
55
__author__ = ''
66
__license__ = 'BSD'
77
__copyright__ = ''

0 commit comments

Comments
 (0)