File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ a query language for APIs created by Facebook.
12
12
[ ![ Python 3 Status] ( https://pyup.io/repos/github/graphql-python/graphql-core-next/python-3-shield.svg )] ( https://pyup.io/repos/github/graphql-python/graphql-core-next/ )
13
13
14
14
The current version 1.0.0rc2 of GraphQL-core-next is up-to-date with GraphQL.js
15
- version 14.0.0rc2 . All parts of the API are covered by an extensive test
16
- suite of currently 1602 unit tests.
15
+ version 14.0.0 . All parts of the API are covered by an extensive test suite of
16
+ currently 1602 unit tests.
17
17
18
18
19
19
## Documentation
Original file line number Diff line number Diff line change 38
38
"""
39
39
40
40
__version__ = '1.0.0rc2'
41
- __version_js__ = '14.0.0rc2 '
41
+ __version_js__ = '14.0.0 '
42
42
43
43
# The primary entry point into fulfilling a GraphQL request.
44
44
You can’t perform that action at this time.
0 commit comments