Bump to 3.2.1 (#1512)

This commit is contained in:
Kien Dang 2024-04-09 08:37:32 +08:00 committed by GitHub
parent 3f813d4679
commit d69c90550f
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.0"
__version__ = "3.2.1"
__all__ = [
"__version__",