Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit de39473

Browse files
Updated graphene-django to 2.0 🎉
1 parent 283bccf commit de39473

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎graphene_django/__init__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
DjangoConnectionField,
66
)
77

8-
__version__ = '2.0.dev2017083101'
8+
__version__ = '2.0.0'
99

1010
__all__ = [
1111
'__version__',

‎setup.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@
5757

5858
install_requires=[
5959
'six>=1.10.0',
60-
'graphene>=2.0.dev',
60+
'graphene>=2.0',
6161
'Django>=1.8.0',
6262
'iso8601',
6363
'singledispatch>=3.4.0.3',
64-
'promise>=2.1.dev',
64+
'promise>=2.1',
6565
],
6666
setup_requires=[
6767
'pytest-runner',

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /