This commit is contained in:
Jonathan Kim 2019-09-22 21:17:44 +01:00 committed by GitHub
parent e4cf59ecec
commit 5068ea05c3
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.5.0"
__version__ = "2.6.0"
__all__ = ["__version__", "DjangoObjectType", "DjangoConnectionField"]