We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7327c2a commit 00412a9Copy full SHA for 00412a9
graphene_django_extras/__init__.py
@@ -9,7 +9,7 @@
9
from .paginations import LimitOffsetGraphqlPagination, PageGraphqlPagination, CursorGraphqlPagination
10
from .types import DjangoObjectType, DjangoInputObjectType, DjangoListObjectType, DjangoSerializerType
11
12
-VERSION = (0, 3, 9, 'final', '')
+VERSION = (0, 4, 0, 'final', '')
13
14
__version__ = get_version(VERSION)
15
0 commit comments