Merge branch 'main' into fix-connection-field-custom-resolver

This commit is contained in:
Kien Dang 2024-07-08 16:57:38 +07:00 committed by GitHub
commit 407997a19d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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