Skip to content

Commit

Permalink
Updated graphene-django to 2.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Oct 25, 2017
1 parent 283bccf commit de39473
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion graphene_django/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
DjangoConnectionField,
)

__version__ = '2.0.dev2017083101'
__version__ = '2.0.0'

__all__ = [
'__version__',
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@

install_requires=[
'six>=1.10.0',
'graphene>=2.0.dev',
'graphene>=2.0',
'Django>=1.8.0',
'iso8601',
'singledispatch>=3.4.0.3',
'promise>=2.1.dev',
'promise>=2.1',
],
setup_requires=[
'pytest-runner',
Expand Down

0 comments on commit de39473

Please sign in to comment.