1 parent e79d960 commit 5cc8acfCopy full SHA for 5cc8acf
rest_framework_json_api/__init__.py
@@ -1,7 +1,7 @@
1
# -*- coding: utf-8 -*-
2
3
__title__ = 'djangorestframework-jsonapi'
4
-__version__ = '2.0.1'
+__version__ = '2.1.0'
5
__author__ = ''
6
__license__ = 'MIT'
7
__copyright__ = ''
setup.py
@@ -89,7 +89,6 @@ def get_package_data(package):
89
'Programming Language :: Python :: 2',
90
'Programming Language :: Python :: 2.7',
91
'Programming Language :: Python :: 3',
92
- 'Programming Language :: Python :: 3.2',
93
'Programming Language :: Python :: 3.3',
94
'Programming Language :: Python :: 3.4',
95
'Programming Language :: Python :: 3.5',
0 commit comments