Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Version: 2.0.0.beta-3 ~> 2.0.0.beta-4'
  • Loading branch information
TayHobbs committed Apr 22, 2016
commit 305163927a2930ff82a23975201895bab5e2f56e
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-beta.3'
__version__ = '2.0.0-beta.4'
__author__ = ''
__license__ = 'MIT'
__copyright__ = ''
Expand Down