Skip to content

Commit

Permalink
Updated dependency DRF in setup.py, to avoid an import error (from re…
Browse files Browse the repository at this point in the history
…st_framework.compat import get_related_model) produced by the new version of DRF 3.7.0
  • Loading branch information
Ernesto Perez Amigo committed Oct 9, 2017
1 parent 857f7c3 commit 1d04f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphene_django_extras/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from .pagination import LimitOffsetGraphqlPagination, PageGraphqlPagination, CursorGraphqlPagination
from .types import DjangoObjectType, DjangoInputObjectType, DjangoListObjectType

VERSION = (0, 0, 1, 'final', '')
VERSION = (0, 0, 2, 'final', '')

__version__ = get_version(VERSION)

Expand Down

0 comments on commit 1d04f97

Please sign in to comment.