This commit is contained in:
Jonathan Kim 2020-02-17 11:09:11 +00:00 committed by GitHub
parent 4e1b82a8d8
commit 11dafd4c48
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.8.1"
__version__ = "2.8.2"
__all__ = ["__version__", "DjangoObjectType", "DjangoConnectionField"]