mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-10 19:57:15 +03:00
Bump version
This commit is contained in:
parent
79b4a23ae0
commit
05d7fb5396
|
@ -1,8 +1,8 @@
|
||||||
from .fields import DjangoConnectionField, DjangoListField
|
xfrom .fields import DjangoConnectionField, DjangoListField
|
||||||
from .types import DjangoObjectType
|
from .types import DjangoObjectType
|
||||||
from .utils import bypass_get_queryset
|
from .utils import bypass_get_queryset
|
||||||
|
|
||||||
__version__ = "3.1.3"
|
__version__ = "3.1.4"
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
"__version__",
|
"__version__",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user