Skip to content

Commit

Permalink
Tagged 2.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jerel committed Jan 7, 2016
1 parent 2f9a0cb commit 6c28f1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rest_framework_json_api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

__title__ = 'djangorestframework-jsonapi'
__version__ = '2.0.0-alpha.3'
__version__ = '2.0.0-beta.1'
__author__ = ''
__license__ = 'MIT'
__copyright__ = ''
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def get_package_data(package):
'inflection>=0.3.0'
],
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 6c28f1d

Please sign in to comment.