This commit is contained in:
Yair Silbermintz 2021-12-11 18:27:36 -05:00 committed by GitHub
parent 6e145bd76a
commit 71a1e4b6e5
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.15.0"
__version__ = "2.16.0"
__all__ = [
"__version__",