Bump to 2.3.2 (#686)

This commit is contained in:
Paul Hallett 2019-06-20 13:15:24 +01:00 committed by GitHub
parent ab551f4a15
commit 7b3c6658e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
from .types import DjangoObjectType
from .fields import DjangoConnectionField
__version__ = "2.3.0"
__version__ = "2.3.2"
__all__ = ["__version__", "DjangoObjectType", "DjangoConnectionField"]