Bump version

This commit is contained in:
Firas Kafri 2023-12-20 13:22:33 +03:00 committed by GitHub
parent c416a2b0f5
commit 4d0484f312
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.6"
__version__ = "3.2.0"
__all__ = [
"__version__",