Bump version (#1486)

This commit is contained in:
Firas Kafri 2023-12-20 12:44:40 +03:00 committed by GitHub
parent db2d40ec94
commit 3a64994e52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ from .fields import DjangoConnectionField, DjangoListField
from .types import DjangoObjectType
from .utils import bypass_get_queryset
__version__ = "3.1.5"
__version__ = "3.1.6"
__all__ = [
"__version__",