Bump version to 3.2.3

This commit is contained in:
Firas Kafri 2025-03-13 11:29:45 +03:00 committed by GitHub
parent e69e4a0399
commit c52cf2b045
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 .types import DjangoObjectType
from .utils import bypass_get_queryset from .utils import bypass_get_queryset
__version__ = "3.2.2" __version__ = "3.2.3"
__all__ = [ __all__ = [
"__version__", "__version__",