From 5cc8acfe0817c56bf2bff4459803de03e036d34c Mon Sep 17 00:00:00 2001 From: Jerel Unruh Date: Thu, 18 Aug 2016 11:50:47 -0500 Subject: [PATCH] Release v2.1.0 --- rest_framework_json_api/__init__.py | 2 +- setup.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/rest_framework_json_api/__init__.py b/rest_framework_json_api/__init__.py index a690dc9b..5ea04a77 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.0.1' +__version__ = '2.1.0' __author__ = '' __license__ = 'MIT' __copyright__ = '' diff --git a/setup.py b/setup.py index a36a2930..ad4805a0 100755 --- a/setup.py +++ b/setup.py @@ -89,7 +89,6 @@ def get_package_data(package): 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5',