We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab551f4 commit 7b3c665Copy full SHA for 7b3c665
graphene_django/__init__.py
@@ -1,6 +1,6 @@
1
from .types import DjangoObjectType
2
from .fields import DjangoConnectionField
3
4
-__version__ = "2.3.0"
+__version__ = "2.3.2"
5
6
__all__ = ["__version__", "DjangoObjectType", "DjangoConnectionField"]
0 commit comments