Skip to content

Commit 5cc8acf

Browse files
committed
Release v2.1.0
1 parent e79d960 commit 5cc8acf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

‎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.0.1'
4+
__version__ = '2.1.0'
55
__author__ = ''
66
__license__ = 'MIT'
77
__copyright__ = ''

‎setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ def get_package_data(package):
8989
'Programming Language :: Python :: 2',
9090
'Programming Language :: Python :: 2.7',
9191
'Programming Language :: Python :: 3',
92-
'Programming Language :: Python :: 3.2',
9392
'Programming Language :: Python :: 3.3',
9493
'Programming Language :: Python :: 3.4',
9594
'Programming Language :: Python :: 3.5',

0 commit comments

Comments
 (0)