This commit is contained in:
Jonathan Kim 2020-08-12 07:10:01 +01:00 committed by GitHub
parent bd553be10e
commit 5b1451132d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
from .fields import DjangoConnectionField, DjangoListField
from .types import DjangoObjectType
__version__ = "2.12.1"
__version__ = "2.13.0"
__all__ = [
"__version__",