Skip to content

Commit

Permalink
Fixed bug with django-filter dependence version.
Browse files Browse the repository at this point in the history
  • Loading branch information
eamigo86 committed Dec 16, 2018
1 parent 67fad8d commit 7e59aa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion graphene_django_extras/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from .paginations import LimitOffsetGraphqlPagination, PageGraphqlPagination, CursorGraphqlPagination
from .types import DjangoObjectType, DjangoInputObjectType, DjangoListObjectType, DjangoSerializerType

VERSION = (0, 3, 8, 'final', '')
VERSION = (0, 3, 9, 'final', '')

__version__ = get_version(VERSION)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def get_packages():
'graphql-core>=2.1.0',
'graphene>=2.1.3',
'graphene-django>=2.2.0',
'django-filter>=1.1.0',
'django-filter>1.1.0',
'djangorestframework>=3.6.0'
],
extras_require={
Expand Down

0 comments on commit 7e59aa3

Please sign in to comment.