This commit is contained in:
MardanovTimur 2019-05-21 15:03:43 +03:00
parent a4949abe58
commit 4f2fb3ebea
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -11,7 +11,7 @@ with open("graphene_django/__init__.py", "rb") as f:
) )
neomodel_require = [ neomodel_require = [
"neomodel==3.3.0", "neomodel-next==3.3.0",
] ]
tests_require = [ tests_require = [