We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f9a0cb commit 6c28f1dCopy full SHA for 6c28f1d
rest_framework_json_api/__init__.py
@@ -1,7 +1,7 @@
1
# -*- coding: utf-8 -*-
2
3
__title__ = 'djangorestframework-jsonapi'
4
-__version__ = '2.0.0-alpha.3'
+__version__ = '2.0.0-beta.1'
5
__author__ = ''
6
__license__ = 'MIT'
7
__copyright__ = ''
setup.py
@@ -76,7 +76,7 @@ def get_package_data(package):
76
'inflection>=0.3.0'
77
],
78
classifiers=[
79
- 'Development Status :: 3 - Alpha',
+ 'Development Status :: 4 - Beta',
80
'Environment :: Web Environment',
81
'Framework :: Django',
82
'Intended Audience :: Developers',
0 commit comments