From e81a67b11f1bb6ee69a80a8439fb4bf882f2da72 Mon Sep 17 00:00:00 2001 From: Oliver Sauder Date: Wed, 12 Jun 2019 21:04:35 +0200 Subject: [PATCH] Release version 2.8.0 --- CHANGELOG.md | 4 +++- rest_framework_json_api/__init__.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dc4e307..6f83cde3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Note that in line with [Django REST Framework policy](http://www.django-rest-framework.org/topics/release-notes/), any parts of the framework not mentioned in the documentation should generally be considered private API, and may be subject to change. -## [Unreleased] +## [2.8.0] - 2019-06-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. ### Added diff --git a/rest_framework_json_api/__init__.py b/rest_framework_json_api/__init__.py index 7a07f511..7e705bde 100644 --- a/rest_framework_json_api/__init__.py +++ b/rest_framework_json_api/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- __title__ = 'djangorestframework-jsonapi' -__version__ = '2.7.0' +__version__ = '2.8.0' __author__ = '' __license__ = 'BSD' __copyright__ = ''