Skip to content

Commit 6c28f1d

Browse files
committed
Tagged 2.0.0-beta.1
1 parent 2f9a0cb commit 6c28f1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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.0-alpha.3'
4+
__version__ = '2.0.0-beta.1'
55
__author__ = ''
66
__license__ = 'MIT'
77
__copyright__ = ''

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def get_package_data(package):
7676
'inflection>=0.3.0'
7777
],
7878
classifiers=[
79-
'Development Status :: 3 - Alpha',
79+
'Development Status :: 4 - Beta',
8080
'Environment :: Web Environment',
8181
'Framework :: Django',
8282
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)